* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100,01%;
}

html, body {
	background-image: url(bg_header.gif);
	background-repeat: repeat-x;
	background-color: #6b2;
	color: #000;
}

.ignore {
	display: none;
}

.mobile {
	display: none;
}

#header {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	height: 126px;
	width: 700px;
	position: absolute;  
   margin-left:-350px; 
   left:50%;
}

#navi {
	background-image: url(bg_start.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 700px;
	position: absolute;
	margin-left: -350px;
	left: 50%;
	margin-top: 126px;
}

.navlist {
	padding-top: 173px;
	font: bold 100% Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #d12;
	margin-left: 15px;
}

.navlist li {
	display: inline;
	list-style-type: none;
}

.navlist a {
	background-color: transparent;
	color: #d12;
	text-decoration: none;
	margin-right: 20px;
}

.navlist a:hover {
	background-color: transparent;
	color: #000;
	border-top: 1px dotted #d12;
	border-bottom: 1px dotted #d12;
}

.navlist .menuaktiv a {
	background-color: transparent;
	color: #000;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #fff;
	color: #000;
	width: 670px;
	position: absolute;
	margin-left: -350px;
	left: 50%;
	margin-top: 326px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-image: url(bg_footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 150%;
	background-color: #fff;
	color: #6b2;
	border-bottom: thin solid #6b2;
	margin-bottom: 30px;
}

#content h3 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 120%;
	background-color: #fff;
	color: #6b2;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content h4 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 110%;
	background-color: #fff;
	color: #000;
	margin-top: 20px;
	margin-bottom: 15px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	margin-bottom: 20px;
}

#content ol {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	margin-bottom: 20px;
	margin-left: 30px;
}

#content ul {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	margin-bottom: 20px;
	margin-left: 30px;
}

#content img {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}

#content a:hover {
	background-color: #fff;
	color: #B33;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	padding-top: 20px;
}

div#footer p {
	text-decoration: none;
	background-color: #6b2;
	color: #000;
}

div#footer a {
	text-decoration: none;
	background-color: #6b2;
	color: #000;
}

div#footer a:hover {
	background-color: #6b2;
	color: #B33;
}