html {
	background: #DAD6D1;
}

body {
	width: 750px;
	margin: 0 auto;
}

td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

input, select, textarea {
	padding: 0;
}

.formularfelt {
	width: 200px;
	padding: 0;
	border: 1px solid #aaa;
}


a {
	color: #A5AECD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



#wrapper {
	width: 750px;
	height: auto;
	float: left;
	padding: 0;
	background: #fff;
	background-image: url(/files/templates/pics/wrapper_bgnd.gif);
}


#header {
	width: 750px;
	height: 45px;
	float: left;
	color: #888;
	background: #fff;
	background-image: url(/files/templates/pics/logo.gif);
}

#logotype {
	float: left;
	padding: 9px 0 0 20px;
	color: #888;
	font-family: Verdana;
	font-size: 1.7em;
}

#quicklinks {
	float: right;
	padding: 15px 20px 0 0;
}


#top {
	width: 750px;
	height: 75px;
	float: left;
	padding: 0;
	background: #fff;
}


#menu {
	width: 750px;
	height: 25px;
	float: left;
	padding: 0;
	background: #A5AECD;
}
#menu a {
	height: 20px;
	float: left;
	padding: 5px 20px 0 20px;
	font-size: 1em;
	font-weight: 700;
	color: #3D4361;
}
#menu a:hover {
	color: #fff;
	background: #414C79;
	text-decoration: none;
}
#menu a.active, #menu a.active:hover  {
	color: #3D4361;
	background: #C0BCB6;
	text-decoration: none;
}



#undermenu {
	width: 160px;
	float:left;
	padding: 20px;
	font-size: 1em;
	text-align: left;
}
#undermenu a {
	display: block;
	margin: 0;
	padding: 3px 0;
	color: #3D4361;
}
#undermenu a:hover {
	color: #A5AECD;
	text-decoration: none;
}
#undermenu a.active {
	color: #A5AECD;
	text-decoration: none;
}
#undermenu br {
	display: none;
}


#indhold {
	width: 550px;
	height: auto;
	float: left;
	padding: 0;
	text-align: left;
}

#indholdPrint {
	width: 750px;
	height: auto;
	float: left;
	padding: 0;
	text-align: left;
	background: #fff;
}


#footer {
	width: 750px;
	height: auto;
	float: left;
	clear: both;
	padding: 5px 0;
	text-align: center;
	font-size: 0.8em;
	color: #3D4361;
	background: #A5AECD;
}
#footer a {
	color: #3D4361;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}


.afsnitStandard {
	width: auto;
	height: auto;
	clear: both;
	padding: 20px;
	text-align: left;
}

.afsnitStandard img {
	margin: 0 0 15px 15px;
}
