<!--
body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
}

* {
  margin:0;
  padding:0;
}
html, body {
    height: 100%;
}   
    
#seite {
  width:100%;
  margin: 0 auto;
  background:url(img/pattern2.jpg) repeat;  position: relative;
  min-height: 100%;
}

#kopf 
h1 {
    color: red;
    /* background-color: black; */
  }
/* .feuer {
    font-size: 50pt;
    font-weight: bold;
    text-shadow:   0px   0px 10px white,
                   5px  -5px 10px #F8FF9D,
                 -10px -10px 20px #F5FE5C,
                  10px -15px 20px #FDDB33,
                 -10px -20px 20px #FFC126,
                  10px -25px 20px #FF7808,
                 -10px -30px 20px #F95801,
                  15px -35px 20px #FE7606,
                 -15px -40px 20px #FD5C01,
                  15px -45px 15px #E54600,
                 -20px -50px 15px #D23700,
                  20px -55px 15px #B82B00,
                 -20px -60px 15px #A11301,
                  20px -65px 15px #981D01,
                 -25px -70px 10px #851200,
                  25px -75px 10px #690D00,
                 -25px -80px 10px #3E0600
	        ;
} */
#inhalt {
  margin-left: 220px;
  margin-top: 10px;  
  padding-bottom: 2em;
}

#navi {
   float:left;
   width: 120px;                 
   text-align: left;              
   margin-top: 10px;            
   margin-bottom: 10px;          
   margin-left: 10px;            
   margin-right: 9px; 
   
}
 
#navi ul {
   list-style: none; 
                 
}
 
#navi li {
   width: 120px;
   position: relative;
   background-color: silver;       
   border-top: 1px black solid;    
   border-left: 10px red solid; 
   border-bottom: 1px black solid;   
   border-right: 2px black solid;  
   margin-top: 10px;              
   padding-top: 4px;              
   padding-bottom: 4px;           
   padding-left: 4px;              
   padding-right: 4px;            
} 

#navi ul ul {
    position: absolute;
    top: -0.4em; 
    left: 8em;
    overflow: hidden;
    
    font: 0/0 serif;   /* Unternavigation ausblenden */
    z-index: -1;
    transition: font 0.5s;
}
  
#navi ul li:hover ul {
   font: inherit;     /*  Unternavigation einblenden */
   z-index: auto;   
  }  
  
#navi a {
    display: block;
    text-decoration: none;
}

#navi a:hover {
    background-image: url(bilder/grau-50.png);
    color: white;
}

#fuss {
  clear: both;
  background-color:lightgrey;
  width:100%;
  font-size: 8pt;
  position:absolute;
  bottom: 0;
  height: 2em;
}
-->