/* Seiten-Hintergrund */
body
  { font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000; 
  }

/* Ueberschriften */
h1, h2, h3, h4, h5, h6
  { font-family: verdana, helvetica, arial, sans-serif;
    color: #00376C;
  }
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

/* Tabellen */
table, td, th, tr 
  { font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
  }

/* Listen */
ul
  { list-style-type: square;
    font-size: 12px;
    line-height: 18px;
  }
ul ul
  { list-style-type: circle; }
dl, dd, dt, ul, ol, li
  { font-family: verdana, helvetica, arial, sans-serif; }

/* Text */
p, br, span, blockquote, div, nobr, input, center
  { font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

/* dicktengleicher Text */
tt, pre
  { font-family: monospace; }

/* Links */
a         {color: #00376C; }
a:link    {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover   {text-decoration: underline; }
a:active  {text-decoration: underline; color: #8A0F14; }

/* Linien */
hr { height : 1; }

/* Hervorhebungen */
strong
  { font-family: verdana, helvetica, arial, sans-serif; font-weight: bold; }

/* Adressangaben */
address, em
  { font-style: normal; font-size: x-small; font-family: verdana, helvetica, arial, sans-serif; }

/* eigene Klassen */
.kopf
  { text-align: right; font-size: x-small; font-family: verdana, helvetica, arial, sans-serif; }
.fuss
  { text-align: left; font-size: x-small; font-family: verdana, helvetica, arial, sans-serif; }
.wichtig
  { color: #ff0000; font-family: verdana, helvetica, arial, sans-serif; }
.klein
  { font-size: x-small; font-family: verdana, helvetica, arial, sans-serif; }
.mittel
  { font-size: small; font-family: verdana, helvetica, arial, sans-serif; }
.brightgrey
  { color: #bbbbbb; }
.darkgrey
  { color: #555555; font-weight: normal; }
.navigbar
  { font-size: 11px; line-height: 13px; }
.german
  { color: #000088}
.news_top
  { font-size: 10px; color: #8A0F14; font-weight: bold; line-height: 12px;}
.news_text
  { font-size: 10px; color: #777777; line-height: 12px;}
  


