body {
  margin: 50px auto;
  background-color: #dddddd;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}
#hintergrund {
  margin: 0px auto;
  background: url('bilder/m00_back.gif') no-repeat left top;
  display: block;
  height: 570px;
  width: 770px;
  text-align: left; padding-left:30px; padding-right:0px; padding-top:40px; padding-bottom:0px
}
#kopf {
  display: block;
  height: 120px;
}
#menu {
  color: white;
  display: block;
  width: 170px;
  float: left;
  font-size: 11px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#menu li {
  margin: 0px 0px 5px;
}
#menu a, #menu a:link, #menu a:visited {
  padding-left: 10px;
  padding-top: 4px;
  display: block;
  width: 120px;
  height: 25px;
  text-decoration: none;
  background-image: url('bilder/m00_normal.png');
  background-repeat: no-repeat;
  color: white
}
#menu a:hover, #menu a:active {
  background-image: url('bilder/m00_over.png');
}
#inhalt {
  display: block;
  width: 450px;
  height: 380px;
  overflow: auto;
  text-align: left;
  color: white;
}
#fuss {
  border-top: 1px dotted white;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  color: white;
  text-align: center;
}

#fuss table {
  margin: 0 auto;
  width: 200px;
  display: table;
  height: 30px;
  border-collapse: collapse;
}
#fuss td {
  padding: 5px;
  vertical-align: middle;
}
h1, h2, h3 {
  margin: 0px;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
h1 {
  margin: 0px 0px 10px;
  font-size: 22px;
  color: #33ccff;
}
h2 {
  font-size: 18px;
  color: #ff9900;
  text-indent: 100px;
}
h3 {
  color: #ffffff;
}
p {
  margin: 0px;
}
a, a:link, a:visited {
  color: #ff9900;
}
a:hover {
  color: #333333;
}
a img, a:link img, a:visited img {
  border: 2px solid white;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
a:hover img {
  border: 2px solid #ff9900;
}
ul {
  margin: 0px;
}
table {
  width: 90%;
  vertical-align: middle;
  border-collapse: collapse;
}
thead {
  background-color: #00cbff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
td {
  height: 25px;
}