  
  html { 
    height:100%; 
  }
  
  body { 
    font-size: 13px;
    height:100%; 
    background:url(/DE/images/background/back.gif); 
    font-family:Arial, Tahoma, Verdana, sans-serif;
    overflow: -moz-scrollbars-vertical;
    background-attachment:fixed;
  }


  * {
  	padding: 0;
  	margin: 0;
  }
  
    
  .container { 
    position:relative;
    width:960px; 
    left:50%;
    margin-left:-482px;
    padding-top:14px;  
  }
    
    
      
/*********  HEADER *********/      
      
  .header {
    width:960px; 
    height:120px; 
    background:url(/DE/images/background/header.jpg); 
  }  
    
        .headerNavi {      
          position: absolute;
          top:100px;
          right:45px; 
          z-index: 11; 
          font-size: 14px;
          color: #95759B; 
        }  
    
       .headerFahne {      
          position: absolute;
          top:102px;
          right:15px; 
          z-index: 11; 
        }  
        
       .headerLogo {
          background:url(/DE/images/background/logo.gif) no-repeat;
          position: absolute;
          top:30px;
          left:35px; 
          height:100px;
          width:100px;
          z-index: 10;  
        }  
      
      

/*********  MITTE *********/ 
 
  .middle {
    clear:both; 
    width:960px; 
    background:transparent url(/DE/images/background/mitte.jpg) top left repeat-y;
  }
    
        .navigation {
          display:inline /*Fix IE floating margin bug*/; 
          background-image:url(/DE/images/background/navigation.jpg);
          height: 425px;
          width: 162px;
          margin-left:1px;
          float:left; 
          overflow:visible !important /*Firefox*/; 
          overflow:hidden /*IE6*/;
        }
        
        .content {
          display:inline; /*Fix IE floating margin bug*/; 
          float:left; 
          width:760px;
          min-height:420px;
          height: auto !important;
    	    margin:10px 0px 5px 20px;
          overflow:visible !important /*Firefox*/; 
          overflow:hidden /*IE6*/;
          background:url(/DE/images/background/back2.gif);
        }
        
        .angebot {
          position: absolute;
          top:300px;
          left:5px; 
          z-index: 10; 
          font-size: 11px;
          color: #95759B; 
        }   


/*********  FOOTER *********/ 
 
  .footer {
    clear:both; 
    width:960px;
    height:45px; 
    background:url(/DE/images/background/footer.jpg) no-repeat; 
    overflow:visible !important /*Firefox*/; 
    overflow:hidden /*IE6*/;
  }
  
          
        .zaehler {
          position: absolute;
          bottom:30px;
          left:30px; 
          z-index: 11; 
          font-size: 11px;
          color: #95759B; 
        }
  
        .footerText {
          position: absolute;
          bottom: 15px;
          left: 185px;
          font-size: 11px;
          color: #95759B;
        }  
        
        .lastUpdate {
          position: absolute;
          bottom: 15px;
          right: 20px;
          font-size: 11px;
          color: #95759B;
        }
  
  
  
/*********  AFTER *********/   
  
 .container:after, 
 .header:after, 
 .middle:after, 
 .navigation:after, 
 .content:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
  }
    
 .footer:after {
   content:"."; 
   display:block; 
   height:0; 
   clear:both; 
   visibility:hidden;
 }