* {
  margin: 0;
  padding: 0;
  border: 0;
  text-indent: 0;
}

body {
  background-color: #55a;
  color: #000;
  font: normal medium Helvetica,Arial,sans-serif;
  min-width: 780px; /* Mindestbreite verhindert Umbruch und Anzeigefehler */
}
img {
  font-size: 75%;
}
a:link {
  background: #fff;
  color: #666;
}
a:visited {
  background: #fff;
  color: #222;
}
a:focus {
  background: #fff;
  color: #444;
}
a:hover {
  background: #fff;
  color: #444;
}
a:active {
  background: #fff;
  color: #000;
}
b {
  font-weight: bold;
}

.header {
  margin: 2% 10% 2% 10%;
  padding: 2% 2% 2% 2%;
  background-color: #aaf;
  color: #000;
}
.header a {
  background-color: #aaf;
  color: #000;
}
.header h1 {
  width: 48%;
  float: left;
  font-size: 150%;
  font-weight: bold;
}
.header img {
  margin: 0px 10px 0px 10px;
  vertical-align: middle;
}

.nav {
  margin: 0% 2% 2% 10%;
  padding: 2% 2% 2% 2%;
  background-color: #fff;
  color: #000;
  float: left;
  display: inline; /* Fix fuer IE */
  width: 10%;
  font-size: 75%;
  font-weight: bold;
}
.nav li {
  margin: 10px 10px 10px 10px;
  list-style: none;
}
.nav a {
  text-decoration: none;
}

.cont {
  margin: 2% 10% 2% 26%;
  padding: 2% 2% 2% 2%;
  background-color: #fff;
  color: #000;
}
.cont h2 {
  background-color: #aaf;
  color: #000;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  margin: 10px;
  padding: 10px;
}
.cont h3 {
  background-color: #aaf;
  color: #000;
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  text-indent: 0;
  margin: 10px;
  padding: 10px;
}
.cont p {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  text-indent: 0;
  margin: 10px 10px 10px 10px;
}
.cont table {
  margin: 10px 10px 10px 10px;
  border-collapse: collapse;
}
.cont tr {
  vertical-align: top;
}
.cont td {
  padding: 2px 2px 2px 2px;
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}
.cont td.first {
  border-bottom-style: none;
}
.cont td.middle {
  border-top-style: none;
  border-bottom-style: none;
}
.cont td.last {
  border-top-style: none;
}
.cont td.nob {
  padding: 5px 5px 5px 5px;
  border-style: none;
}

.footer {
  margin: 2% 10% 2% 10%;
  padding: 2% 2% 2% 2%;
  background-color: #aaf;
  color: #000;
  clear: both;
  font-size: 75%;
  text-align: center;
}
.footer a {
  background-color: #aaf;
  color: #000;
}
.footer img {
  font-size: 100%;
  vertical-align: middle;
}
