@charset "UTF-8";
html, body {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.5em;
	margin-top: 0;
}
a {
	text-decoration: none;
	color: #666;
	border: none;
}
a:hover {
	text-decoration: underline;
	background-color: #fef7bf;
}
h2 a {
	color: #244d69;
}
#container {
	margin: auto;
	width: 50em;
	/*margin-top: 1em;*/
	margin-bottom: 1em;
	font-family: "Futura Std", "Futura", verdana, sans-serif;
	font-size: 1em;
	color: 666;
}
#toppen {
	text-align: center;
	margin-bottom: 1.5em;
}
#kroppen {}
#meny {
	float: left;
	width: 12em;
} 
.menygruppe {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0.5em;
	margin-bottom: 0.7em;
	border: none;
	font-size: 0.8em;
}
.menygruppe li {
	margin-bottom: 0.2em;
}
.menygruppe li a {
	text-decoration: none;
	color: #345;
	padding-left: 0.4em;
}
.menygruppe li a:hover {
	text-decoration: underline;
	color: #cc3300;
	background-color: #FFF;
}
.menygruppe li.present {
	color: 396;
	font-weight: bold;
}
.kontaktinfo {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0.5em;
	margin-bottom: 0.7em;
	border: none;
	font-size: 0.7em;
}
#presentasjon {
	float: left;
	width: 24em;
}
#presentasjon p{
	font-size: 0.7em;
}
#aktuelt {
	width: 12em;
	margin: 0;
	margin-left:1em;
	float: right;
	padding: 0;
	display: inline;
}
#aktuelt p {
	font-size: 0.8em;
}
#bunntekst {
	text-align: center;
	height: 2em;
	clear: both;
	color: #666;
	padding-top: 0.5em;
	font-size: 0.8em;
	margin-top: 2em;
}
#bunntekst a {
	color: #999;
	text-decoration: none;
}
#bunntekst a:hover {
	text-decoration: underline;
}
.byline {
	color: #000000;
	font-size: 0.7em;
	clear: left;
	font-style: italic;
}
.ingress {
	font-weight: bold;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.2em;
	margin-bottom: 0.2em;
	margin-top: 0;
	padding-top: 0;
	color: #333;
}
h2 {
	font-size: 0.9em;
	letter-spacing: 0.3px;
}
h3 {
	display: block;
	text-align: right;
	margin-bottom: 0;
	padding: 0.2em 0.4em;
	border-bottom: 1px solid #616;
	color: #060;
	text-shadow: 0.1em 0.1em 0.1em #999;
}
h5 {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0.5em;
}
.kolonne {
	font-size: 0.7em;
	margin-top: 0;
	color: #666;
}
.bildetekst {
	margin-top: 0em;
}
.bildetekst_stor {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}
.datonyhet {
	text-transform: uppercase;
	color: #244d69;
	font-size: 0.7em;
}