/*##### Beginn Warenkorb u. Bestellabwicklung #####*/
#inhalt_ges{
  background-color:#fff;
  overflow:hidden;
}
.TableHeader {
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color: #ff9d01;
}
.TableHeader2 {
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color: #ff9d01;
}
.TableData {
	font-size: 12px;
	font-weight: normal;
	color: #5b6776;
	background-color: #EEEEEE;
	border-bottom: 1px solid #999999;
}
.TableDataProd {
	font-size: 12px;
	font-weight: normal;
	color: #5b6776;
	background-color : White;
	border-bottom : 1px solid #999999;
}
.TableData2 {
	font-size: 12px;
	font-weight: normal;
	color: #5b6776;
	background-color : #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
}
.TableDataLB {
	font-size: 12px;
	font-weight: normal;
	color: #5b6776;
	background-color : #EEEEEE;
	border-bottom : 1px solid #999999;
}
.TableTotalL {
	font-size: 12px;
	font-weight: normal;
	color: #5b6776;
}
.TableTotalD {
	font-size: 12px;
	font-weight: normal;
	color: ##5b6776;
        font-weight:bold;
}
.TableTip {
	font-size: 12px;
	font-weight: normal;
	color: #5b6776;
	background-color : #FFFFCC;
	border : 1px dashed #333;
}
.order_graph_0 {
	width:94px;
	text-align:center;
	font-size: 10px;
	color: #5b6776;
}
.order_graph_1 {
	width:94px;
	text-align:center;
	font-size: 10px;
	color: #5b6776;
}
.order_white {
	font-size: 12px;
	color: #ccc;
}
.order_on {
	font-size: 10px;
	color: White;
	background : #ff9d01;
}
.order_off {
	font-size: 10px;
	color: White;
	background : #333;
}
.ERROR{
	color: red;
}
#warenkorb_leer{
  text-align:left;
  padding:5px 20px 20px 20px;
}
#basket_full{
  width:705px;
}

/*##### Ende Warenkorb u. Bestellabwicklung #####*/


