/* ------------------------------------------------------------------ */
/* Generelle Schriftart:ARIAL , schwarz; 10 Punkte; */
body {
      margin: 0 cm;
      margin-bottom: 0 cm;
      padding: 0cm;
      font-family: Arial;Helvetica;Verdana;
      font-size: 10pt;
     }

/* ------------------------------------------------------------------ */
/* Alle Links bei Mausberührung: Rot; */
a:link    { color:#000000; text-decoration:none; font-weight:bold; }
a:visited { color:#000000; text-decoration:none; font-weight:bold; }
a:active  {  }
a:hover   { color:#FF0000; text-transform:none; text-decoration:underline; }

/* ------------------------------------------------------------------ */
/* Alle Überschriften Abstand-unten reduziert auf 3pt                 */
h1, h2, h3, h4, h5, h6, { margin-bottom: 3pt;}

h1 {font-size: 22pt; font-family:Verdana;}

h2 {font-size: 08pt; font-family:Verdana; margin:1pt; color:#FFFFFF;}

h3 {font-size: 07pt; font-family:Verdana; color:#FFFFFF;}

h4 {font-size: 07pt; font-family:Verdana;}

h5 {font-size: 07pt; font-family:Verdana;}

h6 {}