.tabelle {
  width:170px;
}

.hauptmenu{
  background-color: #d9d97c;
  color: #97820d;
  font-size: 12pt;
  font-weight: bold;
  font-family: Times;
  padding:2px;
}

.untermenu{
  background-color: #d9d97c;
  color: #97820d;
  font-size: 12pt
  font-weight: bold;
  font-family: Times;
}

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

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



a.untermenulink{
  color: #97820d;
  text-decoration: none;
}

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


