 body {
    background-color: #EB6202;
     background:url(pix/hintergrund.jpg);
     background-attachment:fixed;
    color: #000000;
    font-family:Comic Sans MS,Arial,VERDANA,HELVETICA;
  }
 .t1 {                                            /*  */

      background:url(pix/start2.gif);
      background-repeat:no-repeat;
      background-position:center;
  }
   .t2 {                                            /*  */

      background:url(pix/footer.gif);
      background-repeat:no-repeat;
      background-position:top center;
  }
  .t3 {                                            /*  */

      background:url(pix/footer2.gif);
      background-repeat:no-repeat;
      background-position:top center;
  }


/* 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;}

  h1 {font-size:25pt;}
  h2 {font-size:20pt;}
  h3 {font-size:15pt;}
/*nicht benutzes

  /* Erster Buchstabe größer */
h3:first-letter { font-style:Comic Sans MS; font-size:25px; color:#FF0000; font-weight:bold }

/* Linkfarbe und -verhalten aller Links, außer Navigation */

  a:link {font-size:10pt;color:#453B22;text-decoration:underline;}
  a:visited {font-size:10pt;color:#453B22;text-decoration:underline;}
  a:hover {font-size:10pt;color:#000000;text-decoration:underline;}
  a:active {font-size:10pt;color:#453B22;text-decoration:underline;}

  a.pow:link {font-size:8pt;color:#453B22;text-decoration:underline;}
  a.pow:visited {font-size:8pt;color:#453B22;text-decoration:underline;}
  a.pow:hover {font-size:8pt;color:#000000;text-decoration:underline;}
  a.pow:active {font-size:8pt;color:#453B22;text-decoration:underline;}

/* 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;}




    .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)*/
