body {
 color:#FFFFFF;
 background:#000039;
 font-family:Verdana;
}

p.dunkel {
 color:#FFFFFF;
 background:#000039;
 font-family:Verdana;
}

table.dunkel {
 color:#FFFFFF;
 background:#000039;
 font-family:Verdana;
}

table.grau {
 color:#000039;
 background:#ADAEAD;
 font-family:Verdana;
}

table.hellgrau {
 color:#DDDDDD;
 background:#C6C3C6;
 font-family:Verdana;
}

table.hell {
 color:#3E81B7;
 background:#FFFFFF;
 font-family:Verdana;
}


a:link
{ text-decoration:none;
  color:#FFFFFF;}            /* noch nicht besuchte Ziele */

a:visited { text-decoration:none;
 color:#3E81B7;}            /* besuchte Ziele */

a:hover { text-decoration:none;
 color:#0061FF;}            /* Verweise bei "MouseOver" */

a:active { text-decoration:none;
 color:#0061FF;}            /* Angeklickte Verweise */

div.impressum
{font-size: x-small;
 margin-top:15px;}