body {
	padding: 0px;
	margin: 0px;
	background-color: #019934;
}

#kopf_01 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 100%;
	background-image:url('../image/kopf_01.jpg');
}

#kopf_02 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 100%;
	background-image:url('../image/kopf_02.jpg');
}

#kopf_03 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 100%;
	background-image:url('../image/kopf_03.jpg');
}

#kopf_04 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 100%;
	background-image:url('../image/kopf_04.jpg');
}

#kopf_05 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 100%;
	background-image:url('../image/kopf_05.jpg');
}

#kopf_06 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 100%;
	background-image:url('../image/kopf_06.jpg');
}

#kopf_07 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 100%;
	background-image:url('../image/kopf_07.jpg');
}

#kopf_08 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 100%;
	background-image:url('../image/kopf_08.jpg');
}

#navigation {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 210px;
	height: 425px;
	background-image:url('../image/back_nav.jpg');
}

#navlist {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 180px;
	height: 300px;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 13px;
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
}

#navigation ul li a {
	display: block;
	padding: 3px;
	width: 150px;
	font-family: Arial;
	font-size: 13px;
	text-indent: 22px;
	line-height: 16px;
	text-decoration: none;
	background-image:url('../image/blume.jpg');
	background-repeat:no-repeat;
	background-position:left;
}

#navigation a:link, #navigation a:visited {
	color: #000000;
	text-decoration: none;
}

#navigation a:hover {
	color: #333333;
}

#inhalt {
	position: absolute;
	left: 240px;
	top: 120px;
	width: 760px;
	height: 600px;
	overflow: auto;
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
}