
body {
	height: 100%;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	background-color: #f1f1f1;
}

div#banner {
	position:relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 121px;
	background-image: url(../images/banner_re.gif);
	background-repeat: repeat-x;
	z-index: 6;
}

div#menue{
	position: absolute;
	text-align: right;
	top: 20px;
	line-height: 16px;
	right: 20px;
	font-size: 1.2em;
	color: #fff;
}

div#submenue {
	position: absolute;
	top: 125px;
	text-align: right;
	right: 20px;
	line-height: 16px;
	font-size: 1.2em;
}

div#submenue a { 
	color: #578830;
}

.currentpage {
	color: #578830;
	font-weight:bold;
	}

div#content{
	position:relative;
	height: 100%;
	top: 40px;
	left: 30px;
	width: 920px;
	font-size: 11px;
	z-index: 1;
}

#kontakt { 
	top: 85px;
	float: left; 
	width: 800px; 
	left: 0px;
}

/*Impressumlink bei Scrollseiten*/
	
div#scroll {
	height: 25px;
	color: #578830;
	text-align: right;
	width: 900px;
}

div#scroll a {
	font-size: 12px;
	line-height: 14px;
	color: #578830;
}

div#scroll a:hover {
	text-decoration: underline ;
}

div#footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 117px;
	background-image: url(../images/footer2.gif);
	background-repeat: repeat-x;
	z-index: 0;
}

a:link, a:visited{
	color: #fff;
	text-decoration: none;
}
	
a:hover, a:active {
	color: #578830;
	text-decoration: underline ;
	}

.gruen{ 
	color:#578830;
	}
	
h1 { 
	text-align: left;
	color: #578830; 
	font-size:18px; 
    margin-bottom: 10px;
	margin-top: 0px;
    }
	
h2 {
	text-align: left;
	font-size:12px;
	margin-bottom: 5px;
}

table {
    	line-height: 16px;
    }










