/* Linker */

	a:link { color: #035f48; text-decoration: none; }
	a:visited { color: #035f48; text-decoration: none; }
	a:hover { color: #888181; text-decoration: none; }
	a:active { color: #035f48; text-decoration: none; }

	a.hovedmeny:link { color: #035f48; text-decoration: none; font-weight: bold; }
	a.hovedmeny:visited { color: #035f48; text-decoration: none; font-weight: bold; }
	a.hovedmeny:hover { color: #888181; text-decoration: none; font-weight: bold; }
	a.hovedmeny:active { color: #035f48; text-decoration: none; font-weight: bold; }

	a.undermeny:link { color: #888181; text-decoration: none; padding-left: 10px; }
	a.undermeny:visited { color: #888181; text-decoration: none; padding-left: 10px; }
	a.undermeny:hover { color: #035f48; text-decoration: none; padding-left: 10px; }
	a.undermeny:active { color: #888181; text-decoration: none; padding-left: 10px; }

	a.toppmeny:link { color: #035f48; text-decoration: none; margin-left: 10px; }
	a.toppmeny:visited { color: #035f48; text-decoration: none; margin-left: 10px; }
	a.toppmeny:hover { color: #888181; text-decoration: none; margin-left: 10px; }
	a.toppmeny:active { color: #035f48; text-decoration: none; margin-left: 10px; }

body {
margin: 0px;
}

div, form, input, p, textarea {
font-family: Arial;
font-size: 12px;
padding: 0px;
margin: 0px;
}


#sideramme {
background-color: white;
position: relative;
margin: 0 auto;
width: 900px;
height: 432px;
}



/* Topp */

#topp {
}

	/* Toppmeny */
	
	#toppmeny {
	width: 700px;
	text-align: right;
	position: absolute;
	left: 230px;
	top: 82px;
	font-size: 15px;
	color: #035f48;
	}

	/* Logo */

	#logo {
	width: 213px;
	height: 82px;
	background-color: blue;
	position: absolute;
	top: 15px;
	left: 20px;
	}

	/* Søkeboks */

	#sokeboks {
	width: 107px;
	height: 17px;
	position: absolute;
	top: 25px;
	left: 831px;
	}



/* Hovedbilde */

#bilde {
width: 950px;
height: 336px;
position: absolute;
top: 113px;
}

	#bilde-hjorner {
	background-image: url(grafikk/tmp_bilde_hjorner.gif);
	width: 950px;
	height: 336px;
	position: absolute;
	background-repeat: no-repeat;
	}



	/* Høgre rad */

	#hogrekontainer {
	position: absolute;
	left: 765px;
	top: 395px;
	width: 165px;
	}

		div.hogre-boks {
		padding: 10px;
		background-color: #e4e8de;
		margin-bottom: 10px;
		}

			div.hogre-innhold {
			padding-bottom: 10px;
			}



/* Venstremeny */

#venstremeny {
position: absolute;
top: 465px;
left: 13px;
width: 120px;
line-height: 25px;
font-size: 13px;
}

/* Hoved */

#hoved {
position: absolute;
top: 469px;
width: 597px;
left: 148px;
}



	/* Artikler o.l. */

	#hoved-kontainer {
	min-height: 730px;
	}

		div.artikkel-boks {
		border-bottom: 1px dashed #d0d0d0;
		padding-bottom: 20px;
		margin-bottom: 20px;
		overflow: auto;
		}

			div.artikkel-overskrift {
			font-size: 15px;
			font-weight: bold;
			color: #035f48;
			padding-bottom: 2px;
			}

			div.artikkel-publiseringsinfo {
			font-size: 10px;
			color: #888181;
			padding-bottom: 10px;
			}

			img.artikkel-bilde {
			border: 0px solid #7f7f7f;
			background-color: white;
			padding: 2px;
			margin-left: 10px;
			margin-bottom: 10px;
			}

			div.artikkel-element {
			margin-bottom: 10px;
			}
	
	/* Linker */
	div.linker-kategori {
	font-weight: bold;
	color: #035f48;
	background-color: #e4e8de;
	padding: 5px;
	margin-bottom: 5px;
	}

	div.linker-oversikt {
	margin-left: 5px;
	margin-bottom: 5px;
	}

	/* Bildegalleri */
	img.bildegalleri {
	border: 1px solid #e1dfdf;
	background-color: #ffffff;
	padding: 2px;
	}

	div.bildearkivcrop {
	vertical-align: top;
	height: 131px;
	width: 175px;
	overflow: hidden;
	border: 1px solid #010b4b;
	background-color: #d3d3d3;
	margin: 7px;
	}

	div.bildenavigasjon {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	}

	/* Kontaktpersoner */
	div.kontakt-kontainer {
	overflow: auto;
	}

	div.kontakt-boks {
	margin-bottom: 10px;
	}

	div.kontakt-overskrift {
	font-size: 14px;
	margin-bottom: 10px;
	color: #035f48;
	}

	img.kontakt-bilde {
	border: 1px solid #7f7f7f;
	background-color: white;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	}

/* Diverse */
div.standard-overskrift {
font-size: 15px;
font-weight: bold;
color: #035f48;
padding-bottom: 10px;
}



/* Bunn */

#sponsorkontainer {
clear: left;
width: 950px;
height: 81px;
margin-top: 20px;
margin-bottom: 20px;
position: relative;
left: -148px;
background-image:url('grafikk/sponsorer-ramme.gif');
}
	
	#sponsorer-boks {
	position: relative;
	width: 910px;
	top: 20px;
	left: 20px;
	}