﻿/* STRUKTUR */
#bereich0 {
        background-color: #E1E1FF;
        color: #FFFFFF;
        width: 780px;
        padding-bottom: 20px;
        padding-right: 2px;
        font-size: 90%;
        text-align: center;
        align: center;
        position: absolute;
        left: 122px;
        top: 15px;
}
#menuleiste {
       
        color: #000000;
        width: 780px;
        height: 30px;
        font-size: 90%;
        float: top;
        text-align: left;
}
#inhalt {
        background-color: #8BBCE0;
        color: #000000;
        width: 780px;
        float: bottom;
        padding-left: 0px;
        font-size: 90%;
        text-align: left;
        padding-bottom: 5px;
}


klein {
        padding-top: 2px;
        padding-left: 0px;
        padding-right: 10px;
        margin-left: 0px;
        margin-bottom: 0px;
        font-size: 0.8em;
}
table {
        padding-top: 2px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
        margin-bottom: 5px;
        border: 5;
        font-size: 1.0em;
}


/*NAVIGATION*/

  ul#Navigation {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    width: 130px;
    position: relative;
    margin-top: 0.4em;
    
  }
      * html ul#Navigation li {  /* Korrektur fuer den IE */
        margin-bottom: -0.4em;
          }

  ul#Navigation li ul {
   
    width: 153px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.7em;
    left: 0px
    display: none;  /* Unternavigation ausblenden */
  }

  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: 0px;
    lef\t: 0px;
  }

  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
    background-color: #F96;
    border-radius: 7px;
  }
  
 ul#Navigation li ul li:hover {
	
    font-weight: bold;
   

  }


  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.4em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 130px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none;
  }
 * html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
           width: 100%;
           width: 130px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
           w\idth: 130px;    /*Breite von home, aktuelles ,...*/
             }

  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
       
        color: #000000; /*Schriftfarbe beim Drüberfahren*/
        text-decoration : none;
      /*  margin-right : 8px;
        padding-top : 0px;
        padding-bottom : 0px;
        padding-left : 2px;
        padding-right : 12px;
        border-top : 1px double #8DBEF3;
        border-left : 0px solid silver;
        border-right : 0px solid black;
        border-bottom : 1px double #8DBEF3; */
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
        background-color: #FFFFFF;
        color: #AAAAFF;
        text-decoration : none;

}
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
        background-color: #FFFFFF;
        color: #AAAAFF;
        text-decoration : none;
        margin-right : 8px;
        padding-top : 0px;
        padding-bottom : 0px;
        padding-left : 2px;
        padding-right : 12px;
        border-top : 1px double #8DBEF3;
        border-left : 0px solid silver;
        border-right : 0px solid black;
        border-bottom : 1px double #8DBEF3;
  }
ul#Navigation li>ul {
    display: none;
    top: 1.6em;
  }
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
  }