/* --------- */
/* Schriften */
/* --------- */
p {
  font-family: Arial;
  font-size:10pt;
  color: #0000FF;
}
p.h1 {
  font-family: Arial;
  font-weight:bold;
  font-size:24pt;
  color: #0000FF;
  text-align:center;
}
p.h2 {
  font-family: Arial;
  font-weight:bold;
  font-size:18pt;
  color: #0000FF;
  text-align:center;
}
p.h3 {
  font-family: Arial;
  font-weight:bold;
  font-size:16pt;
  color: #0000FF;
  text-align:center;
}
/* Tabellen Text */
td {
  font-family: Arial;
  font-size:10pt;
  color:#0000FF;
  text-align:left;
}
/* ---------- */
/* Hyperlinks */
/* ---------- */
/* Auswahl Navi 1 */
a.navi1 {
  font-family: Arial;
  font-style:normal;
  font-weight:bold;
  font-size:8pt;
  color: #ffffff;
  text-decoration:none;
}
a.navi1:hover {
  font-family: Arial;
  font-style:normal;
  font-weight:bold;
  font-size:8pt;
  color: #ffffff;
  text-decoration:underline;
}
#anzeige a {color: #0000FF; text-decoration: underline; font-weight: normal; font-style: normal;}
#anzeige a:hover {background-color: #0000FF; color: #ffffff; text-decoration: normal; font-weight: bold;}

/* ----------- */
/* Bereich: td */
/* ----------- */
td.anzeige {
  padding: 10px;
}
td.headline {
  height: 30px;
  text-align: left;
}
td.text {
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0000FF;
  font-size: 12px;
  text-decoration: none;
}

