﻿
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
color: #005B9C;
}

a:hover {
color: #0B2444
}

img {
border: 0;
}

body {
	background: #D8D3DC url(img/background2.jpg) repeat-x left bottom;
	color: #333;
	font-family: Verdana;
	font-style: 8pt;

}

ul {padding-bottom: 1.2em;}

p {padding-bottom: 1.2em;}

li {list-style: none;}

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.container {
	background-color: #FFF;
	font-size: 8pt;
	margin: 0 auto;
	padding: 0 8px 8px;
	width: 785px;
}


.top {
	padding: 8px 8px 0;
}


.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 135px;
	margin: 0 auto;
	padding: 8px 8px 5px;
	width: 9085px;
}

.header .right div {
	padding-left: 16px;
	padding-top: 16px;
	font: normal 1.6em "Trebuchet MS",sans-serif;
}


.navigation {	
	background: #D9E1E5 url(img/nav.jpg);
	border: 1px solid #7795BD;
	height: 23px;
}
.navigation a {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #7795BD;
	color: #fff;
	display: block;
	float: left;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	padding: 0 18px;
}
.navigation a:hover {
background: transparent url(img/nav.jpg) left bottom; 
color: #f1f1f1;
}


.mail-grey {
	border-top: 8px solid #FFF;
	background: url(img/bgmain.jpg) repeat-y;
}


.sidenav {
	float: right;
	width: 300px;
	color: #000000;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #e4e4e4;
}
.sidenav li {border-bottom: 1px solid #e4e4e4;}
.sidenav li a {
	font-size: 8pt;
	color: #000000;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 90%;
}
.sidenav li a:hover {
	background-color: #ebebeb;
	color: #003399;	
}

/* content */
.content-hovedskrift {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 550px;
}
.content-hovedskrift {
	color: #000000;
	font-size: 8 pt;
	margin-bottom: 6px;
}



.footer {
	background: url(img/bluefooter.jpg) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a:hover {color: #FFF;}


.footer a {color: #FFF;}



