/****************************************************
     Allgemeine CSS für alle Browser
     
     nur spezielle eigenschaften in den 
     browser.css dateien für die jeweiligen browser
     
     (C) Sven Windpassinger
***************************************************/    


html{
     font-family: Helvetica, Arial, centurie;
     font-size:4mm;
     }
html, body{
          color:#444;        
          width:100%;
          height:100%;
          margin:0;
          padding:0;
          font-family: 'Helvetica', Arial;
          }          
body {    
		width:100%;
		margin: 10px auto 0 auto; 
    }
          
          
/***********************
 * CSS für Templatte
 **********************/            
.kopfcontainer{
          position:fixed; 
          top: 0;
          width:100%;
          margin: 0 auto 0 auto; 
          background-color: #FFF;
          z-index:500; 
          }
.kopf, .navi {
          width:20cm; 
          margin: 0 auto 0 auto; 
          z-index:0;
          }
.navicontainer{    
          background-color:#FFF;
          width:100%       
          }          
.blatt{
          position: relative;
          /*top:5cm;*/
          width:20cm; 
          margin: 0 auto 0 auto;
          padding-top:3.3cm;
          padding-left:0em;
          padding-bottom:3.5cm;
          z-index:5;
          }                            
          
.clear{   
          clear:both;
          }    
.inhalt{
          text-align:left; 
          z-index:5;  
          }            
.footer{
          color: #999;
          background-color:#333; 
          font-size:0.9em; 
          width:100%;
          text-align:center;
          padding:15px;
          position:fixed; 
          bottom:0px;
          z-index:500;
          }
.footer a{
		color:#999;
}
.footer h1{
          color: #999;
          margin:0;
          line-height: 1em;
          }          
#impressum, table{
          font-size:3mm;
          }                    

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
     }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
     }
a:hover {
	text-decoration: underline;
	color: #aaa;
     }
a:active {
	text-decoration: none;
	color: #444;
     }

/***********************
 * CSS allg. Tags, classen und id
 **********************/ 
h1 {
     color:#444;
     margin: 0 0 0 0;
     line-height:1em;
     }
            

#slogan{
      color:red;
   }
