.tabelle {
  width:190px;
}

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

.untermenu{
  background-color: #283D66;
  color: #FFFFFF;
  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: #FFFFFF;
  text-decoration: none;
}
a.untermenulink:hover{
  color: #FFFFFF;
  text-decoration: none;
}
