body {
  padding: 0px;
  margin: 0px;
  background-image:url(../../images/alte_reisen/hintergrund.jpg);
  background-attachment: fixed;
  width: 1280px; 
}
#kopf {
  height: 150px;
  margin: 10px;
  width: 1280px;
  text-align: center;
}
#inhalt {
  width: 905px;
  margin: 0px 180px;
  /*background-color: #ffffc6;  */
}
#inhalt2 {
  width: 905px;
  height: 570px;
  margin: 0px 180px;
  background-image: url("../../images/Hintergrund_Anmerkungen.jpg");
  text-align: center;
}
#inhalt3 {
  width: 905px;
  height: 570px;
  margin: 0px 180px;
  background-image: url("../../images/usa/xxx");
  text-align: center;
}
#links {
  position: absolute;
  top: 180px;
  left: 10px;
  width: 160px;
  height: auto;
  background-color: #ffffc6;
}
#rechts {
  position: absolute;
  top: 180px;
  left: 1095px;
  width: 165px;
  height: auto;
  background-color: #ffffc6;
}
