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



/* der teil hier wird vom internet explorer vor version 6 ingnoriert*/
html>body #table {
  position: relative;
  left: 250px;
}

/*dieser teil hier wird vom internet explorer bei versionen unter 6 und 6 ausgefuehrt*/
* html #table {
  position: relative;
  left: 100px;
}

#kat_name {
  position: relative;
  color: white;
  background-color: green;
}

#head_var_nr {
  width: 60px;
  background-color: green;
  color: white;
  font-weight: bold;
}

#head_name {
  width: 500px;
  background-color: green;
  color: white;
  font-weight: bold;
}

#head_preis {
  width: 70px;
  background-color: green;
  color: white;
  font-weight: bold;
}

.result_var_nr {
  text-align: left;
  vertical-align: top;
  border: thin solid black;
}

.result_name {
  text-align: left;
  width: 500px;
  border: thin solid black;
}

.result_preis {
  text-align: right;
  border: thin solid black;
}
/* #########################  ENDE  ################### text_teil */