﻿     <style type="text/css">                                                        
      <!--                                                                           
       * {
         margin:0;
         padding:0;  
       }
                  
       body {                                                                                       
         height: 770px;
         font: 90% Verdana, Arial, sans-serif;  
         text-align: center; /* Zentrierung der Seite */
         /*background:url(images/hintergrund-raufaser.png) repeat left top; */
         background:url(images/background.png)  repeat left top; 
         /* background-color:#8EE0EE; */                                           
       }                                                                                            
                                                                                                    
       html {                                                                                 
         font: 90% Verdana, Arial, sans-serif;                                                      
       }                                                                                            
                                                                                                    
       #seitenbereich {                                                                             
         background:url(images/titelbild4.png) no-repeat left top;                                  
         text-align:left;  /* Inhalt wieder links */                                                
         margin: 0 auto;   /* Zentrierung mitte */                                                  
         width: 1013px;
         height: 770px;                                                                             
         background-color:white;/*#FFFFF0; white*/                                                                 
       }                                                                                            
                                                                                                    
       #kopfbereich {                                                                               
         background:url(images/titelbild4.png) no-repeat left top;                                  
         height:157px;                                                                              
       }                                                                                            
         #kopfbereich p {                                                                           
         color:white;                                                                               
         text-align:left;                                                                           
         font-size:1.5em;                                                                           
         padding:0.4em 0.4em 0.4em 9.0em;                                                           
         }                                                                                          
                                                                                                    
       #steuerung {                                                                                 
         /*background-color: #6699FF;*/                                                             
         background:url(images/buttonbackground1.png) no-repeat left top;                        
         height:40px; /*34px;*/                                                                               
         text-align:left;                                                                    
       }                                                                                            
         #steuerung ul {
	       margin-left: 114px;/*114 153px linker Abstand der Buttons */
	       margin-top: 0px;
	       list-style: none;
	       height: 29px;
	       bottom: 172px;
       }
                                                                                                   
         #steuerung li {
	       /*display:inline;  /*  ERSATZ FÜR: float:left; */                                        
           float: left;       /* Felder nebeneinander anordnen*/
	       font: 90% Arial black,Arial sans-serif;
	       color: #004080;
	       font-size: 1.2em;
	       width: 172px;
	       height: 30px;
	       margin-left: 4px;
	       margin-top: 4px;                                                                          
          /* background-color:#8EE0EE;                                                                
                                                                                                    
           border-top:1px #808080 solid;                                                            
           border-left:1px #808080 solid;                                                           
           border-bottom:1px #808080 solid;                                                         
           border-right:1px #808080 solid; */
}                                                                                          
                                                                                                    
       #schatten_hd {                                                                               
        background:url(images/schatten_hd.jpg) repeat-x;                                            
        height:12px;                                                                                
        width:1013px;                                                                               
       }                                                                                            
       #schatten_dh {                                                                               
        background:url(images/schatten_dh.jpg) repeat-x;                                            
        height:12px;                                                                                                                                                          
        width:1013px;                                                                                                                                                         
       }                                                                                            
       #linkerbereich {                                                                             
        float:left; /* linkerbereich und inhalt nebeneinander */                                                                                                                    
        height:450px;                                                                               
        width:160px;                                                                                
       }                                                                                            
       #inhalt {
	    background-color: white;/*white  RGB=#FFFFDC*/;
	    margin-left: 16%;
	    padding-left: 5em;
       }                                                                                            

       #inhalt h1, h2, h3, p, ul {
	    height: 30px;
	    padding-bottom: 0.7em;
	    bottom: 172px;
       }                                                                                            
       #inhalt ul {                                                                                 
           padding-left:2em;                                                                        
       }   
      -->            
     </style>                                                                                                