#text_teil {
  position: absolute;
  top: 169px;
  left: 8px;
  width: 970px;
  height: 700px;
  background-color: #fff184;
}

#table {
  position: absolute;
  top: 50px;
  left: 260px;
}

.namen {
  text-align: right;
  font-weight: bold;
  font-size: 0.9em;
  width: 150px;
  background-color: green;
  color: white;
}

.ergebnis {
  text-align: left;
  width: 300px;
}

#image {
  position: absolute;
  top: 50px;
  left: 780px;
}


/* der teil hier wird vom internet explorer vor version 6 ingnoriert*/
html>body #aldoniKorbo {
  position: absolute;
  top: 325px;
  left: 860px;
}

/*dieser teil hier wird vom internet explorer bei versionen unter 6 und 6 ausgefuehrt*/
* html #aldoniKorbo {
  position: absolute;
  top: 325px;
  left: 860px;
}