* {
     
    padding:0em;  
}

  
 

li {
    margin-left: 3em;
}
   

#html, body {     
    font-family: calibri;
    font-size: 76.0px;
                         
width: 100%;
height: 100%;
margin: 0;
padding: 0;
                  overflow: hidden;
                     background-image: url('Hintergrund.jpg');
                     background-repeat: no-repeat;
                     background-position: center center;
                     background-attachment: fixed;        
background-color: white;
         
    
}




    a:link {
	  color:#000000;
	  text-decoration:none;
	}

	a:visited {
	  color:#000000;
	  text-decoration:none;
	}

 

	a:hover {
	  color:#2B6326;
	  text-decoration:none;
	}


                

 #hintergrund {
width: 100%;
height: 100%;        
position: fixed;
z-index: 1;
         
}


     #content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
overflow: auto;
} 


#bereichkopf {
margin-top: 0.3em;
}
  

#seitenbereich {
    background-color: transparent;
    font-size: 26.0px;
      
}

#seitenbereich2 {
    background-color: transparent;
    margin-left: 6em;
    margin-right: 6em;
}    
          

#table, th, td {
    border: 2px solid white;    border-collapse: collapse;
} 
 
 
 