
BODY { font-family: Verdanan,Arial, Helvetica; padding-left : 0px; font-size:10px;  line-height :  14px;  font-weight: normal; color: #666666}

h1 { font-family: Verdana,Arial, Helvetica; padding-left : 0px; font-size:22px; line-height :  22px;  font-weight: bold; color: #E78408}
h2 { font-family: Verdana,Arial, Helvetica; padding-left : 0px; font-size:14px; line-height :  16px;  font-weight: bold;}

td { font-family: Verdanan,Arial, Helvetica; padding-left : 0px; font-size:12px;  line-height :  18px;  font-weight: normal;}
li { font-family: Arial, Helvetica;  font-size:12px; line-height :  16px;  font-weight: normal; color: #666666}
li.normal { font-family: Arial, Helvetica;  font-size:12px; line-height :  18px;  font-weight: normal; color: #666666}


a {font-family: Arial, Helvetica; padding-left : 0px; font-size:12px; TEXT-DECORATION: none; }
a:link {COLOR: rgb(0,0,0);}
a:visited {COLOR: rgb(0,0,0);}
a:active {COLOR: rgb(0,0,0);}
a:hover {COLOR: rgb(200,0,0); color: #E78408}


/* Menue */
#menue {
  font: normal 0.9em Tahoma,"Adobe Helvetica",Helvetica,Arial,sans-serif;
  float:left;
  width:20em;
  margin: 2em 1em;
  padding: 0 1px;
  height:auto;
  background-color:transparent;
  border: 0 none;
}
html>body #menue {
  margin-right:0;
}
#menue li {
  list-style:none;
  font-size:1em;
  float:none;
  width:auto;
  margin:0;
}
#menue li a, #menue li span {
  display:block;
  text-decoration:none;
  margin-bottom:0.3em; margin-top:0.3em;
  color:white; background:gray;
  border-width:1px; border-style:solid; border-color:white black black #999;
  border-left:1em solid #999;
  padding: 0.25em 0.5em 0.4em 0.75em;
  width:99%;
}
html>body #menue li a, html>body #menue li span {
  width:auto;
}
#menue li span {
  border-color: #333 black #ccc #069;
  background:#666;
  padding: 0.4em 0.35em 0.25em 0.9em;
}
#menue li a.aktuell {
  border-color: #333 black #ccc #39c;
}
#menue li a:hover, #menue li a.aktuell:hover {
  border-color: #333 black #ccc white;
  color:white; background:#666;
  padding: 0.4em 0.35em 0.25em 0.9em;
}
#menue li a:active, #menue li a.aktuell:active {
  border-color: #333 #000 #ccc #666;
  color:white; background:#333;
  padding: 0.4em 0.35em 0.25em 0.9em;
}
