body   { color: #666666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; margin: 0; padding: 0 }

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000
}

.navtitel    { color: white; font-size: 15px; font-family: Arial; font-weight: bold }
.titel2    { color: black; font-size: 18px; font-family: Arial; font-weight: bold }
.titel3    { color: red; font-size: 18px; font-family: Arial; font-weight: bold }
.min1    { color: black; font-size: 10px; font-family: Arial; font-weight: bold }

.untertitel     { color: #f00; font-size: 15px; font-family: Arial; font-weight: bold }
.text     { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal }
.titelgross1 { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 3px;
	padding: 3px;
	border: solid 1px #CCCCCC;
	}
a  { color: black; font-weight: normal; text-decoration: none; font-size: 12px }
a:hover  { color: white; font-weight: normal; text-decoration: none; font-size: 12px }




}


#nav li {
  /* floaten der Hauptlistenpunkte */
  margin: 0;
  float: left;
  display: block;
  padding-right: 15px;
}


#nav li.off ul, #nav li.on ul {
  /* Verstecken der Untermenüs */
  display: none;
}

#nav li a {
  /* Für alle Links in der Liste */
  color: #f90;
  font-weight: bold;
  display: block;
  height: 15px;
  width: 100px;
  border: 1px solid #29497b;
  padding: 5px;
}
#nav li.off ul, #nav li.on ul {
  /* Subnavs positionieren und verstecken */
  display: none;
  position: absolute;
  top: 33px;
  height: 15px;
  left: 0;
  padding-top: 10px;
}
#nav li.on a {
  /* Rahmenfarbe für aktive Fläche ändern */
  border: 1px solid #f90;
}

#nav li.on ul a, #nav li.off ul a {
  /* Vererbung des Rahmens für Untermenü
     des aktiven Themas unterdrücken */
  border: 0;
}

#nav li.on ul {
  /* Liste des aktiven Untermenüs ausgeben */
  display: block;
}
}
#nav li.on ul a, #nav li.off ul a {
  float: left;
  /* IE vererbt den Float nicht */
  border: 0;
  color: #f90;
  width: auto;
  margin-right: 15px;
}

#nav li.on ul {
  /* Aktuelle Thema anzeigen */
  display: block;
}

#nav li.off:hover ul {
  /* Die anderen Themen anzeigen
     bei hover über dem Elternmenü */
  display: block;
  z-index: 6000;
}
#nav li.off a:hover, #nav li.off:hover a {
  background: #29497b;
  color: #f90;
}
#nav li.off ul, #nav li.on ul {
  /* Subnav nach unten verschieben */
  top: 33px;
  *top: 44px; /* Repositionierung für IE */
}
#nav li.off:hover ul, #nav li.over ul {
  display: block;
  z-index: 6000;
}

#nav li.off a:hover,
#nav li:hover a,
#nav li.over a {
  background: #29497b;
  color: #f90;
}