body {
  background-color: #f3ffff;
  color: #000000;
  font-family: Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  background-image: url("/img/hintergrund.png");
}
h1, h2 {
  text-align: center;
}
a {
  color: #0000ff;
}

table.layout {
  width: 100%;
  height: 100%;
  padding: 10px;
}
td.menue {
  width: 185px;
}
td.menue table, td.menue p {
  font-size: 12px;
}
td.menue h1 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 8px;
  text-decoration: none;
}
td.menue h2, td.menue h3, td.menue p {
  text-align: center;
}

td.content {
  background-image: url("/img/karte.png");
  background-repeat: no-repeat;
  background-position: center;
}
td.content table {
  width: 75%;
}
td.content table.halbe {
  width: 50%;
}
td.content table.automatik {
  width: auto;
}
td.content table.np {
  width: 90%;
}
td.content table td {
  vertical-align: top;
}
td.content table.mitte td {
  vertical-align: middle;
}

table.karte td {
  padding: 8px;
}

.preis {
  text-align: right;
}
.aktuelleSeite {
 color: #ffffff;
 font-weight: bold;
}
ul {
 font-size: 125%;
}
ul li {
 padding-top: 8px;
}
ul.normal {
 font-size: 100%;
}
ul.normal li {
 padding-top: 0px;
}

.kleiner {
 font-size: 17px;
 font-weight: normal;
}
.rot {
 color: #ff0000;
}
dl.termine dt {
 font-size: 125%;
 font-weight: bold;
}
td.content table.hoabstand {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
dl.links {
 text-align: left;
}
dl.links dt {
 font-weight: bold;
}
dl.links dd {
 margin-bottom: 8px;
}
