/*WYSIWYG:  .normal#Normal,.bold#Fett,.headline#&Uuml;berschrift,.blau#Blau,*/
/*TABLECORE: .black#Text&nbsp;black*/

/********************** Schriftarten WYSIWYG *******************************/
.normal  {
   font-weight:normal;
   font-size: 12px;
   color: black;
}
.bold  {
   font-weight:bold;
   font-size: 12px;
   color: black;
}
.headline  {
   font-weight:bold;
   font-size: 14px;
   color: #002575;
}
.normal  {
   font-weight:normal;
   font-size: 12px;
   color: #002575;
}
.klein  {
   font-weight:normal;
   font-size: 11px;
   color: black;
}
.kleinbold  {
   font-weight:bold;
   font-size: 11px;
   color: black;
}
/*************************** Allgemeine Styles *****************************
    Dunkelblau = 002575    Hellgrün = 57AD57
    Mittelblau = 4260A1    Hellblau   = AAB8D7                                 */

a  {  
  color: black; 
}

body  { 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: white;
}
body.wysiwyg {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: white
}
td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
}
/********************** Hauptnavigation oben ****************************/
.mainnav  {
  color: white; 
  text-align: center; 
  vertical-align:middle;
  text-decoration:none;
  font-size:10px;
}
.mainnavaktiv  {
  color: #73E573; 
  text-align: center; 
  vertical-align:middle;
  text-decoration:none;
  font-size:10px;
}
.mainnavblue  {
  color: #002575; 
  text-align: center; 
  vertical-align:middle;
  text-decoration:none;
  font-size:10px;
}
.mainnavblack  {
  color: black; 
  text-align: center; 
  vertical-align:middle;
  text-decoration:none;
  font-size:10px;
}
/********************** Seitliche Subnavigation ****************************/
.subnav1  {
  font-size: 11px;
  color: #000066;
  text-decoration: none;
}
.subnav1:hover  {
  font-size: 11px;
  color: white;
  text-decoration: none;
}
.subnav1aktiv  {
  font-size: 11px;
  color: white;
  text-decoration: none;
  font-weight:bold;
}
.subnav2  {
  font-size: 10px;
  color: #000066;
  text-decoration: none;
}
.subnav2:hover  {
  font-size: 10px;
  color: white;
  text-decoration: none;
}
.subnav2aktiv  {
  font-size: 10px;
  color: white;
  text-decoration: none;
  font-weight:bold;
}

/***************************************************************/






