/* CSS Document */

body {
	margin:0px;
	padding:0px;
	margin-top:3px; 
	margin-left:3px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	font-size:10px;
}

.container {
	padding:0px;
	margin:0px auto 0px auto;
	height:590px;
	width:897px;
	position:relative;
	background-image:url(grafikk/bwr_bakgrunn.jpg);
	background-repeat:no-repeat;
}

.boks, .boks a {
	font-size:10px;
	color:white;
	text-decoration:none;
}

.hvit_boks,h2 {
	color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.hvit_boks {
	font-weight:normal;
	padding-left:31px;
}

.scroll a {
  color:#3485C5;
}

.scroll a:hover {
  color:#2D71A6;
}

.scroll a:visited {
  color:#44A2EB;
}

#info.boks {
	position:absolute; 
	width:497px; 
	height:44px; 
	z-index:1; top: 5px; 
	left: 122px;color:#000000;
}

#venstre.boks {
	 position:absolute; 
	 width:257px; 
	 height:104px; 
	 z-index:1; 
	 top: 101px; 
	 left: 93px;
}

#hoyre.boks {
	position:absolute; 
	width:135px; 
	height:32px; 
	z-index:2; 
	left: 443px; 
	top: 170px;
}

#teksthoyre.boks {
	position:absolute; 
	width:380px; 
	z-index:3; 
	left: 434px; 
	top: 64px; 
	height: 92px;
}

.divmeny {
	position:absolute; 
	width:173px; 
	z-index:3; 
	left: 110px; 
	top: 253px;
}

.scroll {
	width:495px;
	height:250px;
	scrollbar-face-color:#E5E5E5;
	scrollbar-track-color:white;
}

h1 {
	margin-bottom:15px;
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
}

h2 {
	font-weight:bold;
}

input.utfylling {
  width:230px;
}

textarea.utfylling {
  width:230px;
}

.knapp, input.utfylling, textarea.utfylling {
   border:1px dotted #0066FF;
  font-size:9px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.knapp {
  padding:2px;
  background-color:white;
  font-weight:bold;
}

.brosjyre {
  color:#000000;
}

.brosjyre th {
	width:80px;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
}

.brosjyre td {
  padding-bottom:10px;
}

.sti, .sti a {
	color:#666666;
	padding-top:5px;
	font-size:9px;
}

.meny {
	width:100%;
}

.meny th {
	color:white;
	border-style:none;
	border-width:1px;
	border-color:#D4E6F2;
	border-bottom:solid;
	font-size:9px;
	text-align:left;
	padding-left:6px;
}

.meny th a {
	color:white;
	text-decoration:none;
}

.meny th, .meny td {
	height:23px;
	vertical-align:middle;
	border-width:1px;
	border-color:#D4E6F2;
}


/**
 * Endringer forsiden (gjennomsiktig boks med hvis skrift)
 * @ Tommy Eliassen (tommy@synlighet.no)
 * @ Fredag 28.03.08
 */
#Layer6 {
	color: #fff;
}

/* rød tekst for feilmeldinger i skjema */
span.feil {
	color: #f00;
}

/* Nyhetsside */

.nyhet { width: 450px; padding-bottom: 10px; margin-bottom: 12px; border-bottom: 1px solid #bfbfbf; }
.nyhet h4 { font-size: 11px; font-weight: bold; margin: 0 0 3px; }
.nyhet h4 a, .nyhet h4 a:visited { color: #000; text-decoration: none; }
.nyhet h4 a:hover { text-decoration: underline; color: #000; }
.nyhet p { font-size: 10px; margin: 0 0 3px; line-height: 14px; }
.nyhet p.dato { color: #5e5e5e; }
