body {
  font-family: Arial,Helvetica,sans-serif;
  background-color: #ba3924;
  background-image: url(images/hintergrundfarbe2.png);
  background-repeat: repeat-x;
  font-size: 0.8em;
  margin-left: auto;
  margin-right: auto;
}
#page {
  border-style: double;
  border-width: 3px;
  background-repeat: no-repeat;
  background-image: url(images/hintergrund.jpg);
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  position: relative;
  width: 800px;
}
#header {
  height: 100px;
  position: absolute;
}
h1 {
  font-family: "Trebuchet MS",sans-serif;
  font-weight: bold;
  font-size: 2em;
  font-style: normal;
  text-decoration: none;
  height: 100px;
  position: absolute;
  width: 500px;
  left: 50px;
  top: 30px;
}
#content {
  overflow: auto;
  text-align: justify;
  position: absolute;
  padding-right: 20px;
  top: 110px;
  height: 480px;
  width: 480px;
  left: 40px;
}
#footer {
  position: absolute;
  bottom: -40px;
  width: 800px;
}
#menu1 {
  display: block;
  position: absolute;
  width: 100px;
  top: 120px;
  height: 20px;
  right: 120px;
}
#menu2 {
  display: block;
  float: left;
  position: absolute;
  width: 100px;
  top: 110px;
  right: 10px;
}
#menu1 ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-decoration: none;
  font-weight: bold;
  color: #990000;
}
#menu1 li {
  text-align: right;
  width: 100px;
  height: 20px;
}
#menu1 a {
  color: #990000;
  font-weight: bold;
  display: block;
  line-height: 20px;
  font-family: trebuchet ms;
  font-size: 1em;
}
#menu1 a:hover, #menu1 a:focus {
  font-weight: normal;
}
#menu1 a:active {
  font-weight: normal;
}
#menu2 ul {
  margin: 0px;
  padding: 0px;
  color: #990000;
  font-weight: bold;
  list-style-type: none;
}
#menu2 li {
  text-align: left;
  width: 100px;
  height: 20px;
}
#menu2 a {
  color: #990000;
  font-weight: bold;
  display: block;
  font-family: trebuchet ms;
  line-height: 19px;
  font-size: 1em;
}
#menu2 a:hover, #menu2 a:focus {
  font-weight: normal;
}
#menu2 a:active {
  font-weight: normal;
}
#footer p {
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(images/template-von.gif);
  background-repeat: no-repeat;
  background-position: center top;
}
#extra1 {
}
#extra2 {
}
#extra3 {
}
#extra4 {
}
#list a {
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-weight: bold;
}
#list a:hover {
  text-decoration: underline;
  color: #ff0000;
}

