/* --------- */
/* Allgemein */
/* --------- */
body {
  font-family: Arial;
  font-style:normal;
  font-weight:normal;
  font-size:10pt;
  background-color: #FFFFFF;
  color: #000000;
  margin: 5px;
}
/* --------- */
/* Schriften */
/* --------- */
p {
  font-family: Arial;
  font-weight:normal;
  font-size:10pt;
  color: #003366;
}
p.1klein {
  font-family: Arial;
  font-size:8pt;
  color: #003366;
}
p.2klein {
  font-family: Arial;
  font-size:6pt;
  color: #003366;
}
p.fusszeile {
  font-family: Arial;
  font-size:8pt;
  color: #003366;
}
p.h1 {
  font-family: Arial;
  font-weight:bold;
  font-size:24pt;
  color: #003366;
  text-align:center;
}
h1 {
  font-family: Arial;
  font-weight:bold;
  font-size:24pt;
  color: #003366;
  text-align:center;
}

p.h2 {
  font-family: Arial;
  font-weight:bold;
  font-size:18pt;
  color: #003366;
  text-align:center;
}
p.h3 {
  font-family: Arial;
  font-weight:bold;
  font-size:16pt;
  color: #003366;
  text-align:center;
}
/* Tabellen Text */
td {
  font-family: Arial;
  font-size:10pt;
  color:#003366;
  text-align:left;
}
/* ---------- */
/* Hyperlinks */
/* ---------- */
/* Auswahl Navi 1 */
a {
  font-family: Arial;
  font-style:normal;
  font-weight:bold;
  font-size:10pt;
  color: #003366;
  text-decoration:none;
}
a:hover {
  font-family: Arial;
  font-style:normal;
  font-weight:bold;
  font-size:10pt;
  color: #ff6600;
  text-decoration:none;
}
/* Auswahl Navi 1 */
a.navi1 {
  font-family: Arial;
  font-style:normal;
  font-weight:bold;
  font-size:10pt;
  color: #003366;
  text-decoration:underline;
}
a.navi1:hover {
  font-family: Arial;
  font-style:normal;
  font-weight:bold;
  font-size:10pt;
  color: #ff6600;
  text-decoration:underline;
}
/* Auswahl Navi 2 */
A.navi2 {
  font-family: Arial;
  font-style:normal;
  font-weight:bold;
  font-size:10pt;
  color: #003366;
  text-decoration:none;
}
A.navi2:hover {
  font-family: Arial;
  font-style:normal;
  font-weight:bold;
  font-size:10pt;
  color: #003366;
  text-decoration:none;
}
/* Auswahl Menu 3 */
A.navi3 {
  font-family: Arial;
  font-style:normal;
  font-weight:bold;
  font-size:10pt;
  color: #003366;
  text-decoration:none;
}
A.navi3:hover {
  font-family: Arial;
  font-style:normal;
  font-weight:bold;
  font-size:10pt;
  color: #003366;
  text-decoration:none;
}
#anzeige a {color: #003366; text-decoration: underline; font-weight: bold; font-style: normal;}
#anzeige a:hover {color: #0033FF; text-decoration: underline; font-weight: bold;}

/* ----------- */
/* Bereich: td */
/* ----------- */
td.seitel {
  padding-top: 10px;
}
td.tdnavi1 {
  width: 145px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #000000;
}
td.tdnavi2 {
  width: 141px;
  padding: 2px;
  padding-left: 15px;
  color: #000000;
}
td.tdnavi3 {
  width: 141px;
  padding: 2px;
  padding-left: 15px;
  color: #000000;
}
td.anzeige {
  padding: 10px;
}
td.bilder {
  font-family: Arial, Helvetica, sans-serif;
  font-size:8pt;
  text-align: center;
    color: #000000;
}
td.headline {
  height: 30px;
  text-align: left;
}
td.text {
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}