html, body
{
  width: 100%;
  height: 100%;
  margin: 0px;
  font-family: Verdana;
}

#Haupttabelle
{
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color:green;
}

.MenuNormal
{
  font-size:14px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:140px;
  display:block;
  background-color:#3266cc;
  margin-top:10px;
}

.SubMenuNormal
{
  font-size:10px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:100px;
  display:block;
  background-color:#3266cc;
  margin-top:10px;
}

.MenuHover
{
  font-size:14px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:140px;
  display:block;
  background-color:#9999cc;
  margin-top:10px;
}

.SubMenuHover
{
  font-size:10px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:100px;
  display:block;
  background-color:#9999cc;
  margin-top:10px;
}

.MenuAktiviert
{
  font-size:14px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:140px;
  display:block;
  background-color:#003399;
  margin-top:10px;
}

.SubMenuAktiviert
{
  font-size:10px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:100px;
  display:block;
  background-color:#003399;
  margin-top:10px;
}

.unsichtbar
{
  visibility:hidden;
  height:0px;
  margin-top:-12px;
}

.sichtbar
{
  visibility:visible;
}