* {
  margin: 0;
  padding: 0;
}

body {
  cursor: default;
  text-align: center;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #808080;
  background-color: #aa9933;
  height: 100%;
  text-align: left;
  background-image: url(Graphics/Watermark.gif);
  background-position: top center;
}

a {
  cursor: default;
  text-decoration: none;
}

h3 {
  font-size: 12px;
}

#container {
  z-index:1;
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -400px;
  padding: 0;
}

#kopf {
  position: relative;
  width: 800px;
  height: 107px;
  margin: 0 0 5px 0;
  line-height: 20px;
  padding: 0;
  background-color: #ffffa0;
  background-image: url(Graphics/Kopf.jpg);
  background-position: left;
  background-repeat: no-repeat;
}

#kopf img {
  margin: 5px;
}

#kopf ul {
  position: relative;
  float: left;
  top: 5px;
  right: 5px;
  width: 115px;
  list-style-type: none;
  font-size: 12px;
}

#kopf ul li {
  text-align: left;
  margin: 0 0 0 12px;
}

#kopf ul li a:link, #kopf ul li a:visited {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  line-height: 20px;
  margin: 0 0 0 5px;
  padding: 0 20px 0 5px;
  display: block;
  width: 115px;
}

#kopf ul li a:hover, #kopf ul li a:active, #kopf ul li a:focus, #kopf ul li.activeparent a  {
  color: #000000;
  font-size: 12px;
  display: block;
  font-weight: bold;
  line-height: 20px;
  width: 115px;
  padding: 0 20px 0 5px;
  margin: 0 0 0 10px;
}

#koerper {
  width: 800;
  height: 473px;
  margin: 0;
  padding: 0;
  background-color: #ffffa0;
}

#koerper #seiten_bild {
  margin: 5px 0 0 5px;
  float: left;
  overflow: hidden;
  width: 200px;
  height: 464px;
}

#koerper #inhalt {
  position: relative;
  width: 440px;
  height: 463px;
  margin: 5px 0 0 5px;
  background-color: #fffff0;
  background-repeat: no-repeat;
  background-position: bottom;
  float: left;
  line-height: 15px;
  overflow: auto;
}

#koerper #inhalt img {
  border-width:1px;
  border-style:solid;
  border-color:#000000;
  margin: 5px 5px -4px 5px;
}

#koerper #inhalt h2 {
  text-align: center;
  width: 400px;
  padding: 20px 0 5px 20px;
  color: #6786bf;
  font-size: 16px;
  font-weight: bold;
}

#koerper #inhalt p, p {
  font-weight: bold;
  width: 400px;
  padding: 10px 0 0 20px;
  color: #000000;
  margin: 0;
  font-size: 11px;
}

#koerper #inhalt ul {
   margin: 10px 0 0 20px;
   padding: 0 0 0 15px;
}

#koerper #inhalt i {
   font-size: 9px;
}

#koerper #inhalt form {
  width: 260px;
  padding: 10px 0 10px 20px;
}

* html #koerper #inhalt form {
  padding: 10px 0 10px 0;
}

#koerper #inhalt form input, #koerper #inhalt form textarea {
  width: 240px;
  border: 1px solid #000000;
  background-color: #ffffff;
  margin-bottom: 5px;
}

#koerper #inhalt form label {
  font-weight: bold;
}

#koerper #inhalt form #submit_button {
  font-weight: bold;
}

#sub_navigation {
  border-top: 1px solid #000000;
  float: left;
  width: 140px;
  height: 462px;
  list-style: none;
  font-weight: bold;
  line-height: 20px;
  background-color: #ffffa0;
  background-image: url(Graphics/Navigation.jpg);
  background-repeat: repeat-x;
  margin: 5px 0 0 5px;
  position: relative;
 }

#sub_navigation ul li {
  border-bottom: 1px solid #000000;
  list-style-type: none;
  padding: 0 0 0 2px;
  font-weight: bold;
}

#sub_navigation ul li a:link, #sub_navigation ul li a:visited {
  color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0 3px;
  display: block;
  width: 150px;
}

#sub_navigation ul li a:hover, #sub_navigation ul li a:active, #sub_navigation ul li a:focus, #sub_navigation ul li.active01 h3 {
  color: #000000;
  text-decoration: none;
  margin: 0px;
  padding: 0 0 0 6px;
  display: block;
  width: 150px;
}

#logo {
  border-width:1px 0px 1px 0px;
  border-style:solid;
  border-color:#000000;
  width: 140px;
  position: absolute;
  bottom: 0px;
}

#fuss {
  width: 800px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  background-color: inherit;
  font-weight: bold;
  text-align: center;
}

