body {
 font-family: Tahoma;
 font-size: large;
 text-align: center;
 color: #000000;
 background-image:url("bilder/hintergrund.jpg");
}

/*-----------------------------------------*/
/* allgemeine, normale Schriftart (schwarz)*/
/*-----------------------------------------*/
  h1 {
   font-family:Tahoma;
   font-size:12pt;
   text-align:right;
   color:#000000;
  }

/*------------------------------------*/
/* kleine Schriftart (10pt - schwarz) */
/*------------------------------------*/
  h2 {
   font-family: Tahoma;
   font-size: 10pt;
   text-align: left;
   color: #000000;
  }

/*------------------------------------*/
/* kleine Schriftart ( 8pt - schwarz) */
/*------------------------------------*/
  h3 {
   font-family: Tahoma;
   font-size: 8pt;
   text-align: left;
   color: #000000;
  }

/*------------------------------------*/
/* kleine Schriftart ( 6pt - schwarz) */
/*------------------------------------*/
  h4 {
   font-family: Tahoma;
   font-size: 6pt;
   text-align: left;
   color: #000000;
  }


 h5 {
   font-family: Tahoma;
   font-size: 10pt;
   text-align: right;
   color: #000000;
  }

a:link { color:#00009F;  }
a:visited { color:#00C0FF; }
a:active { color:#FF0000; }
a:hover { color:#00C0FF; }