.banner {
  position: absolute;
  left: 50px;
  top: 25px;
 }

.indexBox {
  position: absolute;
  width: 400px;
  height: 15px;
  left: 550px;
  top: 25px;
  background-color: #E6E6FA;
  border-left: 5px solid #E6E6FA;
  border-right: 5px solid #E6E6FA;
 }

.index_left {
  position: absolute;
  width: 200px;
  height: 100px;
  left: 550px;
  top: 40px;
  background-color: #F8F8FF;
  border-left: 5px solid #E6E6FA;
  border-right: 5px solid #E6E6FA;
  border-bottom: 5px solid #E6E6FA;
 }
 
.index_right {
  position: absolute;
  width: 200px;
  height: 100px;
  left: 750px;
  top: 40px;
  background-color: #F8F8FF;
  border-left: 5px solid #E6E6FA;
  border-right: 5px solid #E6E6FA;
  border-bottom: 5px solid #E6E6FA;
 }

.header {
  position: absolute;
  width: 900px;
  height: 15px;
  left: 50px;
  top: 150px;
  background-color: #E6E6FA;
  border-left: 5px solid #E6E6FA;
  border-right: 5px solid #E6E6FA;
 }

.menu {
  position: absolute;
  width: 220px;
  height: 360px;
  left: 50px;
  top: 165px;
  background-color: #F8F8FF;
  padding: 0px;
  margin: 0px;
  border-left: 10px solid #E6E6FA;
  border-right: 5px solid #E6E6FA;
 }

.menu_footer {
  position: absolute;
  width: 220px;
  height: 15px;
  left: 50px;
  top: 525px;
  background-color: #F8F8FF;
  padding: 0px;
  margin: 0px;
  border-left: 10px solid #E6E6FA;
  border-right: 5px solid #E6E6FA;
 }

.menu_start {
  position: absolute;
  width: 220px;
  height: 345px;
  left: 50px;
  top: 165px;
  background-color: #F8F8FF;
  padding: 0px;
  margin: 0px;
  border-left: 10px solid #E6E6FA;
  border-right: 5px solid #E6E6FA;
 }

.menu_footer_start {
  position: absolute;
  width: 220px;
  height: 15px;
  left: 50px;
  top: 510px;
  background-color: #F8F8FF;
  padding: 0px;
  margin: 0px;
  border-left: 10px solid #E6E6FA;
  border-right: 5px solid #E6E6FA;
 }

.menu_footer_update {
  position: absolute;
  width: 220px;
  height: 15px;
  left: 50px;
  top: 525px;
  background-color: #F8F8FF;
  padding: 0px;
  margin: 0px;
  border-left: 10px solid #E6E6FA;
  border-right: 5px solid #E6E6FA;
 }

.inhalt {
  position: absolute;
  width: 680px;
  height: 375px;
  left: 270px;
  top: 165px;
  background-color: #F8F8FF;
  border-left: 0px solid #E6E6FA;
  border-right: 10px solid #E6E6FA;
 }

.inhalt_footer {
  position: absolute;
  width: 680px;
  height: 15px;
  left: 270px;
  top: 515px;
  text-align: center;
  background-color: #F8F8FF;
  border-left: 0px solid #E6E6FA;
  border-right: 10px solid #E6E6FA;
 }

 .footer {
  position: absolute;
  width: 900px;
  height: 15px;
  left: 50px;
  top: 540px;
  background-color: #E6E6FA;
  border-left: 5px solid #E6E6FA;
  border-right: 5px solid #E6E6FA;
 }