<style type="text/css">
  <!--
  /* 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:0px; margin-bottom:0px;
        }

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

  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:20pt;
          text-align: right;
        }

  ueberlinks
        { 
          font-family: Verdana, Arial rounded,Arial,Helvetica; 
          font-size:16pt; 
          color:#000000; 
          line-height:20pt; 
          font-weight:100; 
          margin-left:30pt; 
          margin-bottom:4pt
          text-align: left;
        }

      
  /* Tabellen */
  TH { font family:Helvetica,Arial,sans-serif; }
  TD { 
      font-family:Helvetica,Arial,sans-serif; 
      margin-bottom:0pt; margin-top:0pt;
      text-valign:top;
     }
  
  /* 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; }
  

  a:link    { color:#000000; TEXT-DECORATION:none;}
  a:visited { color:#443322; TEXT-DECORATION:none}
  a:active  { color:#cccccc; TEXT-DECORATION:none}
  
  textlink
        {
         color:#0000cc;
         text-decoration:underline;
        }

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


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

/* fuer die blackbox Hauptueberschrift */
  .white
         {
          font-size:1.8em;
          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;
         }


/* 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:300;
          letter-spacing:0.1mm;
          word-spacing:0.4mm;
          margin-left:30pt;
          margin-top:0pt;
          margin-bottom:0pt;
          border-width:5px;
	         border-style:solid;
	  border-color:#000000;
	  padding:2mm;
         }


  .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: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; 
        }

   .projekte
        { 
          text-align:center;
          margin-left:40px;
          margin-top:1em;
          margin-bottom:2em;
        }
  //-->
  </style>

