body {
  font-family: Arial,Helvetica,sans-serif;
  background-color: #e8ffe8;
}
#page {
  border: 2px solid #006600;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
h1 {
  text-align: right;
  color: #003300;
  font-size: 0px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(images/ueberschrift.gif);
  position: absolute;
  float: right;
  width: 96%;
  height: 133px;
  top: 80px;
}
#header {
  border-style: solid;
  border-width: 0px 0px 2px;
  background-repeat: repeat-x;
  background-image: url(images/header.jpg);
  position: relative;
  height: 188px;
}
#content {
  text-align: justify;
  padding-top: 50px;
  margin-left: 160px;
  padding-left: 20px;
  padding-right: 20px;
}
#menu1 {
  float: left;
  display: block;
  width: 140px;
  padding-left: 20px;
  margin-top: 50px;
}
#footer {
  background-image: url(images/footer.jpg);
  background-repeat: repeat-x;
  width: 100%;
  margin-bottom: 0px;
  height: 24px;
  clear: both;
}
#menu1 ul {
  margin: 0px;
  padding-left: 0px;
  list-style-position: inside;
  list-style-type: none;
}
#menu1 li {
  border: 3px ridge #003300;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-image: url(images/button.gif);
  display: block;
  height: 25px;
  width: 130px;
}
#menu1 a {
  text-decoration: none;
  color: #003333;
  font-weight: bold;
  line-height: 24px;
  display: block;
  font-size: 1em;
}
#menu1 a:hover, #menu1 a:focus {
  color: #006600;
  background-color: #99ff99;
  font-size: 1.2em;
  font-weight: bold;
}
#menu1 a:active {
}
#menu2 {
  display: block;
  float: left;
  clear: left;
  width: 140px;
  padding-left: 20px;
  margin-top: 50px;
}
#footer p {
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(images/template-von.gif);
  background-repeat: no-repeat;
  background-position: center top;
}
#extra1 {
  display: none;
}
#menu2 ul {
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}
#menu2 li {
  border: 3px ridge #003300;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  background-image: url(images/button.gif);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  width: 130px;
  height: 25px;
}
#menu2 a {
  text-decoration: none;
  color: #003333;
  font-weight: bold;
  line-height: 24px;
  display: block;
  font-size: 1em;
}
#menu2 a:hover, #menu2 a:focus {
  color: #006600;
  font-weight: bold;
  background-color: #99ff99;
  font-size: 1.2em;
}
#menu2 a:active {
}
#list a {
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-weight: bold;
}
#list a:hover {
  text-decoration: underline;
  color: #ff0000;
}

