body {
  color: black;
  background-color: white;
  background-image: url(pics/schatten.gif);
  background-position: center;
  background-repeat: repeat-y;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
}

a {
  color: #FFFFFF;
  text-decoration: underline;
}
a:hover {
  color: #F98489;
  text-decoration: underline;
}

hr {
  width: 100%;
  height: 0px;
  text-align: center;
  border-color: #FFFFFF;
  border-style: dashed;
  border-width: 0px 0px 1px 0px;
}



#wrapper {
  width: 800px;
  color: white;
  background-color: #870707;
  margin-left: auto;
  margin-right: auto;
}

#content {
  background-color: transparent;
  background-image: url(pics/background.gif);
  background-repeat: repeat;
}



/*Kopfbereich*/

.skiplink {
  position: absolute;
  top: -3000px;
  left: -5000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}

#menu {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  padding: 1px 6px 2px 0px;
}
  #menu .button {
    display: inline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 120%;
    padding: 0px 0px 0px 14px;
    font-weight: normal;
  }
  #menu .button a {
    color: #FFFFFF;
    text-decoration: none;
  }
  #menu .button a:hover {
    color: #F98489;
    text-decoration: none;
  }



/*Fussbereich*/

#foot {
  background-color: #870707;
  border-top: 1px solid white;
  padding: 1px 5px 3px 5px;
}
  #copy {
    width: 400px;
    margin-left: 200px;
  }
  #impressum {
    width: 100px;
    text-align: right;
    float: right;
  }
    #impressum a {
      color: #FFFFFF;
      text-decoration: none;
    }
    #impressum a:hover {
      color: #F98489;
      text-decoration: none;
    }

address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 1px;
}