#wrap {
	float: left;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
}
#top {
	float: left;
	height: 200px;
	width: 800px;
	background-image: url(images/back_01.jpg);
}
body {
	margin-top: 50px;
}

#menu {
	float: left;
	height: 30px;
	width: 800px;
	background-image: url(images/bar.jpg);
}
#indhold {
	float: left;
	width: 800px;
	background-image: url(images/back_02.jpg);
	height: 400px;
}
#wrap #bund p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	margin-top: 40px;
}
#wrap #top h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #999;
	margin-top: 50px;
	margin-left: 50px;
}
#wrap #top h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	margin-top: 15px;
	margin-left: 60px;
}
#wrap #menu ul {
	margin-top: 0px;
	margin-left: -40px;
	list-style-type: none;
	position: relative;
	left: 10px;
}
#wrap #menu ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #999;
	display: inline;
}
#wrap #menu ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #567601;
	float: left;
	width: 100px;
	height: 29px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDFFA5;
	text-align: center;
	background-image: url(images/knap1.jpg);
}

#bund {
	float: left;
	height: 100px;
	width: 800px;
	background-image: url(images/back_03.jpg);
}
#wrap #menu ul li a:hover {
	color: #CCC;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93CA02;
	float: left;
	width: 100px;
	height: 29px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDFFA5;
	background-image: url(images/knap2.jpg);
}
#wrap #indhold h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #6A9102;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
}
#wrap #indhold h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #638902;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 2px;
}
#wrap #indhold p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}
#wrap #indhold p img {
	margin-top: 5px;
	margin-left: 120px;
	border: 1px solid #AFDD34;
}
#wrap #indhold p img.hojre {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
