@import url(standards.css);

#kontakt_content_1 {
	width: 794px;
	min-height: 580px;
	background-image: url(../img/bestellen_content_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#kontakt_content_2 {
	width: 739px;
	height: 400px;
	background-image: url(../img/kontakt_bgr.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 20px;
	padding: 57px 0px 0px 35px;
}

#kontakt {	
	width: 390px;
}

#impressum {
	float: right;
	width: 240px;
	margin-right: 40px;
}

#impressum a {
	color: #0073AC;
	text-decoration: none;
}

#impressum a:hover {
	color: #309FD5;
	text-decoration: underline;
}

label {
	display: block;
	margin-bottom: 2px;
}

input {
	font-size: 12px;
	color: #0073AC;
	border: 1px solid #BCBCBC;
	padding: 2px;
	margin-bottom: 10px;
}

input.text {
	width: 360px;
}

textarea {
	font-size: 12px;
	color: #0073AC;
	width: 360px;
	height: 80px;
	border: 1px solid #BCBCBC;
	padding: 2px;
	margin-bottom: 25px;
}

input.image {
	float: right;
	margin-right: 20px;
	border: 0px;
}

#ds {
	font-size: 11px;
	padding: 30px 40px 50px 40px;
	line-height: 14px;
}

#error {
	color: #CC0000;
	margin-bottom: 15px;
}

#noerror {
	color: #0073AC;
	margin-top: 30px;
	margin-left: 30px;
}



