body {
  background-repeat: no-repeat;
  font-size: 15px;
  font-family: Courier New,monospace;
  background-image: url(images/bg-oben.jpg);
}
img {
  border:  none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
img#flyer {
  border: 1px solid black;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
table {
  font-family: Courier New,monospace;
  background-color: transparent;
  width: 1000px;
  font-size: 15px;
  font-weight: bold;
}
table, td, tr {
  border: 0px solid #d0d0d0;
  vertical-align: top;
}
table#menu {
  position: absolute;
  left: 35px;
  top: 33px;
  width: 1000px;
  z-index: 3;
}
table#inhalt {
  top: 240px;
  width: 1000px;
  left: 0px;
  position: absolute;
  z-index: 3;
}
table#start {
  position: absolute;
  left: 35px;
  top: 33px;
  background-color: transparent;
  width: 1000px;
  background-image: url(images/bg-unten-linie.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 3;
}
h1 {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
}
h2 {
  margin-top: 0px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
  color: rgb(75,112,166);
}
h3 {
  padding: 0px 0px 2px 10px;
  font-family: Verdana,Arial,serif;
  text-align: left;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  line-height: 200%;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 408px;
  background-color: #dddddd;
}
h4 {
  font-family: tahoma,arial,serif;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 6px;
  font-weight: bold;
}
h5 {
  font-family: Verdana,Arial,serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #999999;
}
h6 {
  padding-right: 0px;
  font-family: tahoma,arial,sans-serif;
  font-size: 11px;
  text-align: left;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 8px;
  line-height: 100%;
  font-weight: normal;
}
a {
}
a:link {
  text-decoration: none;
  color: rgb(75,112,166);
}
a:visited {
  text-decoration: none;
  color: rgb(75,112,166);
}
a:hover {
  color: red;
  text-decoration: none;
}
li {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-position: outside;
  list-style-type: square;
}
p {
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
}

