body {
  margin-right: auto;
  font-family: Arial,Helvetica,sans-serif;
  background-image: url(images/hintergrund.jpg);
  font-size: 1em;
  color: #333333;
}
#page {
  border: 4px double #1783ff;
  margin-top: 10px;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  background-image: url(images/header.jpg);
  height: 188px;
  width: 760px;
  position: relative;
}
h1 {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
}
#content {
  margin-right: 150px;
  margin-left: 150px;
  margin-top: 20px;
}
#footer {
  background-repeat: no-repeat;
  background-image: url(images/footer.gif);
  width: 760px;
  height: 137px;
  clear: both;
}
#menu1 {
  width: 130px;
  float: left;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 20px;
}
#menu2 {
  display: block;
  width: 130px;
  float: right;
  margin-top: 90px;
}
#menu2 li {
  height: 33px;
  display: block;
}
#menu1 ul {
  margin: 0px;
  padding-left: 0px;
  list-style-type: none;
}
#menu1 li {
  border: 1px solid #1783ff;
  display: block;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url(images/button1.jpg);
  height: 33px;
  text-align: center;
}
#menu1 a {
  font-family: "Courier New",Courier,monospace;
  color: #1783ff;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}
#menu1 a:hover, #menu1 a:focus {
  font-weight: bold;
  text-decoration: underline;
}
#menu1 ul li a:active {
  font-weight: bold;
  text-decoration: underline;
}
#menu2 ul {
  margin: 0px;
  list-style-type: none;
  text-decoration: none;
  color: #1783ff;
  font-family: "Courier New",Courier,monospace;
  text-align: center;
  float: right;
  padding-left: 0px;
  width: 133px;
}
#menu2 li {
  border: 1px solid #1783ff;
  background-image: url(images/button2.jpg);
  background-repeat: no-repeat;
  height: 33px;
}
#menu2 a {
  color: #1783ff;
  line-height: 30px;
  text-decoration: none;
  display: block;
}
#menu2 a:hover, #menu1 a:focus {
  font-weight: bold;
  text-decoration: underline;
}
#menu2 a:active {
  text-decoration: underline;
}
#footer p {
  margin-left: 20px;
  text-align: right;
  padding-top: 100px;
  font-size: 0.8em;
  background-image: url(images/template-von.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#extra1 {
  background-repeat: no-repeat;
  background-position: right top;
  display: none;
}
#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;
}

