body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../billeder/baggrund.jpg) center no-repeat;
	font: "Times New Roman", Times, serif;
	line-height: 150%;
}

#main {
	position:absolute;
	margin-top: 20px;
	margin-bottom: 20px;
	left:50%;
	margin-left:-364px; /* width/2 */
	width: 728px;
	height: 830px;
	border-color: #669933;
	border-width: 2px;
	border-style: outset; 
	background-color: #D5E1B9;
}

#header {
	background: url(../billeder/logo.gif) center no-repeat;
	height: 100px;
}

#content {
	padding: 30px;
}

#overflow {
	height:400px;
	overflow: auto;
}

#news {
	text-align: left;
	padding: 10px;
	line-height: 150%;
}

.news td {
	vertical-align: top;
}


fieldset {
	border-width: 2px;
	border-style: groove;	
	width: 640px;
	text-align: center;
}

legend {
	color: black;
	font-weight:bold;
}

#navn, #adresse, #postnr, #email, #quest {
	width: 250px;
}

.fejl {
	color: red;
	font-style:italic;
}

/* Tabel */

table {
	width: 550px;
	text-align: left;
	vertical-align:middle;
}

td {
	height: 15px;
}

/* Overskrifter */

h1 {
	color: #403c5d;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

/* links */

a {
	color: #39461E;
} 

a:hover {
	color: black;
}

.left {
	text-align: left;
}

img {
	border: 1px solid black;
}

/* Menu */
#navcontainer {
	background: #D5E1B9;
	margin: 0 auto;
	padding: 0;
	font-family: arial, sans-serif;
	text-align: center;
}

#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#navlist
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
}

ul#navlist li
{
	display: block;
	float: left;
	width: 102px;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	height: 24px;
	border-width: 1px;
	border-color: #F2F7EA #5A6F2F #98B757 #FBFCF8;
	border-style: solid;
	color: #39461E;
	text-decoration: none;
	background: #BDD194;
}

#navcontainer>ul#navlist li a { 
	width: auto; 
}

ul#navlist li#active a {
	background: #D5E1B9;
	color: #000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #000;
	background: transparent;
	border-color: #aaab9c #F2F7EA #FBFCF8 #D6E2BC;
}