@charset "UTF-8";
body {
	font-size: small;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	color: #787878;
}
#wrap {
	position: absolute;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	top: 50px;
}
#nav{
	clear: left;
	float: left;
	width: 310px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
}
#nav ul{
	float: right;
	margin: 0;
	padding: 145px 0 140px 0;
}
#nav li {
	font-size: 130%;
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding: 3px 10px 3px 0;
	list-style-type: none;
}
#nav a {
	text-decoration: none;
	color: #666;
	display: block;
}
#nav a:hover {
	color:#B6B5B3;
}
#innhold {
	float: left;
	width: 585px;
	margin: 0;
	padding: 20px 0 0 0;
}
#bunn {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 5px;
	text-align: right;
	right: 5px;
}
p {
	font-size: 100%;
	margin: 0px;
	padding: 0 9px;
}
h6 {
	font-size: 80%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #787878;
}
.understrekning {
	color: #660000;
	text-decoration: underline;
}
