body {
 background-color: #B9B1A3;
}

div.seite {
  margin: auto;
  width: 800px;
  background-color:#FFFFFF;
}

div.menu_en {
  height:40px;
  min-width:680px;
  margin-top:10px;
  margin-left:10px;
}

div.menu_dt {
  height:40px;
  min-width:680px;
  margin-top:10px;
  margin-left:0px;
  background-color: #FFFFFF;
}

span.menu_dt {
  margin-right:-9px;
}

span.menu_en {
  margin-right:-12px;
}

div.textfeld {
  position: absolute;
  margin-left: 130px;
  margin-top: 55px;
  height: 222px;
  width: 370px;
  background-color: #FFFFFF;
  overflow: auto;
  color:black;
}

div.cello {
  height:500px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position:bottom;
}

span.marker_oben {
  position: absolute;
  margin-left: 125px;
  margin-top:50px;
  height:9px;
  width:380px;
  background-image: url(./images/marker_oben.png);
  background-repeat: no-repeat;
  background-position: top;
}

span.marker_unten {
  position: absolute;
  margin-left: 125px;
  margin-top: 274px;
  height:9px;
  width:380px;
  background-image: url(./images/marker_unten.png);
  background-repeat: no-repeat;
  background-position: left,top;
}

span.pic {
  position: absolute;
  margin-left: 520px;
  margin-top: 35px;
  height:95px;
  width:208px;
  background-color:#FFFFFF;
  background-repeat: no-repeat;
  background-position:top,left;
}

span.startpic {
  position: absolute;
  margin-left: 320px;
  margin-top: 120px;
  height:79px;
  width:405px;
  background-color:#FFFFFF;
  background-repeat: no-repeat;
  background-position:top,left;
}

span.sprachwahl {
  position: absolute;
  margin-left: 0px;
  margin-top:128px;
  height:19px;
  width:53px;
  background-color:#FFFFFF;
  background-repeat: no-repeat;
  background-position:top,left;
}


a.link {
  padding: 0px;
  text-align: left;
  margin: 0px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #FFFFF;
}

