.erzeugnisse {
    float: left;
    text-align: center;
    width: 178px;
	margin-bottom:30px;
}

#erzeugnis {
    cursor: pointer;
}

label {
    cursor: pointer;
}


#formular {
    float: left;
	border:1px solid #EBEBEB;
	width:600px;
}

#berechnung {
    color: #333;
	float:right; 
	width:260px;

}

#angebot input.berechnungstext {
    color: #fff;
	display: inline-table;
    padding-left: 4px;
	font-weight: normal;
	border:1px solid #ffffff;
}


#backend_left {
  font-family: Verdana;
  font-size: 10px;
  color: #333;
  float: left;
  margin-right: 50px;
  width: 900px;
}

#backend_left table {
  text-align: center;
}

#backend_left table td {
}

#backend_right {
  color: #333;
  font-family: Verdana;
  font-size: 10px;
  float: left;
  width: 400px;
}

#backend_right table {
  text-align: center;
}

#backend_right table td {
}

#popup {
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(../img/background.png);
}

#popupTitel {
  width: 350px;
  height: 25px;
  margin: 150px auto auto auto;
  background: #333;
}

#popupTitelBeschreibung {
  float: left;
  font: 12px Verdana;
  font-weight: bold;
  line-height: 23px;
  padding-left: 5px;
  width: 325px;
}

#popupTitelImg {
  float: right;
  width: 15px;
  margin: 5px 5px 5px 0px;
}

#popupBody {
  color: #333;
  font: 10px Verdana;
  min-height: 200px;
  width: 340px;
  margin: 0px auto auto auto;
  padding: 5px 5px 5px 5px;
  background-color: #cccc99;
}

#popup table {
    width: 340px;
}

#popup td {
    color: #333;
    padding: 0px 10px 0px 0px;
}

#popup input[type="text"] {
    color: #333;
	display: inline-table;
    width: 100%;
    min-width: 150px;
}

#popup input.buttons {
    color: #333;
    text-align: center;
    width: 75px;
}

#popup input.checkboxes {
    color: #333;
    vertical-align: -2px;
    width: 13px;
}

#popup select {
    background-color: #999966;
    color: #fff;
    height: 16px;
    width: 105px;
}


/* Markierungsfunktion der Listen */
/**********************************/
.normal {
    color:#333;
    background-color:#cccc99;
}

.markieren, .markieren a:link, .markieren a:visited, .markieren a:hover, .markieren a:active {
    color: #fff;
    background-color: #999966;
    cursor: pointer;
}

/* Tabelle mit Preisen zu weiteren Auflagen
*******************************************/

.preise_auflagen td, th {
    padding: 4px;
    text-align: left;
}

.preise_auflagen td {
    border-left: 1px solid #000;
}

span.preisNetto {
    font-size: 12px;
    line-height: 18px;
}
span.preisBrutto {
    display: block;
    float: left;
    margin-right: 5px;
    text-align: right;
    width: 70px;
}

.preise_auflagen tr.topline th {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    text-align: center;
}
