/* CSS Document */

#lieferbedingungen {
	width: 450px;
	height: 1px;
	display: none;
	overflow: hidden;
}

form, fieldset {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#bestellformular fieldset {
	margin-bottom: 15px;
	border-bottom: 1px solid #666;
}

	form#bestellformular {
		margin-top: 0px;
	}
	
	form .clear {
		line-height: 0px !important;
		height: 0px !important;
		display: block !important;
		width: auto !important;
		clear: both !important;
		font-size: 1px !important;
		overflow: hidden !important;
	}

.form_line {
	width: 100%;
	clear: both;
	height: auto;
	padding-bottom: 5px;
}

#bestellformular label {
	display: block;
	width: 210px;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

	#bestellformular label.smallLabel {
		width: auto;
	}
	
		#bestellformular label.smallLabel small {
			font-size: 10px;
		}

	#bestellformular label small {
		font-size: 11px;
		font-weight: normal;
	}

#bestellformular .form_line-block {
	width: 100px;
	display: block;
	float: left;
}

#bestellformular .price {
	position: relative;
	top: 20px;
	font-size: 18px;
	float: right;
}

#bestellformular #flaschenanzahl {
	font-size: 12px;
	font-weight: bold;
}

#bestellformular #kartonanzahl {
	font-size: 15px;
	font-weight: bold;
}

#bestellformular #gesamtpreis {
	font-size: 18px;
	font-weight: bold;
	float: right;
}

#bestellformular #literanzahl {
	float: right;
}

#bestellformular input {
	width: 42px;
	height: 20px;
	font-size: 17px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #ccc;
}

#bestellformular input.submit {
	width: 150px;
}

/* */

#lieferinformationen {
	margin-top: 15px;
}

	#lieferinformationen * {
		line-height: 170%;
	}

#lieferinformationen label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	font-size: 14px;
	margin-right: 10px;
}

	#lieferinformationen label.required {
		font-weight: bold;
		font-size: 13px;
	}

	#lieferinformationen label.radio {
		width: 70px;
	}

#lieferinformationen input {
	border: 1px solid #999;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 16px;
	margin-bottom: 5px;
	padding: 5px;
	width: 325px;
}

	#lieferinformationen label.radio {
		text-align: center;
	}

	#lieferinformationen input.radio {
		width: 10px;
		height: 10px;
	}
	
	#lieferinformationen input.submit {
		width: 200px;
		height: 30px;
		float: right;
	}



#fehlermeldung {
	display: none;
	font-weight: bold;
	border: 1px solid #f00;
}

.error {
	font-weight: bold;
	color: #f00;
}















