#footer_container {
  position: fixed;
  bottom: 0;
  width: 986px;
  text-align: center;
  height: 35px;
  background-color: #A39A91;
  z-index: 3;
}

#footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 986px;
  z-index: 3;
}


#unten_links {
  height: 35px;
  width: 54px;
  background-image: url(../bilder/unten-links.jpg);
  background-repeat: no-repeat;
}

#unten_rechts {
  height: 35px;
  width: 800px;
  background-image: url(../bilder/unten-rechts.jpg);
  background-repeat: no-repeat;
}

#Impressum {
  height: 35px;
  width: 86px;
}

#AGB {
  height: 35px;
  width: 46px;
}