.header_warenkorb {
	background-color: #DCDDDF;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	height: 25px;
         border-bottom: 2px solid #777777;
	margin: -20px 0px 0px -19px;
}
.header_warenkorb h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px;
	margin: 2px;
	color: #000000;
         display: inline;
	float: left;
}
.header_warenkorb .fortschritt {
	float: right;
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding: 5px 5px;
	margin: 0px;
}

.header_warenkorb .fortschritt a {

	color: #777777;

}
.header_warenkorb .fortschritt a:hover {

	color: #000000;

}
.header_warenkorb .fortschritt .currentstep {
	color: #000000;
}
table.warenkorb {
	width: 570px;
	margin-top: 15px;
	empty-cells: show;
	margin-left: 10px;
}
table.warenkorb caption {
	color: #D30039;
	font-size:11px;
	font-weight: bold;
	display: block;
	text-align: left;
	margin-bottom: -3px;
	width: 100%;
}
table.warenkorb th {
	background-color: #B2B3B5;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

table.warenkorb td a{

	color: #000000;
	font-size: 11px;
	font-weight: bold;
         text-decoration: none;

}

table.warenkorb td a:hover{

         text-decoration: underline;
         color: #000000;

}


table.boxcontent th {
	background-color: #DCDDDF;
	color: #000000;
}

table.warenkorb td {
	background-color: #DCDDDF;
	color: #000000;
	font-size: 11px;
	padding: 3px;
         text-align: left;
}
table.warenkorb td.box {
	vertical-align: top;
}
table.warenkorb td.box .button {
	padding:5px;
}
table.warenkorb col#pos { width: 7%; }
table.warenkorb col#anzahl { width: 8%; }
table.warenkorb col#artikel { width: 32%; }
table.warenkorb col#einzelpreis { width: 10%; text-align: right;}
table.warenkorb col#preis { width: 10%; text-align: right; }
table.warenkorb col#delete { width: 5%; }
table.warenkorb col#preisdelete { width: 25%; padding: 3px 3px 3px 3px; text-align: right; }

table.warenkorb col#rechnungsanschrift { width: 50%; }
table.warenkorb col#lieferanschrift { width: 50%; }

table.warenkorb col#check { width: 30px; }
table.warenkorb col#text { padding:5px; }

table.warenkorb .summenzeile td {
	font-weight: bold;
	text-align: right;
	background-color: #FFFFFF;
	color: #666666;
	font-size:12px;

}
table.warenkorb .summenzeile td#preis {
	text-align: left;
         font-size: 18px;
         color: #000000;
         font-weight: bold;

}

table.warenkorb .summenzeile_zwischensumme td {
          font-weight: bold;
	text-align: right;
	background-color: #FFFFFF;
	color: #666666;
	font-size:11px;

}
table.warenkorb .summenzeile_zwischensumme td#preis {
	text-align: left;
         font-size: 12px;
         color: #000000;
         font-weight: bold;
}
table.warenkorb .label {
	float: left;
	font-weight: bold;
	width: 30%;
	display: inline;
	height:25px;
	margin-bottom: 10px;
}
table.warenkorb .inputarea {
	float: right;
	font-weight: bold;
	width: 70%;
	display: inline;
	height:25px;
	margin-bottom: 10px;
}
table.warenkorb td.wkinputarea {
	width: 260px;
	height: 25px;
	text-align: left;
}
table.warenkorb td.wklabel {
	width: 100px;
	height: 25px;
}
table.warenkorb #button {
	float: right;

}
.preis_rot {
	font-size: 18px;
	text-align:right;
	font-weight: bold;
	margin: 0px;
	white-space:nowrap;
	color:#d30039;
}
.preis_gestrichen {
	font-size: 12px;
	text-align:right;
	font-weight: bold;
	margin: 0px;
	white-space:nowrap;
	text-decoration:line-through;
}
