@import url(standards.css);

#bestellen_content {
	width: 729px;
	background-image: url(../img/bestellen_content.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 20px;
	padding: 58px 0px 0px 45px;
}


#bestellen_content2 {
	width: 739px;
	height: 445px;
	background-image: url(../img/bestellen_content_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-left: 55px;
}

h2 {
	font-size: 12px;
	margin-bottom: 15px;
}

p {
	font-weight: bold;
	width: 680px;
	color: #0073AC;
	margin: 20px 0px 20px 0px;
}

#text {
	width: 680px;
	margin-bottom: 35px;
}

label {
	display: block;
	margin-bottom: 5px;
}

label a {
	color: #0073AC;
	text-decoration: none;
}

label a:hover {
	color: #309FD5;
	text-decoration: underline;
}

.error {
	border: 1px solid red;
}

input {
	font-size: 12px;
	color: #0073AC;
	border: 1px solid #BCBCBC;
	padding: 2px;
	margin-bottom: 15px;
}

input.text {
	width: 140px;
}

input.check {
	float: left;
	border: 0px;
	margin: 2px 10px 0px 10px;
}

ul#auswahl, ul#adresse, ul#adresse2 {
	list-style-type: none;
}

ul#auswahl li {
	float: left;
	width: 238px;
}

ul#adresse li {
	float: left;
	margin-right: 20px;
	width: 155px;
}

ul#adresse2 li {
	float: left;
	margin-right: 20px;
}

ul#adresse2 li.agb {
	margin-top: 25px;
}

select {
	font-size: 12px;
	color: #0073AC;
	border: 1px solid #BCBCBC;
	padding: 2px;
	margin-bottom: 22px;
}

option {
	padding-right: 5px;
}

input.button {
	border: 0px;
	float: right;
	margin-right: 55px;
}