@charset "UTF-8";
/* CSS Document */

#form {
	position:absolute;
	width:800px;
	height:550px;
	z-index:35;
	left: 50px;
	top: 60px;
	/*background-color: #99FFFF;*/
}

#formleft {
	position:absolute;
	width:800px;
	height:500px;
	z-index:50;
	left: 24px;
	top: 20px;
	/*background-color: #FFCC00;*/
}
/*#formright {
	position:absolute;
	width:360px;
	height:500px;
	z-index:50;
	left: 405px;
	top: 10px;
	background-color: #FF9900;
}*/
#sprytextfield1 input#forename, #sprytextfield7 input#mail, #sprytextfield8 input#phone, #sprytextfield2 input#name, #sprytextfield9 input#firma{
	width:351px;
	background:#eeeeee;
}

#sprytextfield3 input#street, #sprytextfield6 input#city{
	width:280px;
	background:#eeeeee;
}

#sprytextfield4 input#number{
	width:61px;
	background:#eeeeee;
}

#sprytextfield5 input#plz{
	width:59px;
	background:#eeeeee;
	}
#sprytextfield11 input#verwendungszweck, #sprytextfield12 input#auflage{
	width:351px;
	background:#eeeeee;
	margin-left:15px;
	}


 /*#sprytextfield13 input#code3, #sprytextfield14 input#code4, #sprytextfield15 input#code5{
	width:317px;
	background:#eeeeee;
	}*/
	
#sprytextfield16 input#bildgroesse_auf_wunsch{
	width:324px;
	background:#eeeeee;
	}
/*#sprycheckbox1 input#checkbox1, #sprycheckbox2 input#checkbox2, #sprycheckbox3 input#checkbox3, #sprycheckbox4 input#checkbox4{
	width:20px;
	height:20px;
	margin-left:15px;
	}*/

#spryradio1 input#RadioGroup1_0{
	width:20px;
	height:20px;
	margin-left:15px;
}


textarea{
	width:351px;
	background:#eeeeee;
}

input, select, textarea{
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	height:25px;
	color:#333333;
	/*text-shadow:1px 1px 3px #333333;*/
	box-shadow:2px 2px 6px #666666;
	}
.radio{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333333;
	}
textarea{
	height:150px;
	overflow:auto;
	left:15px;
}

#warenkorb{
	height:150px;
	overflow:auto;
	margin-left:15px;
	}

select{
	margin-bottom:5px;
	background:#eeeeee;
}

#sent{
	width:500px;
	text-align:center;
	font-size:16px;
	margin-top:30px;
	color:#e20029;
}