 body {
    background-color: #424245;
    color: #424245;
    font-family: Arial,VERDANA,HELVETICA,;
  }
/* Angaben zu verschiedenen Schriftfarben und Größ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;}

  .firstletter {
     font-size:15pt;
     color: #F15D0B;/*F55F08*/
  }

  h1 {font-size:25pt;}
  h2 {font-size:20pt;}
  h3 {font-size:15pt;}
  h4 {font-size:12pt;}

/* Navigation */

ul#navi {
  margin:10px 0 0 0px       /* die erste Angabe bedeutet den Abstand für oben, die zweite den                                    Abstand für rechts, die dritte den Abstand für unten und die                                      vierte den Abstand für links. */
  }

ul#navi li {
   list-style:none;
   margin:0 5px 1px 0
   }

ul#navi a {
   display:block;
   font-size:12pt;
   color:#230882;
   font-family:Comic Sans MS,VERDANA,HELVETICA;
   text-decoration:none;

   padding:2px 0 1px 5px;
   text-align:left;
   width:125px;
   height:26px;
   background:url(pix/navihintergrund.jpg) no-repeat 0px -32px
   }

ul#navi div {
   display:block;
   font-size:12pt;
   color:#F96B15;
   font-family:Comic Sans MS,VERDANA,HELVETICA;
   text-decoration:none;

   padding:2px 0 1px 5px;
   text-align:left;
   width:125px;
   height:26px;
   background:url(pix/navihintergrund.jpg) no-repeat
   }

ul#navi a:hover {
   color:#F96B15;
   background:url(pix/navihintergrund.jpg) no-repeat
}




/* Linkfarbe und -verhalten aller Links, außer Navigation */

  a:link {font-size:10pt;color:#1B0F63;font-family:VERDANA,HELVETICA;text-decoration:underline;}
  a:visited {font-size:10pt;color:#1B0F63;font-family:VERDANA,HELVETICA;text-decoration:underline;}
  a:hover {font-size:10pt;color:#000000;font-family:VERDANA,HELVETICA;text-decoration:underline;}
  a:active {font-size:10pt;color:#1B0F63;font-family:VERDANA,HELVETICA;text-decoration:underline;}

/* weitere Möglichkeit Linkverhalten anzugeben */

  a.l1:link
  {font-size:8pt;color:#1B0F63;font-family:VERDANA,HELVETICA;text-decoration:underline;}
  a.l1:visited                                                                                      {font-size:8pt;color:#1B0F63;font-family:VERDANA,HELVETICA;text-decoration:underline;}
  a.l1:active
  {font-size:8pt;color:#000000;font-family:VERDANA,HELVETICA;text-decoration:underline; }
  a.l1:hover
  {font-size:8pt;color:#1B0F63;font-family:VERDANA,HELVETICA;text-decoration:underline; }



  a.l2:link
  {font-size:12pt;color:#1B0F63;font-family:VERDANA,HELVETICA;text-decoration:underline;}
  a.l2:visited                                                                                      {font-size:12pt;color:#1B0F63;font-family:VERDANA,HELVETICA;text-decoration:underline;}
  a.l2:active
  {font-size:12pt;color:#000000;font-family:VERDANA,HELVETICA;text-decoration:underline; }
  a.l2:hover
  {font-size:12pt;color:#1B0F63;font-family:VERDANA,HELVETICA;text-decoration:underline; }



   .t1 {                                            /* Angaben für orange Tabelle */

      border:2px solid #F76B16; margin:0px;

  }

  .t2 {                                            /* Inhaltszelle*/

      background-color:#7591FE;
  }

    .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)*/
