/* Hintergund-Farbe und Hintergrund-Bild */
BODY {
  background-color: #EBEBEB;
  background-image:url(../img_all/back.gif);
  background-repeat:no-repeat
}

/* Menü */
A.menu {
  color: #7D7D7D;
  font-family: arial,helvetica;
  font-size: 12pt;
  font-weight:bold;
  text-decoration: none
}
A.menu:hover, a.menu:active {
  text-decoration: none
}

/* Normale Links */
A {
  color: #7D7D7D;
  font-family: arial,helvetica;
  font-size: 10pt;
  text-decoration: underline
}
A:hover, a:active {
  text-decoration: none
}

/* Setienüberschrift (Orange) */
H1 {
  font-family: arial,helvetica;
  font-size: 14pt;
  font-weight:normal;
  color: #F5B95C
}

/* Normaler Text in Absätzen */
P {
  font-family: arial,helvetica;
  font-size: 10pt;
  color: #7D7D7D;
}

/* Normaler Text in Tabellen */
TD {
  font-family: arial,helvetica;
  font-size: 10pt;
  color: #7D7D7D
}