div#zentriert {
  margin: 0 auto 0 auto;
  overflow: hidden;
  width: 1000px;
  text-align: left;
  background-color: #f9ef7c;
}

div#left {
  float: left;
  width: 116px;
  overflow: hidden;
  background-image: url(img/back_left.jpg);
  background-repeat: no-repeat;
  height: 645px;
}

div#navi {
  padding: 0;
  width: 116px;
  overflow: hidden;
  margin: 310px 0 0 5px;
  line-height: 20px;
}

div#center {
  float: left;
  width: 670px;
  overflow: hidden;
}

div#head {
  text-align: center;
  width: 670px;
  margin: 0;
  overflow: hidden;
  padding: 50px 0 0 0;
  background-image: url(img/back_center.jpg);
  background-repeat: no-repeat;
}

div#logo {
  margin: 0 auto 0 auto;
  overflow: hidden;
  height: 244px;
  font-size: 12px;
}

div#logo a {
  text-decoration: none;
}

div#content {
  margin: 20px;
  width: 630px;
  overflow: hidden;
}

div#right {
  float: left;
  text-align: right;
  padding: 0 0 0 0;
  width: 214px;
  overflow: hidden;
  background-image: url(img/back_right.jpg);
  background-repeat: no-repeat;
  height: 645px;
}

div#language {
  margin: 340px 0 0 0;
}

div#willkommen {
  padding: 42px 0 0 0;
  text-align: center;
  width: 432px;
  height: 315px;
  background-image: url(img/willkommen.png);
  background-repeat: no-repeat;
  margin: 0 0 0 120px;
}