html {
	background: #cccccc;
}

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;
}

#logotype {
	display: none;
}

#wrapper {
	width: 750px;
	height: auto;
	float: left;
	padding: 0;
	background: #fff;
	background-image: url(/files/templates/pics/wrapper_bgnd.gif);
}


#header {
	width: 750px;
	height: 75px;
	float: left;
	color: #888;
	background: #fff;
	background-image: url(/files/images/gulv_topnavn.jpg);
	background-repeat: no-repeat;
}



#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: #baa077;
}
#menu a {
	height: 22px;
	float: left;
	padding: 3px 9px 0 9px;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
}
#menu a:hover {
	color: #fff;
	background: #cbb798;
	text-decoration: none;
}
#menu a.active {
	color: #fff;
	background: #998462;
	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: 510px;
	height: auto;
	float: left;
	padding: 20px;
	text-align: left;
}


#footer {
	width: 730px;
	height: 22px;
	float: left;
	clear: both;
	padding: 3px 20px 0 0;
	text-align: right;
	color: #fff;
	background: #baa077;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #cb8;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}

/**/
a {
text-decoration: none;
color: #baa077;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

html {
color: #222;
font: 0.75em/1.4em Arial, Helvetica, sans-serif;
margin: 0;
}

p {
margin: 0 0 0.8em 0;
}

h1, h2, h3, h4 {
margin: 0;
line-height: 1em;
font-weight: normal;
padding: 0;
}

h1 {
font: 2.4em/1em Arial, Helvetica, sans-serif;
margin: 0 0 0.5em 0;
color: #777;
}

h2 {
font: 1.4em/1.4em Arial, Helvetica, sans-serif;
color: #444;
}

.skema {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}

.skema td {
text-align: center;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 15px 0;
}

.skema p {
line-height: 1.2em;
margin: 0;
padding: 0;
}

