body {
	font-family: Verdana;
	font-size: 11px;
	line-height: 17px;
	background-color: #8c8c8c;
	min-width: 800px;
	background-image: url(images/baggrund-main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 12px;
	margin-top: 0px;
}

#container {
	width: 800px;
	background-color: white;
	margin: auto;
}

#logo {
	width: 800px;
	height: 50px;
	background-image: url(images/toplogo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#billede {
	margin-bottom: 4px;
}

#menu {
	float: left;
	margin-right: 4px;
}

#indhold {
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#slogan {
	width: 800px;
}

#adresse {
   text-align: center;
	color: #055b28;
	padding-bottom: 4px;
}

h1 {
	font-size: 15px;
	color: #055b28;
	margin: 0px;
	margin-bottom: -20px;
}

.menupunkt {
	padding-left: 12px;
	margin: 4px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.under_menupunkt {
	padding-left: 6px;
	margin: 4px;
	color: #a2a2a2;
	text-decoration: none;
}

a:link, a:visited {
	color: #055b28;
	text-decoration: none;
}

a:hover, a:active {
	color: Maroon;
	text-decoration: none;
}

#reklame {
	float: right;
	width: 120px;
	margin: 10px;
}
