body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background : #878787;
}
.style1 {
	color: #646464;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.style2 {
	color: #708EBC;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #606060;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #606060;
	font-size: 10px;
	font-family: tahoma;
}
.style5 {
	color: #80A43F;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style6 {
	color: #3B3B3B;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style7 {
	color: #DB6A00;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style8 {
	color: #3862a8;
	font-size: 11px;
	font-family: tahoma;
}
.style10 {color: #3862a8; font-size: 11px; font-family: tahoma; font-weight: bold; }

.style11 {	
	font-weight : bold;
	color: #646464;
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.style12 {	
	font-weight : bold;
	color: #646464;
	font-size: 11pt;
}

.style13 {
	color: #646464;
	font-size: 12px;
	font-family: tahoma;
	text-decoration:none;
}

.style14 {
	color: #CC0033;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}

/* Vertikale Navigation */
  div#Tmenu {
    font-size: 94%;
	font-family:Arial, Helvetica, sans-serif;
    width: 8em;
  }
  * 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.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: absolute;
    top: 0; left: 6em;
  }
  *: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: 8em;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none; font-weight: bold;
    padding: 0.3em 1em;
    color: #646464; 
  }
  * 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: #c96;
    border-left-color: #900; border-top-color: #900;
    background-color: #000000;
	color:#CDDBEB;
  }

  ul#Navigation li ul span {
    border-color: #900; border-left-color: #c96;
    color:#CDDBEB; background-color: white;
  }
  ul#Navigation li a:active {
    color:#CDDBEB; background-color: #f00;
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul {
    display: none;
  }
  ul#Navigation li:hover>ul {
    display: block;
  }


/* 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;
  }
  
A:link {font-size: 11px; text-decoration: none; color: #646464}
A:visited {font-size: 11px; text-decoration: none; color: #646464}
A:active {font-size: 11px; text-decoration: none; color: #646464}
A:hover {font-size: 11px; text-decoration: none; color: #646464}

