html, body {
 }

body {
   background: url(../images/hintergrund.jpg) #F0F0F0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 90%;
   font-weight: normal;
   line-height: 1.4;
   margin:;
   }
  h1, h2, h3, h4 {
  margin: 0px 0 15px 0;
  padding: 5px 0;
  }
  h1 {
      font-size: 160%;
      color: #0066CC;
      margin-bottom:5px;
      text-align: right;
      }
  h2 {
      font-size: 140%;
      color: #0066CC;
      text-align: right;
      }
  h3 {
      font-size: 115%;
      color: #0066CC;
      }
  h4 {
      font-size: 100%;
      }
  h4 {
      font-size:  80%;
      }    
  p {
    margin: 5px 0 10px 0;
    }
  p.fett {
      font-weight: bold;
  }
  k.fett {
      font-size: 80%;
      font-weight: bold;}

  a:link, a:visited {
      color: #000000;
  }
  a:active {
      color: #BF0000;
  }
  a:hover {
    color: #0066CC;  
  }
  
#container {
        margin: ;
        width: 100%;
        height: 100%;
        text-align: left;
        background-color:;
        border: ;
        }

/*Ebene 1*/

#menu {
       width: 15%;
       height: 75%;
       float: left;
       color: #0066CC;
       padding: 15px 15px 0 15px;
       border: ;
       }
#menu ul {
     position: absolute;
     z-index: 21;
     list-style: none;
     margin: 0;
     padding: 0 0 0 0;
     height: auto;
     border: ;
     }


#menu ul li {
        position: relative;
        z-index: 20;
        width: 160px;
        overflow: hidden;
        height: 30px;
        background: #CCCCCC;
        border-top: 1px solid #FFFFFF;
        border-left: 1px solid #9E938F;
        border-bottom: 1px solid #9E938F;
        border-right: 1px solid #9E938F;
        }
#menu ul li:hover {
        overflow: visible;
        z-index: ;
        background: #E8E8E8;
        }

   /*Ebene 2 etc.*/
#menu ul ul {
        margin: -36px 0 0 160px;
        width: 160px;
        position: relative;
        }

#menu ul ul li {
        height: 30px;
        width: 160px;
        position: relative;
        }
#menu ul ul li:hover {
      overflow: visible;
      width: 160px;
      min-height: 50px;
      }        

#menu a {
     text-decoration:none;
     color: black;
     display:block;
     padding: 5px;
     height: 30px;
     }
#menu a:hover {
        color: #0066CC;
        font-weight: bold;
        }

#inhalt {
   position: ;
   z-index: ;
   width: 77%;
   height: 97%;
   float: right;
   margin: ;
   padding: 15px;
   border: ;
   background-color: ;
   }

#liste {
    width: auto;
    padding: 0;
    margin: 0;
    }
#liste ul {
      list-style-type: none;
      }
#liste ul li {
        list-style-type: none;
        color:black;
        }
#pfeilliste {
    
} 
#pfeilliste ul {
       list-style-image:url(../images/pfeil.gif); 
}

#fusszeile {
   position: ; top:  ;
   width: 77%;
   height: 5%;
   float: right;
   padding: 15px;
   border: ;
   background-color: ;
}
#fusszeile.f1 {
     font-size: 100%;
     font-weight: bold;
     color: #0066CC;
     text-align: right;
     }


