/* --- FORM CSS FORMATTING --- */

input, select, textarea{
	border: 1px solid #aaa;
	background:#FFFFFF;	
	width:150px;
}
.input_norm {
	width:150px;
}
.input_submit {
	width:89px;	
	border: none;
}
.input_klein {
	width:50px;
}
.input_large {
	width:200px;
}
.input_anzahl {
	width:20px;
}
.text_large {
	width:400px;
}
.drop_farbe {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:75px;
}
.drop_farbe_matt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:105px;
}
.warenkorb_button {
	width:120px;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#F2932E;
	padding: 0px;
	border: 0px solid #F2932E;
}

.form{
	margin:0px; 
	padding:0px; 
	line-height:15px; 	
	font-size:85%;
}

.formbutton {
	font-size: 11px;
	color: #FFFFFF;
	background-color:#F2932E;
	padding: 2px;
	border: 0px solid #F2932E;
}

.radio, .check {	
	margin:0px; 
	padding:0px; 
	width:auto;
	border: none;
}
.ausgabe{
	font-size: 9px;
	color:#FF0000;
}