body { }

p { }

td { }

a:link { }

a:visited { }

a:hover { }

a:active { }

/* Vertikale Navigation */
  div#Tmenu {
    font-size: 94%;
    width: 10em;
    padding: 0;
    border: solid 0 white;
    background-color: #ff9;
  }
  * html div#Tmenu {
    width: 11.3em;
    w\idth: 10em;  /* (IE 6 in standards-compliant mode) */
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    position: relative;
    margin: 0.4em; 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: relative;
/*    top: 0; left: 9.0em; */
	top: inherit; left: 0
  ; }
  *:first-child+html ul#Navigation li ul { position: relative; top: inherit; left: 0;  /* (IE 7 in standards-compliant mode) */
  }
  ul#Navigation li ul li { margin: 0; padding-left: 0.5em; }

  ul#Navigation a, ul#Navigation span { display: block; width: 7em; font-family: "Trebuchet MS", "Century Gothic", Helvetica, Arial, sans-serif; text-decoration: none; font-weight: bold; padding: 0.2em 1em; color: white; background-color: #69f; border-color: #ddd #222 #222 #ddd; border-style: solid; border-width: 2px; }
  * 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: #ddd #222 #222 #ddd;
    background-color: #9cf;
  }
  li a#aktuell { background-color: #44a; border-color: #ddd #222 #222 #ddd; }
  ul#Navigation li ul span {
    border-color: #ddd #222 #222 #ddd; color: #006; background-color: #ddf;
  }
  ul#Navigation li a:active {
    color: black; background-color: #69f;
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul {
    display: none;
  }
  ul#Navigation li:hover>ul {
    display: block;
  }
  ul#Navigation>li:hover>a {
    width: 8.0em;
    background: #9cf url(pfeil.gif) no-repeat right center;
  }

/* 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: #9cf url(pfeil.gif) no-repeat right center;
  }
