table.artikelliste {
	margin: 10px 0;
	width: 100%;
}

.artikelliste td {
	padding: 3px;
}

td.headerartikelliste {
	text-align: center;
	background-color: #CCC;
	color: #00367C;
	font-weight: normal;
}

tr.artikelzeile {
	background-color: #EEE;
}

td.artikelzelle {
	text-align: left;
	vertical-align: top;
	background-color: #EEE;
}

td.zwischensumme {
	text-align: right;
	background-color: #CCC;
	color: #00367C;
}

td.endsumme {
	text-align: right;
	background-color: #00367C;
	color: #FFECBF;
	font-weight: bold;
}

div.innenbox-left {
	position: relative;
	float: left;
	width: 25%;
}

div.innenbox-right {
	position: relative;
	float: right;
	width: 75%;
}

p.box-beschreibung {
	clear: both;
}

p.box-bezeichnung {
	margin-top: 0;
	font-weight: bold;
}
.box-titel{
margin-top: 0;
font-size: 1.0em;
}


.alter-preis {
	text-decoration: line-through;
}

.sonderpreis {
	font-weight: bold;
	color: #00367C;
}

tr#zeile-versandkosten, tr#zeile-nachnahmekosten, tr#zeile-rabatt, tr#zeile-endsumme, tr#zeile-zwischensumme, tr#zeile-zahlungsarten {
	/*display: none;*/
}

div#block-logout, div#block-willkommen, div#block-order {
	display: none;
}

p#anzeige-kundennummer {
	
}

p#anzeige-kundenname {
	
}


