/* Definition Body*/
body {
  font-family: Arial, Verdana;
  background-color: #DFDFDF;
  color:#0070C0;
  font-size:100%;
  }
/* Tabelle*/
table {
  cellpadding:1;
  frame:void
  }

td {
  font-size:100%;
  background-color:#DFDFDF;
  valign:top;
  align:center;
  }

/*Klassen für Menülinks*/
.menuehell {
  background-color:#DFDFDF;
  text-align:center;
  font-variant: small-caps;
  }

.menuedunkel {
  background-color:#00C0FF;
  text-align:center;
  color:#003080;
  font-weight: bold;
  font-variant: small-caps;
  }

/*Menüleiste*/
a:link {
  text-decoration:none;
  color:#003080;
  font-
  }
a:visited {
  text-decoration:none;
  color:#0070C0;
  }
a:hover {
  text-decoration:none;
  color:#003080;
  font-weight:bold;
  }
a:active {
  text-decoration:none;
  color:#003080;
  }