/* CSS Document */

body {
   background:#000000;
   color:#FFFFFF;
   font-family:Arial, Helvetica, sans-serif;
   overflow:scroll;
   }
   
h1 {
    font-size:20pt;
	font-weight:bold;
	}
	

h2 {
    font-size:18pt;
	font-weight:bold;
	}

h3 {
    font-size:16pt;
	font-weight:bold;
	}
	
a:link  {
   color:#EAEAEA;
   font-weight:bold;
   text-decoration:underline;
   }
      
a:visited  {
   color:#EAEAEA;
   font-weight:bold;
   text-decoration:underline;
   }
    
a:hover  {
   color:#ffffff;
   font-weight:bold;
   text-decoration:overline;
   }  
   
a:active {
   color:#EAEAEA;
   font-weight:bold;
   text-decoration:underline;
   }
      
#header {
   width: 82%;
   height: 228px;
   border: 0;
   text-align:center;
   }
   
#kopf {
   width: 82%;
   text-align:center;
   padding-top:2px;
   }   
   
#menue {
   width: 200px;
   border: 0;
   float:left;
   overflow:hidden;
   text-align:center;
   }
 
#main {
   border: 0;
   background:#000000;
   color:#FFFFFF;
   left:260px;
   top:300px;
   position:absolute;
   width:760px;
   } 
   
#banner {
   width: 770px;
   height: 228px;
   border:0;
   }
   
.banner {
   border:0;
   margin-left:150px;
   width:468px;
   }   
   
.schalter  {
   border:0;
   width:200px;
   height:60px;
   }
   
 .foto {
    border: 0;
    margin-left:200px;
    }
	
.seitenbanner {
   border:0;
   width:200px;
   margin-top:75px;
   }
