@charset "UTF-8";

@media all
{
   ul#Navigation {
    margin: 0; padding: 0;
  }

    /* base setting for all menu levels */
  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    margin: 0; 
    padding: 0 0 0 0;
    font-size:9pt;
  }
 
  
  ul#Navigation a,
  ul#Navigation strong {
    color: black;
    display: block;
    font-weight: normal;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    margin:0;
    
    width: auto; /* only IE 5.x */
    width/**/:/**/ .1em; /* only IE 6.0 */
  }


  #nav_main > ul a,
  #nav_main > ul strong { width: auto; }  /* for other browsers */

    
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.1em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }


  ul#Navigation a, ul#Navigation span {
    display: block;
    /* width: 80px;  Breite den in li enthaltenen Elementen zuweisen */
    padding: 3px 19px 3px 19px;
    text-decoration: none; font-weight: normal;
  }
  
  * html ul#Navigation a, * html ul#Navigation span {
    /*width: 8.6em;    Breite nach altem MS-Boxmodell für IE 5.x */
    /* w\idth: 6.4em;  korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
 
  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: relative;
    top: 0px; left: 0;
    background-color: white;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:white; padding-bottom:0.0em;
  }
  ul#Navigation li:hover ul {
   /*  display: block;  Unternavigation in modernen Browsern einblenden */
  }
  
  
  ul#Navigation li.level0:focus a,
  ul#Navigation li.level0:hover a,
  ul#Navigation li.level0:active a,
  ul#Navigation li#active a {
    color:#E1463C;
    background: url('../images/bullet_navibar.jpg') no-repeat left 50%;
  }
  
  
  ul#Navigation li.level0 a:focus,
  ul#Navigation li.level0 a:hover,
  ul#Navigation li.level0 a:active {
    
    
  }
   
  
}
