html,body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: arial;
  color: #000000;
}

#center {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
}

#outer {
  position: absolute;
  width: 1280px;
  height: 400px;
  top: -200px;
  left: -640px;
}

#textbox {
  position: relative;
  width: 300px;
  height: 300px;
  top: 0;
  left: 500px;
}

#logostreifen {
  text-align: center;
}

.fontmini {
  font-size: 9px;
  color: #b4b4b4;
}

#Navi {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 150px;
  left: -150px;
}

.NaviPunkt {
  position: relative;
  margin: 0 10px 0 10px;
  float: left;
}

.NaviPunkt a {
  display: block;
  text-align: center;
  color: #d7d7d7;
  text-decoration: none;
}

.NaviPunkt a:hover {
  color: #000000;
}