body {
  min-height: 410px;
  padding: 0px;
  margin: 0px;
  background-color: #AAAAAA;
}

.main {
  width: 320px;
  background-color: #D0C5BF;
  font-family: Arial;
}

.header {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 20px;
}

.history {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 12px;
  padding: 2px;
}

.history a {
  color: #FFFFFF;
}

.history a:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.contenttitle {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 20px;
}

.pages {
  text-align: center;
  background-color: #866F69;
  color: #FFFFFF;
  font-size: 16px;
}

.pages a {
  color: #FFFFFF;
}

.menu {
  text-align: center;
  margin: 5px;
  font-size: 30px;
}

.menu a {
  margin-top: 5px;
  background-color: #866F69;
  background-image: url(bilder/arrowright.gif);
  background-position: right;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.menu a:hover {
  background-color: #000000;
  background-image: url(bilder/arrowrighthover.gif);
  background-position: right;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.goback {
  text-align: center;
  margin: 5px;
  font-size: 30px;
}

.goback a {
  margin-top: 5px;
  background-color: #866F69;
  background-image: url(bilder/arrowleft.gif);
  background-position: left;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.goback a:hover {
  background-color: #000000;
  background-image: url(bilder/arrowlefthover.gif);
  background-position: left;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.text {
  text-align: justify;
}

.bottom {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  padding: 2px;
}

.bottom a {
  color: #FFFFFF;
}

.bottom a:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.nocontent {
  text-align: center;
  font-style: italic;
  margin: 20px;
}

.imagecaption {
  margin-right: 5px;
  margin-bottom: 2px;
  font-family: Arial;
  font-size: 9px;
  text-align: right;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

hr {
  border: solid #000000 2px;
  margin: 0px;
}
