body 
{
 font-family:Verdana,Arial;
 font-size:12px;
 background-color:#CCFFCC;
 text-align:center;
 margin:0px;
}

/* Linkleiste gesamt, Abstand nach oben zur Logozeile */
table.linkbar {
margin-top: 0px;
}

/* Linkleiste Tabelle Einzelzelle */
td.linkbar {
color: #008800;
background-color: #228B22;
font-weight: bold;
text-align: center;
}

/* hervorgehobene Einzelzelle */
td.linkbaractive {
color:  #FF0000;
background-color: #ffffff;
font-weight: bold;
text-align: center; 
}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:normal;
  color:#ffffff;
  font-size:14px;
}
a:active, a:hover
{ 
  color:#FF0000;
}
a.menu:link, a.menu:visited
{ 
 color:#008800;
 background-color:#FF0000;
 text-decoration:none;
}

a.menu:active, a.menu:hover
{ 
  color:#008800;
 background-color:#eeeeee;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:center;
 font-weight:bold;
 color:#eeeeee;
 text-decoration:none;
 }