#Liste {

}
#Liste .zeile {
	border-bottom:1px dashed #CCCCCC;
	padding:0px 0px 3px 0px;
}
#Liste .zeile .thumb {
	float:left;
	width:60px;
	margin:0px 10px 0px 0px;
}
#Liste .zeile .text {
	float:left;
	width:415px;
}
#Liste .zeile .preis {
	float:left;
	width:150px;
	font-weight:bold;
}
#Liste .zeile .verweis {
	float:right;
}
input.bestellmenge {
	width:30px;
}
table.warenkorb th {
	font-size:12px;
	text-align:right;
}



#frmCustomer {
	margin-top:12px;


}
.frmCustomerZeile {
	margin-top:3px;
        width:100%;
}
.frmCustomerZeileText{
	float:left;
	width:100px;
}
.frmCustomerZeileInput{
	float:left;
	width:350px;
}
.frmCustomerZeileInput input{
	width:300px;
}
.frmCustomerZeileInput input.button{
	width:70px;
}
.frmCustomerZeileInput select{
	width:250px;
}

#frmCustomer th {
	text-align:left;
}

table.box {
	border: 1px solid #E6DED0;
}
table#summaryCustomer {
	width:98%;
}
table#summaryCustomer th {
	text-align:left;
	font-size:12px;
}