body {
  background-color: #ffffff;   
  color: #353535;           /* Textfarbe: grau */
  font-family: Arial, Helvetica, sans-serif; /* Schriftart: Arial bis sans-serif */
  text-align: left;            /* Horizontale Ausrichtung: linksbuendig */
  clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
  float: none;                 /* Textumfluss: keiner */
  font-size: 13px;
  float: left;                /* Textumfluss: Container rechts ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  
}

td {
  margin: 0;                   /* Aussenabstand: keiner */
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12.8px;
  vertical-align: top;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color:#b40220;
  font-size: 1.2em;            /* Schriftgroesse: 1.5em */
  font-weight: bold;           /* Schriftgewicht: fett */
  line-height: 1.5em;          /* Zeilenhohe: 1.5fach */
  margin: 1.4em 0em 0em 0em;  /* Aussenabstand: oben/unten 0.3em, rechts/links 0.3em */
  text-align:left;
  text-transform: uppercase;
}

b a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  font-weight:bold;
}

a:link {
  color: #d18f02;              /* Textfarbe: grau */
  font-weight:bold;
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

/* visited link */
/* Bereits besuchter Verweis */
a:visited {
  color: #d18f02;              /* Textfarbe: violett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
}

/* link on mouse-over */
/* Verweis bei Mouse-over */
a:hover {
  color: #666666;              /* Textfarbe: rot */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
 }

/* active or focused link */
/* Aktiver Verweis oder Verweis mit Fokus */
a.active, a:focus {
  color: #999999;              /* Textfarbe: weiss */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
}