body,a,p {
  color: #405381;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: linotype ergo, ltergo, arial, sans-serif;
  font-size: 12pt;
  line-height: 15pt;
  letter-spacing: 0.16mm;
  word-spacing: 1.0mm;
}

/* IE-Hack gegen Beeinflussung des br-Tags durch obiges und weiter unten folgendes letter-spacing */
br {
  letter-spacing: normal;
}

a:visited {
  color: #405381;
  text-decoration: underline;
}

a:hover {
  color: #BD3531;
  text-decoration: none;
}

h1 {
  font-weight: normal;
  font-size: 36pt;
  letter-spacing: 0.4mm;
  word-spacing: 2.0mm;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-weight: normal;
  font-size: 20pt;
  letter-spacing: 0.1mm;
  word-spacing: 1.5mm;
}

.maintable {
  margin: 0;
  height: 100%;
}

.nomargin {
  margin: 0;
}

.header {
  vertical-align: top;
}

.mainpane {
  background-color: #FFFFFF;
  vertical-align: top;
  height: 100%;
}

.footer {
  clear:both;
  vertical-align: bottom;
}

.mittigetabelle {
  margin-left: auto;
  margin-right: auto;
}

.ueberschrift {
  margin-top: 50px;
  text-align: center;
}

.fett {
  font-weight: bold;
}

.kursiv {
  font-style: italic;
}

.unterstrichen {
  text-decoration: underline;
}

.zentriert {
  text-align: center;
}

.aktuell {
  color:#BD3531;
  background-color:#FFDDDD;
  font-weight:bold;
}

.aktuell_passee {
  color:#405381;
  background-color:#DDDDDD;
}

.achtung {
  color:#BD3531;
  background-color:#FFFF66;
}

a.linkaktuell {
  color:#BD3531;
  background-color:#FFDDDD;
  font-weight:bold;
}

a:visited.linkaktuell {
  color:#BD3531;
  background-color:#FFDDDD;
  font-weight:bold;
}

a:hover.linkaktuell {
  color:#BD3531;
  background-color:#FFDDDD;
  font-weight:bold;
  text-decoration:none;
}

