.tabelle {
  width:200px;
}

.hauptmenu{
  background-color: #008B61;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial;
  padding:2px;
}

.untermenu{
  background-color: #F9E924;
  color: #008B61;
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial;
}

a.hauptmenulink:link{
  color: #FFFFFF;
  text-decoration: none;
}
a.hauptmenulink:visited{
  color: #FFFFFF;
  text-decoration: none;
}
a.hauptmenulink:hover{
  color: #FFFFFF;
  text-decoration: none;
}

a.hauptmenulink:active{
  color: #FFFFFF;
  text-decoration: none;
}



a.untermenulink{
  color: #339900;
  text-decoration: none;
}
a.untermenulink:hover{
  color: #339900;
  text-decoration: none;
}
