 body {
    background-color: #C7344C;
    color: #16623B;
    font-family: Comic Sans MS,HELVETICA,Arial,VERDANA;
  }



  
  
        /* Angaben zu verschiedenen Schriftgrößen */
  .a {font-size:8pt;}
  .b {font-size:10pt;}
  .c {font-size:11pt;}
  .d {font-size:12pt;}
  .e {font-size:13pt;}
  .f {font-size:14pt;}
  .g {font-size:15pt;}

  h1 {font-size:25pt;}
  h2 {font-size:20pt;}
  h3 {font-size:15pt;}
  h4 {font-size:10pt;}
  
  
  
  /* Navileiste */ 

  table#Navigation a {
    text-decoration: none;
    font-weight: normal;
    font-family: Comic Sans MS, HELVETICA,Arial,VERDANA;
    font-size:10pt;
    color: #16623B;
    background-color:;

  }


  table#Navigation a:hover {
    color: #182F28;
    
  }

  table#Navigation a.rot {
    text-decoration: none;
    font-weight: bold;
    font-family:Comic Sans MS,HELVETICA,Arial,VERDANA;
    font-size:10pt;
    color: #16623B;
    background-color:;

  }
  
/* Linkfarbe und -verhalten aller Links, außer Navigation */

  a:link {
  font-size:12pt;
  color:#16623B;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }
  a:visited {
  font-size:12pt;
  color:#16623B;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }
  a:hover {
  font-size:12pt;
 color:#182F28;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }
  a:active {
  font-size:12pt;
  color:#182F28;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }

/* Linkverhalten Footer */

   a.pow:link {
  font-size:8pt;
  color:#16623B;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }
  a.pow:visited {
  font-size:8pt;
  color:#16623B;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }
  a.pow:hover {
  font-size:8pt;
  color:#182F28;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }
  a.pow:active {
  font-size:8pt;
  color:#16623B;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }
   
/* Linkverhalten Impressum */

  a.imp:link {
  font-size:10pt;
  color:#16623B;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }
  a.imp:visited {
  font-size:10pt;
  color:#16623B;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }
  a.imp:hover {
  font-size:10pt;
 color:#182F28;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }
  a.imp:active {
  font-size:10pt;
  color:#16623B;
  font-family:HELVETICA,Arial,VERDANA;
  text-decoration:underline;
  }  
  
/*nicht benutzes


  /* Erster Buchstabe größer 
li:first-letter { font-style:Verdana; font-size:12px; color:#ACAACF; font-weight:bold }



/* weitere Möglichkeit Linkverhalten anzugeben 

  a.l1:link {font-size:10pt;color:#044D32;font-family:VERDANA,HELVETICA;text-decoration:none;}
  a.l1:visited {font-size:10pt;color:#044D32;font-family:VERDANA,HELVETICA;text-decoration:none;}
  a.l1:active { font-size:10pt;color:#000000;font-family:VERDANA,HELVETICA;text-decoration:underline; }
  a.l1:hover { font-size:10pt;color:#044D32;font-family:VERDANA,HELVETICA;text-decoration:underline; }

  a.l2:link    {color:#AD2B27; font-size:10pt; font-weight:bold; text-decoration:none;}
  a.l2:visited {color:#AD2B27; font-size:10pt; font-weight:bold; text-decoration:none;}
  a.l2:hover   {color:#044D32; font-size:10pt; font-weight:bold; text-decoration:underline and overline;}
  a.l2:active  {color:#; font-size:12pt; font-weight:bold; text-decoration:none;}








    .t3 {
      border-top:2px solid #AD2B27; margin:0px;    /* 
      border-bottom:2px solid #AD2B27; margin:0px;
      border-left:2px solid #AD2B27; margin:0px;
      border-right:2px solid #AD2B27; margin:0px;
      background-color:#EFEFEF;
      padding-top:10px;
      padding-right:5px;
      padding-bottom:10px;
      padding-left:7px;
  }

    .t4 {
      border-top:2px solid #AD2B27; margin:0px;   /* 
      border-bottom:2px solid #AD2B27; margin:0px;
      border-left:2px solid #AD2B27; margin:0px;
      border-right:2px solid #AD2B27; margin:0px;
      background-color:#EFEFEF;
      padding-top:10px;
      padding-right:10px;
      padding-bottom:10px;
      padding-left:10px;
  }

/*none = kein Rahmen (bzw. unsichtbarer Rahmen).
hidden = kein Rahmen (bzw. unsichtbarer Rahmen).
dotted = gepunktet.
dashed = gestrichelt.
solid = durchgezogen.
double = doppelt durchgezogen.
groove = 3D-Effekt.
ridge = 3D-Effekt.
inset = 3D-Effekt.
outset = 3D-Effekt.

 background-color (Hintergrundfarbe)
 background-image:url(pix/navi.gif); (Hintergrundbild)
 background-repeat (Wiederholungs-Effekt)
 background-attachment (Wasserzeichen-Effekt)
 background-position (Hintergrundposition)*/