  /* format.css */
  
  /* font-family = Schriftart fuer Textelemente */
  /* Helvetica,Arial,sans-serif = Helvetica, ansonsten Arial, ... serifenlose Schrift */

  BODY  { font-family:Helvetica,Arial,sans-serif;
         margin-top:10px; margin-bottom:10px;
        }

  p, li { font-size:10pt;
          line-height:14pt; 
          font-family:Helvetica,Arial; 
          letter-spacing:0.2mm;
          word-spacing:0.8mm; 
          margin-left:20pt;
          margin-right:0pt;
          text-align: justify;
        }

  a:link    { color:#0000cc; TEXT-DECORATION:none;}
  a:hover   { color:#0000cc; TEXT-DECORATION:underline;}
  a:visited { color:#6666cc; TEXT-DECORATION:none}
  a:active  { color:#cc0000; TEXT-DECORATION:none}


  b     {           
          font-weight:600;
          font-family:Helvetica,Arial; 
          letter-spacing:0.2mm;
          word-spacing:0.8mm; 
        }


  div  {  font-size:10pt;
          line-height:14pt; 
          font-family:Helvetica,Arial; 
          letter-spacing:0.2mm;
          word-spacing:0.8mm; 
          margin-left:0pt;
          margin-right:0pt;
          /* text-align: right; */
        }


      
  /* Tabellen */
  TH { font-family:Helvetica,Arial,sans-serif; }
  TD { font-family:Helvetica,Arial,sans-serif; 
        margin-bottom:0pt; margin-top:0pt; margin-left:0pt; margin-right:0pt;
     }
  
  /* und hier wollen wir kein Arial */
  TT  { font-size:8pt; font-family:Courier New,Courier,monospace; }
  PRE { font-size:8pt; font-family:Courier New,Courier,monospace; }
  


  h1 { font-family:Verdana, Arial rounded,Arial,Helvetica; font-size:32pt; color:#000000; line-height:36pt; font-weight:100; margin-left:0pt; margin-bottom: 6pt}
  h2 { font-family:Verdana, Arial rounded,Arial,Helvetica; font-size:20pt; color:#000000; line-height:24pt; font-weight:100; margin-left:0pt; margin-bottom:4pt}
  h3 { font-family:Verdana, Arial rounded,Arial,Helvetica; font-size:16pt; color:#000000; line-height:20pt; font-weight:100; margin-left:0pt; margin-bottom:4pt}
  h4 { font-family:Verdana, Arial rounded,Arial,Helvetica; font-size:12pt; color:#000000; line-height:12pt; font-weight:100; margin-left:0pt; margin-bottom:0pt}
  h5 { font-family:Verdana, Arial rounded,Arial,Helvetica; font-size:10pt; color:#000000; line-height:10pt; font-weight:100; margin-left:0pt; margin-bottom:0pt}


  form { background-color:#f0f0f0; }
  

/* fuer die blackbox Unterueberschrift weniger Abstand nach oben, hrefs heller*/
  .white_under     
         {
          font-size:12pt;
          line-height:14pt;
          color:#ffffff;
          font-family:verdana,arial,helvetica;
          font-weight:300;
          letter-spacing:0.1mm;
          word-spacing:0.4mm;
          margin-left:30pt;
          margin-top:0pt;
          margin-bottom:0pt;
         }

/* fuer aktuelle Anzeigen mit schwarzem Rand*/
  .anzeige
         {
          font-size:10pt;
          line-height:12pt;
          color:#000000;
          font-family:verdana,arial,helvetica;
          font-weight:100;
          letter-spacing:0.1em;
          word-spacing:0.4em;
          margin-left:0pt;
          margin-right:0pt;
          margin-top:0pt;
          margin-bottom:0pt;
          border-width:1px;
	         border-style:solid;
	         border-color:#000000;
	         padding:4px;
         }

  .blackbord
         { 
          text-align:left; 
          background-color:#000000;
          border:none; 
          margin-top:-8pt;
         }

/* fuer die blackbox Hauptueberschrift */
  .white
         {
          font-size:12pt;
          line-height:14pt;
          color:#ffffff;
          font-family:verdana,arial,helvetica; 
          font-weight:300;
          letter-spacing:0.1mm;
          word-spacing:0.4mm;
          text-align:left;
          margin-left:15pt;
          margin-top:10pt;
         }


  .small
         {
          font-size:8pt;
          line-height:8pt;
          color:#000000;
          font-family:verdana,arial,helvetica; 
          font-weight:300;
          letter-spacing:0.1mm;
          word-spacing:0.4mm;
          text-align:left;
         }

  .admin
         {
          font-size:8pt;
          line-height:8pt;
          color:#000000;
          font-family:verdana,arial,helvetica; 
          font-weight:300;
          letter-spacing:0.1mm;
          word-spacing:0.4mm;
          text-align:center;
         }

  .adr
         {
          font-size:8pt;
          line-height:8pt;
          color:#000000;
          font-family:verdana,arial,helvetica; 
          font-weight:300;
          letter-spacing:0.1mm;
          word-spacing:0.4mm;
          margin-left:15pt;
          text-align:right;
         }

  .zand
         {
          font-size:12pt;
          line-height:14pt;
          color:#000000;
          font-family:verdana,arial,helvetica;
          font-weight:300;
          letter-spacing:0.1mm;
          word-spacing:0.4mm;
          text-align:left;
          margin-left:15pt;
          margin-top:10pt;
         }

  .zand_top
         {
          font-size:24pt;
          line-height:14pt;
          color:#000000;
          font-family:verdana,arial,helvetica;
          font-weight:300;
          letter-spacing:0.1mm;
          word-spacing:0.4mm;
          text-align:left;
          margin-left:15pt;
          margin-top:10pt;
         }


/* fuer die Absatzschriften Kapitaelchen (erster Buchstabe gross) */
  .kapit
        { font-size:20pt;
          font-family:Helvetica,Arial; 
          font-weight: bold;
          letter-spacing:0.2mm;
          word-spacing:0.8mm; 
        }

 /* highlightnig ab 2006 */
  .hl   { color:rgb(211,0,0); 
          font-weight:200;
        }
