html,body {
height: 100%
}

body
{
    margin: 0px;
	padding: 0px;
	background-color: #FDF0DC;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
    background-image: url(images/background.gif);
    background-position: left;
    font-size: 14px;
    height:100%;
}

a:link {  color: #084402; text-decoration: underline}
a:hover {  color: #084402; text-decoration: none}
a:active {  color: #084402; text-decoration: underline}
a:visited {  color: #084402; text-decoration: underline}

img 
{
    border: 0px;
}

div#Zentrieren 

   {
   
   position: absolute;
   left: 0px;
   height: 1px;
   overflow: visible;
   visibility: visible;
   display: block;
   margin-left: -125px; 
   left: 34%; 
   }


div#Container 
{
  margin-top: 23px;
  width: 756px; 
  border-top: 1px solid #325203;

 
  

}

div#LinksSpalte 
{
  width: 111px;
  float: left;
  background-color: #0C4706;
  border-left: 1px solid #FFFFFF;
  vertical-align: top;
  background-image: url(images/bg_gruen.gif);
  background-repeat: no-repeat;
  background-position: right bottom;

    
}

div#RechtsSpalte
{
    float: right;
    width: 463px;
    background-color: #FFFFFF;
    border-right: 1px solid #FDF0DC;


}

div#MitteSpalte 
{
    float:left;
    width: 178px;
    background-color: #FFAB31;
   
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background-image: url(images/bg_orange.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    
} 

.reinigen
{
	clear:both;	
}

div#Content 
{
    padding-top: 18px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 42px;
}

div#Footer 
{
    width: 754px;
    height: 7px;
    background-color: #084402;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FDF0DC;
    background-image: url(images/footer.gif);
    background-repeat: no-repeat;
    background-position: left;
}

div.links 
{
    float: left;
}

div.rechts 
{
    float: right;
}

img.abstandlinks 
{
    padding-right: 12px;
}

img.abstandrechts
{
    padding-left: 12px;
}

hr 
{
 height: 0;
 border-bottom: 1px solid #FFE0B3;
 border-top: 0px;
  
}

*hr 
{
    height: 0px;
    border-bottom: 1px solid #FFE0B3;
}

.hervorheben 
{
    color: #084402;
}

h1, h2 
{
    font-size: 14px;
    font-weight: bold;
}



ul.haken 
{
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
}

li.haken 
{
    padding:0px;
    margin:0px;
    list-style-image: url(images/haken.gif);
    margin-left: 15px;
    padding-bottom: 7px;
}


.ueberschrift 
{
    padding-bottom: 15px;
}

.subueberschrift 
{
    padding-bottom: 15px;
    padding-top: 30px;
}

.nachoben 
{
    padding-top: 10px;
    background-image:  url(images/hrnachoben.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    text-align: right;
 }
 
 .textklein 
 {
    font-size: 12px;
 }

ul.Subnavi 
{
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style: none;
  padding-left: 12px;
}

.text-top 
{
    vertical-align: super;
    font-size: 11px;         
}

.text-sub 
{
    vertical-align: sub;
    font-size: 11px;         
}


