body
{ background-color:#ffffff;
  color:#006699;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14pt;
  
  scrollbar-arrow-color:#ffffff;
  scrollbar-face-color:#006699;
  scrollbar-shadow-color:#003399;
  scrollbar-highlight-color:#cc9999;
  scrollbar-track-color:#6699cc;
}

td
{ text-align:center; }

.just
{ text-align:justify; }

.hervor {
 background-color:#006699;
 color:#ffffff;
 font-size:18pt;
 font-weight:700;
}

/* wählbarer Menuepunkt im Hauptmenue */
.option
{ background-color:#6699cc;
  color:#0000ff;
  font-size:11pt;
  font-weight:700;
}

/* nicht-wählbarer Menuepunkt im Hauptmenue */
.passiv
{ background-color:#cccccc;
  color:#666666;
  font-size:11pt;
  font-weight:700;
}

/* aktuell angezeigte Hauptseite (im Menue blockiert) */
.current
{ background-color:#666699;
  color:#999999;
  font-size:11pt;
  font-weight:700;
}

a:link    { color:#ffffff; text-decoration:none; }
a:visited { color:#ffffff; text-decoration:none; }
a:active  { color:#ff0000; text-decoration:none; }
a:hover   { background-color:#003399; } 
	