/* CSS Document */

 body { 
   background-color: #343333;
   font-size: 100%;
   font-family: Arial;
   margin: 0; padding: 0px;
  }

 div#komplett {
   width: 690px;
   height: 754px;
   margin: auto; 
   }
	
 div#head {
   width: 690px;
   height: 222px;
   background: url(bilder/a_01.jpg);
   }
	 
 div#content {
   width: 650px;
   height: 512px;
   background: url(bilder/a_02.gif);
   background-repeat: no-repeat;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 20px;
   }

 
 div#navi {
   width: 680px;
   height: 22px;
   text-align: center;
   padding-top: 185px;
   word-spacing: 7px;
   }
  
 div#impressum {
   width: 320px;
   float: left
   }
   
 div#navi a{
   color: white;
   font-size: 11px;
   font-family: Arial;
   text-decoration: none;
   float: leftt
   }  
  
 div#navi a:hover{
   color: red;
   }
   
 div#content h1{
 letter-spacing: 5px;
 }  
   
  h1 {
  color: white;
  font-size: 11px;
  font-family: Arial
  }   
   
  h2 {
  color: white;
  font-size: 12px;
  font-family: Arial;
  text-decoration: underline
  }
  
 p {
  color: white;
  font-size: 11px;
  font-family: Arial;
  }
  
 a {
 color: red;
 font-size: 11px;
 font-family: Arial;
 text-decoration: underline+
 }
 
 a:hover {
 color: white;
 }
