html {
	background: #666;
}

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: #f00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



#wrapper {
	width: 750px;
	height: auto;
	float: left;
	padding: 0;
	background: #fff;
	background-image: url(/files/images/system/wrapper_bgnd.gif);
}


#header {
	width: 750px;
	height: 45px;
	float: left;
	color: #888;
	background: #fff;}

#logotype {
	float: left;
	padding: 9px 0 0 20px;
	color: #888;
	font-family: Verdana;
	font-size: 1.7em;
}

#quicklinks {
	float: right;
	padding: 15px 15px 0 0;
}


#top {
	width: 750px;
	height: 75px;
	float: left;
	padding: 0;
	background: #fff;
}


#menu {
	width: 750px;
	height: 25px;
	float: left;
	padding: 0;
	background: #933;
}
#menu a {
	height: 20px;
	float: left;
	padding: 5px 20px 0 20px;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
}
#menu a:hover {
	color: #fff;
	background: #f00;
	text-decoration: none;
}
#menu a.active {
	color: #000;
	background: #ccc;
	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: #666;
}
#undermenu a:hover {
	color: #f00;
	text-decoration: none;
}
#undermenu a.active {
	color: #f00;
	text-decoration: none;
}
#undermenu br {
	display: none;
}


#indhold {
	width: 550px;
	height: auto;
	float: left;
	padding: 0;
	text-align: left;
}

#indholdPrint {
        font-family: Arial, Helvetica, sans-serif;
	width: 750px;
	height: auto;
	float: left;
	padding: 0;
	text-align: left;
	background: #fff;
}


#footer {
	width: 730px;
	height: 20px;
	float: left;
	clear: both;
	padding: 5px 20px 0 0;
	text-align: right;
	color: #fff;
	background: #933;
}
#footer a {
	color: #cb8;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}


.afsnitStandard {
	width: auto;
	height: auto;
	clear: both;
	padding: 20px;
	text-align: left;
}

.afsnitGalleri {
	width: auto;
	height: auto;
	clear: both;
	padding: 0 20px 10px 20px;
	text-align: left;
}

.afsnitGalleri table tr td {
	font-size: 0.8em;
}
.afsnitGalleri table tr td img {
	height: 10em;
	border: 0;
	padding: 0;
	margin: 0;
}
