
/* Vertikale Navigation */
  div#Tmenu {
    font-size: 100%;
    width: 200;px
    padding: 100px;
    border: 0px;
    
  }
  * html div#Tmenu {
    width: 170px;
    w\idth: 10em;  /* (IE 6 in standards-compliant mode) */

/*Positition der Navigation*/
  }
  ul#Navigation {
    margin: 30; padding: 0;
    text-align: left;
  }


/*Abstand der Button*/
  ul#Navigation li {
    list-style: none;
    position: relative;
    margin: 5px; padding: 0;
  }
  * html ul#Navigation li {
    margin-right:1.5em;  /* Platz fuer Link-Verbreiterung im IE reservieren */
    margin-bottom:0;
  }

/*Abstand der ausfahrenden Button*/
  ul#Navigation li ul {
    margin: 4; padding: 0;
    position: absolute;
    top: -7; left: 174px;
  }
  ul#Navigation li ul li {
    margin: 5; padding-left: 15px;
  }

/*Aussehen der Button*/
  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 170px;
    font-family: "Arial", "Century Gothic", Helvetica, sans-serif;
    text-decoration: none; font-weight: bold;
    padding: 6px 6px;
    color: 414141; background-color: #eeeeee; border-radius: 5px;  border-right: 5px solid #dcd9d9; border-left: 5px solid #dcd9d9; box-shadow: 5px 5px 3px #888;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 170px;
    w\idth: 7em;  /* (IE 6 in standards-compliant mode) */
  }
 
 /*Hover der  ausfahrenden Button*/
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
    color: #FFFFFF; background-color: #1171ea; border-radius: 5px; border-left: 5px solid #03479a; border-right: 5px solid #03479a;
  }

 /*Aussehen Button aktuelle Seite*/
  li a#aktuell {
    color: #000000; background-color: #cccccc; border-radius: 5px; border-left: 5px solid #eeeeee; border-right: 5px solid #eeeeee;
  }
  ul#Navigation li ul span { border-color: #900; border-left-color: #c96; color: #900; background-color: white;
  }
  ul#Navigation li a:active { color: black; background-color: #ccc;  /* on click */
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul { display: none;
  }
  ul#Navigation li:hover>ul { display: block;
  }
  ul#Navigation>li:hover>a { width: 170px; background: #0066ff;
  }

/* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
  * html ul#Navigation li.hoverIE {
    margin-right:0;  /* reservierten Platz freigeben */
    margin-bottom:-1.15em;  /* Fehlerkorrektur, ggfls. anpassen */
  }
  * html ul#Navigation li.hoverIE ul {
    display: block;
  }
  * html ul#Navigation li .hoverIE {
    width: 10.3em;
    w\idth: 8.2em;  /* (IE 6 in standards-compliant mode) */
    background: #e00;
  }

