body {
  background-color: #ffcc99;
  color: black;
  font-family: Arial,Helvetica,sans-serif;
}
#page {
  margin: 20px auto;
  background-image: url(images/gemuese.jpg);
  width: 800px;
  height: 600px;
  position: relative;
}
#header {
  color: #660000;
  text-align: center;
  position: absolute;
  width: 286px;
  left: 474px;
  top: 380px;
}
#content {
  border: medium groove #ffff33;
  padding: 10px;
  overflow: auto;
  height: 485px;
  width: 400px;
  position: absolute;
  top: 50px;
  left: 50px;
}
#menu1 {
  position: absolute;
  top: 10px;
}
#menu2 {
  position: absolute;
  top: 574px;
  right: 20px;
}
#menu1 ul, #menu2 ul {
  margin: 0;
  list-style-type: none;
}
#menu1 li, #menu2 li {
  border-left: 2px solid #ffcc66;
  text-align: center;
  background-color: #440000;
  color: #ffcc66;
  float: left;
  width: 120px;
}
#menu1 a, #menu2 a {
  background-color: #440000;
  color: #ffcc66;
  text-decoration: none;
}
#menu1 a:hover, #menu2 a:hover {
  font-weight: bold;
}
#menu1 a:focus, #menu2 a:focus {
  font-weight: bold;
}
#footer {
  position: absolute;
  top: 600px;
}
#list a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
#footer p {
  background-image: url(images/template-von.gif);
  background-position:  center center;
  width: 800px;
  background-repeat: no-repeat;
}

