

BODY
{ 

font-color: #000000;  
font-family: verdana,arial,helvetica ,sans serif; 
font-size: 10pt;
background:#ffffff;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;


}


#kopf
{

background: #FBDC3D;
height: 67px;
width:100%;
position:absolute;
top:0px;
left:0px;
right:0px;
z-index:3; 
overflow: hidden;
}


#kopf2
{
background: #000000;
height: 23px;
width:100%;
position:absolute;
top:67px;
left:0px;
z-index:3; 
overflow: hidden;
}
  
#links
{
background: #000000 url('../bilder/links.jpg') no-repeat fixed 10px 62px;
width:50px; height:100%; position:absolute; top:0px; z-index:1; overflow:hidden; background-repeat:no-repeat; background-attachment:fixed
  }


#logo
{
background: url('../bilder/logo.gif') no-repeat fixed 44px 4px;
width:300px; height:300px; position:absolute; z-index:6; background-repeat:no-repeat; background-attachment:fixed  
}


#navi
{
width:150px;
position:absolute;
top:39px;
left:230px;
z-index:5;  
float: none;
line-height:100%;

}    


#inhalt
{
width:85%;
position: absolute;
left: 150px;
top:  160px;
z-index:5;
height:72%;

}

   
/*---------------------------NAVI----------------------------------*/


 
  body, p a {
    font: normal 75% Helvetica, Arial, sans-serif;
    color: black; background-color: #ffffFF;font-size: 10pt;
  }

  div#Rahmen {
    width: 900px;
    padding-TOP: 0px; /* Rand im Kasten*/
   
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 900px;
    margin-top:0px;
     w\idth: 900px;
   
     
     
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    margin-top:0px;
    text-align: left;

     
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.4em; 
   
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.3em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.5em; left: 0.4em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.6em;
    lef\t: -0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;
    
      /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    height: 15px;
    margin-bottom: 0.1em;
     }

  ul#Navigation a, ul#Navigation span {
    display: block;
       width: 5.0em;
    height: 17px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 0.5em;
    text-decoration: none; font-weight: bold;
      color: black; background-color:#FBDC3D; 
    
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 7.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 5.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
    height:23px;
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    
    color: white; background-color: black;
   
    
        
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: black; 
    
    
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: black; width:130px;
    
  }


}