.bestellform {
	width: 100%;
}

.bestellform .col1{
	width: 200px;
}

.bestellform .col2{
	
}

.bestellform .button {
	margin-top: 10px;
	width: 82px;
	height: 30px;
	background: url('../images/absenden.gif') no-repeat;
	color: #fff;
	cursor: pointer;
}

.bestellform .textfield {
	color: #fff;
	width: 320px;
	margin-bottom: 4px;
	background: #000;
	border: 1px solid #666;
	height: 20px;
}
.bestellform .textfield:focus {
	border: 1px solid #ED1C22;
}
.bestellform .errorfield {
	background: #000;
	color: #fff;
}

.bestellform .error {
	background: url('../images/exclamation.png') no-repeat 0px 2px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 10px 0px;
}

.bestellform table th {
	padding: 7px 0px;
	font-weight: bold;
	color: #ED1C22;
	font-size: 120%;
}
.bestellform table td.klein .textfield {
	width: 50px;
}
.asterisk {
	color: #ED1C22;
}