/* Vertikale Navigation */
 


  
  /* Hintergrund Menu-Bereich*/
  div#Tmenu {
    font-size: 12px;
	font-family: Arial, Helvetica, verdana,  sans-serif;
    width: 10em;
    margin-left: 16px;
  }
  * html div#Tmenu {
    width: 11.3em;
    w\idth: 10em;  /* (IE 6 in standards-compliant mode) */
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: left;
  }

  ul#Navigation li {
    list-style: none;
    position: relative;
    
	margin: 0; /* abstand zwischen menupunkten alle stufen */
	padding: 0;
  }
  * html ul#Navigation li {
    margin-right:1.5em;  /* Platz fuer Link-Verbreiterung im IE reservieren */
    margin-bottom:0;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 0; left: 9.3em;
  }
  *:first-child+html ul#Navigation li ul {
    left: 9em;  /* (IE 7 in standards-compliant mode) */
  }
  ul#Navigation li ul li {
    margin: 0; padding-left: 1.4em;

  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 110px;
    font-family:  Arial, Verdana,sans-serif;
	size: 12px;
    text-decoration: none; font-weight: bold;
    padding: 2px 4px;
    border-bottom: 1px solid #8BBDD5;
    z-index: 80;
	/* background für alle stufen */
    color: white; background-color: #2A9DD4;
	
  }

  
  * html ul#Navigation a, * html ul#Navigation span {
    width: 9em;
    w\idth: 7em;  /* (IE 6 in standards-compliant mode) */
	
	
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
    border-color: #2A9DD4;
	color: #000000;
    background-color: #B5DEF2;  /*  hover stufe 2 */

	
  }
  li a#aktuell {
    border-right-color: #300; border-bottom-color: #300;
    background-color: #900;
	
  }
  ul#Navigation li ul span {
    border-color: #900; border-left-color: #c96;
    color: #900; background-color: white;
		
  }
  /* hintergrund beim draufklicken */
  ul#Navigation li a:active {
    color: black; background-color: #f3f3f3;
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul {
    display: none;

  }
  ul#Navigation li:hover>ul {
    display: block;
	 z-index: 80;
	
  }
  
  /*  hover stufe 1 */
  ul#Navigation>li:hover>a {
     border-color: #2A9DD4;
	color: #000000;
    background-color: #B5DEF2;  
	
  }

/* 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 url(pfeil.gif) no-repeat center right;
  }
  
 .menuSub
 {
 width:600px;
 color:#CC6633;
 display: block;
 }
  
a.menuSub:link, a.menuSub:hover, a.menuSub:visited, a.menuSub:active  
{
 width:600px;
 color:#CC6633;
 display: block;
}