body {
	margin: 0;
	padding: 0;
	background-color: #fff600;
	text-align: center;
	/*background-image: url(../img/igp_bg.gif); */
	color: #17678a;
}

#container_topp {
	width: 700px;
	height: 140px;
	border-bottom: 1px solid #cfcfcf;
	background-color: #fff;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#container_innhold {
	width: 700px; 
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font: 11px/19px verdana, sans-serif;s
}

#kol_venstre {
	display: block;
	width: 410px;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
	background-color: #fff;
}
	
#kol_hoyre {
	display: block;
	width: 190px;
	float: left;
	margin-top: 90px;
	margin-left: 35px;
	background-color: #fff;
	font-size: 10px;
}

#footer {
	border-top: 1px solid #cfcfcf;
	clear: left;
	width: 700px;
	height: 140px;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
}

/* Toppfelter */

div#figur {
	position: absolute;
	width: 262px;
	height: 262px;
	background-image: url(../img/ill_figur.gif);
	margin-top: -30px;
	margin-left: 450px;
}

div#menyfelt {
	float: left;
	width: 450px;
	margin-top: 99px;
}

div#logofelt {
	float: left;
	width: 130px;
	margin-top: 40px;
	margin-left: 95px;
}

/* Selektorer */

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font: bold 36px trebuchet ms, sans-serif;
	color: #f9b22d;
	margin-top: 30px;
}

h3 {
	font: bold 12px verdana, sans-serif;
	color: #f9b22d;
	margin: 5px 0 5px 0;
	padding: 0;
}

/* Lenker */

a:link, a:visited {
	text-decoration: none;
	color: #026895;
	border-bottom: 1px dotted #7ab9d4;
}

a:hover, a:active {
	text-decoration: none;
	color: #f9b22d;
	border-bottom: 1px dotted #f9b22d;

}

/* Navigasjon */

ol {
	padding-left: 20px;
	margin-left: 0;
	
}

ol li {
	margin-bottom: 30px;
}

ul#nav li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	text-align: center;
}

a.navigasjon:link, a.navigasjon:visited {
	display: block;
	width: 115px;
	padding: 5px 5px 5px 5px;
	background-color: #f9b22d;
	color: #fff;
	text-decoration: none;
	font: bold 12px verdana, sans-serif;
	border: 0;
}

a.navigasjon:hover, a.navigasjon:active {
	background-color: #2381aa;
}

a.aktiv_side:link, a.aktiv_side:visited {
	background-color: #2381aa;
}

/* Boks */

div.boks {
	width: 190px;
	float: left;
}

label {
  float: left;
  width: 100px;
  margin-right: 0.5em;
  margin-top: 4px;
  text-align: left;
  font-weight: bold;
  }
  
input, select, textarea {
	width: 270px;
	margin-top: 4px;
	border: 1px solid #b9b9b9;
}

input.submit {
	border: 0;
}

br {
	clear: left;
}