body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #666;
}
a:link {
	font-weight: bold;
	color: #EB8723;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #EB8723;
	text-decoration: none;
}
a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-bottom: 20px;
}
#Header {
	font-size: 140%;
	font-weight: bold;
	color: #3B5667;
	margin-bottom: 5px;
}
#meny {
	float: left;
	width: 200px;
	padding-top: 50px;
	padding-left: 10px;
	font-weight: bold;
	color: #EB8723;
}
#MainContent {
	float: right;
	width: 540px;
	border-left-color: #D9E6F1;
	border-left-style: dotted;
	padding: 10px;
	border-left-width: 9px;
	margin: 10px;
	
}
.tekst1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#footer {
	font-weight: bold;
	color: #4E7FB8;
	font-size: 60%;
	clear: both;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	height: 100px;
}
.overskrift {
}
.overskrift2 {
	font-size: 110%;
	font-weight: bold;
	color: #4E7FB8;
}
.loken {
	padding-right: 10px;
	padding-bottom: 250px;
}
.kontaktinfo {
	width: 300px;
	padding-left: 200px;
}

