body {
  text-align: left;
}

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

#heading_suchergebnisse {
  background-color: green;
  color: white;
}

#table_ergebnis {
  position: relative;
  left: 220px;
  top: 5px;
  width: 750px;
}

.ergebnis_tr {
  background-color: #fff184;
}

.ergebnis_tr_hover {
  background-color: #e5f184;
}