body, html
{
	background-color: #CAE39F;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#549D44;
	padding:0;
	margin-top:2em;
	margin-bottom:0.1em;
 } 
 
 h1
{
width:95%;
padding-left:5px;
height:16px;
font-size:12px;
font-weight:bold;
font-family:verdana;
font-style:italic;
color:white;
background-color:#9FCC58;
background-image: url(./../pics/bg_h1.png);
background-repeat:no-repeat;
border:1px solid #549D44;
display:inline-block;
}

hr
{
width:95%;
background-color:green;
/*background-color:#CAE39F;*/
/*height:1px;*/
color:green;
}

 img.linksseitig
 {
 float:left;
 }
 
 div.inforechts
 {
 margin-left:20px;
 display:inline-block;
 }

/*dieses pixel macht es möglich, dass die seite zentriert angezeigt wird!*/
#pixel
{
width:1px;
height:auto;
position:absolute;
top:5px;
left:50%;
}

/* der contentcontainer*/
#content
{
position: absolute;
top: 0px;
left: -498px;
width:998px;
padding:0px;
margin:0px;
border:1px solid #549D44;
}

#content #banner
{
width:998px;
height:129px;
padding-top:0px;
padding-left:0px;
margin-left:0px;
margin-top:0px;
background-image: url(./../pics/bg_banner2.png);
background-repeat:no-repeat;
}



#rechts
{
text-align:left;
width:200px;
height:auto;
margin-top:0px;
margin-left:0px;
padding:5px;
display:inline-block;
float:left;
}


#mitte
{
text-align:left;
width:562px;
height:auto;
margin-top:0px;
margin-left:0px;
padding:5px;
display:inline-block;
float:left;
}

#logo_gruen
{
width:150px;
height:161px;
margin-left:20px;
margin-top:10px;
background-image: url(./../pics/logo_gruen.gif);
background-repeat:no-repeat;
display:inline-block;
}

p.title_submenue
{
width:185px;
margin-top:8px;
padding:5px;
height:auto;
font-size:11px;
font-weight:bold;
font-family:verdana;
font-style:italic;
color:white;
background-color:#549D44;
border:1px solid #9FCC58;
display:inline-block;
}



#links
{
text-align:left;
width:200px;
height:auto;
margin-top:0px;
margin-left:0px;
overflow:visible;
padding:5px;
display:inline-block;
float:left;
}


#seitencontainer
{
width:998px;
height:auto;
margin-top:0px;
background-color:white;
padding:0px;
/*background-color:#E9E9F2;*/
background-image: url(./../pics/bg_seite1.png);
background-repeat:repeat-y;
}


#footer
{
text-align:left;
margin-top:0px;
width:993px;
display:inline-block;
height:20px;
padding-top:5px;
padding-left:5px;
text-decoration: none;
color:white;
font-weight:bold;
background-image: url(./../pics/bg_footer.png);
background-repeat:no-repeat;
background-color:#549D44;
}


.ende_float
{
clear:both;
}

