/* Bestellung www.schnaeppchen-homepage.de */
form {
	margin:0; padding:0;
}
table {
	background:#fff url(../../images/inhalte/bestellung/bg-caro.gif);
	margin-bottom:2em;
}
th, td {
	padding:5px;
	font-size:0.9em;
	line-height:1.3;
}
.anzahl { text-align:right; width:15%; }
.baustein { text-align:left; width:55%; }
.einzelpreis { text-align:right; width:15%; }
.gesamtpreis { text-align:right; width:15%; font-weight:bold; }
td.versand, td.insgesamtpreis { border-bottom: 1px solid #999; }
td.brutto { border-bottom:3px double #999; font-weight:bold; }
.brutto-gesamt {padding:5px 0;}
td.mwst{ font-weight:normal; }


.basispaket { color:#666; }
.galerie { background:transparent url(../../images/layout/bg-markiert.gif) repeat-x 0 50%; }
.anzahl input, .gesamtpreis input { text-align:right;}
.gesamtpreis input {font-weight:bold;}
.mwst input {font-weight:normal;}

.anzahl input { border-width:0 1px 1px 0; color:#444;}
.gesamtpreis input { border:0; background-color:transparent; color:#444; padding:0; margin:0;}
.gesamtpreis input[type=text]:focus { background-color:transparent; color:#444; }

.fehlermeldung, .fehlermeldung strong {color:#d04085;}
.falsche_felder {color:#d04085; font-weight:bold;}

fieldset#adresse label { 
	float:left;
	display:block;
	width:15em;
	text-align:right;
	padding:0 1em 0 0;
}
fieldset#adresse input[type=text],
fieldset#adresse textarea {	width:20em; }
fieldset#adresse input#plz { width:4em; }
p.vervollstaendigen { margin-left:16em; }

input[type=submit] {font-size:1.1em; }
