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

}

#choose_language {
  position: absolute;
  top: 0px;
  left: 730px;
}

#text_warenkorb_auflistung {
  position: relative;
  left: 8px;
  width: 948px;
  border: thin solid black;
  background-color: #e5f184;
  padding: 2px;
}

.text_buch_remove {
  float: left;
}

.text_buch_varnr {
  float: left;
}

.text_buch_autor {
  float: left;
}

.text_buch_titel {
  float: left;
}

.text_buch_preis {
  float: right;
}


/* START formular */





/* der teil hier wird vom internet explorer vor version 6 ingnoriert*/
html>body #text_warenkorb_formular {
  position: relative;
  left: 8px;
  top: 20px;
  width: 550px;
  height: 500px;
  border: thin solid black;
  background-color: #e5f184;
  padding: 2px;
}

/*dieser teil hier wird vom internet explorer bei versionen unter 6 und 6 ausgefuehrt*/
* html #text_warenkorb_formular {
  position: relative;
  left: -190px;
  top: 20px;
  width: 550px;
  height: 500px;
  border: thin solid black;
  background-color: #e5f184;
  padding: 2px;
}






.input_feld {
color:green;
border:none;
border-top: 1px solid green;
border-bottom: 1px solid green;
background-color:#FFFFFF;
height:18px;
padding:3px;
}

#input_feld_captcha {
  font-size: 3.0em;
  height: 45px;
}

.textarea_feld {
color:green;
border:none;
border-top: 1px solid green;
border-bottom: 1px solid green;
background-color:#FFFFFF;
padding:3px;
}

#text_warenkorb_versandkostentabelle {
  position: relative;
  left: 8px;
  top: 10px;
  width: 948px;
  height: 150px;
  background-color: #e5f184;
  border: thin solid black;
  padding: 2px;
}


/* der teil hier wird vom internet explorer vor version 6 ingnoriert*/
html>body #text_warenkorb_erklaerung {
  position: relative;
  left: 580px;
  top: -486px;
  width: 375px;
  height: 500px;
  background-color: #e5f184;
  border: thin solid black;
  padding: 2px;
}

/*dieser teil hier wird vom internet explorer bei versionen unter 6 und 6 ausgefuehrt*/
* html #text_warenkorb_erklaerung {
  position: relative;
  left: 290px;
  top: -486px;
  width: 375px;
  height: 500px;
  background-color: #e5f184;
  border: thin solid black;
  padding: 2px;
}


/* ENDE formular */