@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../bilder/bg.png) repeat-x #b7fca8;
	height: auto;
	margin: 0;
	padding: 0;
}
a {
	color: #6f904d;
}
a:hover {
	color: #030;	
}
img {
	border: 0px;
}
.copyright {
	font-size: 10px;	
}
#navi {
	font-size: 14px;	
}
#navi a {
	text-decoration: none;
}
#navi li {
	list-style-type: none;
	margin: 0 0 10px 0;
}
#navi ul {
	margin: 0;
	padding: 0;	
}
#imp {
	font-size: 11px;
	position: absolute;
	top: 20px;
	margin-left: 880px;
}
#imp a {
	color: #3a6936;	
}
/*Standard Div Elemente*/
#container {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	background: url(../bilder/body.jpg) repeat-y #fff;
}
#header {
	height: 190px;
	background: url(../bilder/header.jpg) no-repeat #FFFFFF;
	padding: 0;
}
#content {
	width: 750px;
	height: auto;
	margin: -20px 0 0 220px;
	text-align: justify;
	z-index: 1;
}
#left {
	position: absolute;
	width: 180px;
	top: 200px;
	height: auto;
	margin-left: 30px;
}
#topper {
	position: absolute;
	width: 550px;
	height: 130px;
	top: 35px;
	margin-left: 410px;
	text-align: justify;
}
#footer {
	width: 1000px;
	height: 57px;
	bottom: 0;
	background: url(../bilder/footer.jpg) no-repeat #666666;
	padding: 0;
	text-align: center;
	z-index: 2;
}
/*Ueberschriften*/
h1 {
	font-size: 24px;
	color: #6f904d;
}
h2 {
	font-size: 18px;
	color: #6f904d;
}
h3 {
	font-size: 16px;
	color: #6f904d;
}
h4 {
	font-size: 14px;
	color: #6f904d;
}
h5 {
	font-size: 12px;
	color: #6f904d;
}
h6 {
	font-size: 10px;
	color: #6f904d;
}

