body {
  /*-------------------------------------------------------*/
  /* Hintergrund und Textfarbe */
  /*-------------------------------------------------------*/
  background-image: url(bilder/bg.jpg);
  font-family: Tahoma;
  font-size: 10pt;
  color: #CFCFCF;
}

/*-----------------------------------------*/
/* Überschrift h1*/
/*-----------------------------------------*/
h1 {
  font-family: Tahoma;
  font-size: 12pt;
  color: #FFFFFF;
  font-weight: bold
}

/*-------------------------------------------------------*/
/* nomaler Text h2*/
/*-------------------------------------------------------*/
h2 {
  font-family: Tahoma;
  font-size: 12pt;
  font-weight: normal
}

/*-----------------------------------------*/
/* Trennlinie - Farbe = h2 */
/*-----------------------------------------*/
hr {
   color: #FF9900;
   height:1px;
}

a:link { color:#FFFFFF; text-decoration:none; }
a:visited { color:#DFDFDF; text-decoration:none; }
a:active { color:#0000FF; text-decoration:none; }
a:hover { color:#0000FF; text-decoration:none; }