@charset "UTF-8";
body {
	background-color: #9a9a9a;	
	font-size: 0.8em;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body a:link, body a:visited {
	color: #00F;	
}
body img {
	margin-bottom: 15px;	
}
body h2 {
	color: #140a66;
	margin-bottom: 10px;	
	font-size: 1.2em;
}
body p {
	margin-bottom: 10px;
}
body span {
	color: #207d8e;
}
body hr {
	clear: both;
	margin-bottom: 10px;	
}
body label {
	font-size: 0.9em;
}

*{ margin: 0; padding: 0;}

#container {
	width: 930px;
	margin: 0 auto 0 auto;
}

#header {
	float: left;
	height: 179px;
	width: 100%;
	margin-top: 20px;
	background: url(pix/header_top.png) no-repeat top left;
}

#content-wrap {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#menu {
	float: left;
	width: 145px;
	margin-top: 4px;
	margin-left: 37px;
}
#menu ul {
	float: left;
	height: 500px;
	width: 145px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background: url(pix/menu_back.png) repeat-y top left;
	/*background-color: #1e2084;*/
}
#menu li {
	float: left;
	margin-bottom: 12px;
	list-style-type: none;
}
#menu li a:link, #menu li a:visited {
	display: block;
	width: 120px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover {
	color: #1d5e83;	
}
#menu-footer {
	float:left;
	height: 10px;
	width: 145px;
	background: url(pix/menu_footer.png) no-repeat top left;
	margin-bottom: 10px;
}

#content {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 680px;
}
#content li {
	list-style-position: inside;
	color: #207d8e;
	margin-bottom: 5px;
}
#content .kl {
	color: #000000;
	margin-right: 40px;
}
#content .blaa {
	color: #140a66;
	font-weight: bold;
}
#content .svart {
	color: #000000;
	font-size: 0.9em;
}
#content .rod {
	color: #F00000;
	font-size: 0.9em;
}

#footer {
	clear: both;
	height: 18px;
	width: 100%;
	background: url(pix/footer.png) no-repeat top left;
}
