body {

	color: #000;

	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;

	font-size: 10px;

	line-height: 14px;

	margin: 0;

	padding: 0;

	
  

}    
    
    



 
 /* Formular */

form {
	max-width: 490px;
	width: 490px;
	font-family: arial, helvetica, sans-serif;
	
}




form label,  div#angebotsanfrage select {
	display: block;

	margin-left: 10px;
margin-bottom: 1px;
        text-align: left;
	width: 190px;
	float: left;
	color: #626262;
}

form input {
	width: 250px;
	margin-bottom: 1px;
	border: none;
	border-bottom: 1px dotted gray;
}

form textarea {
	width: 250px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: white;
	border: none;
	border-bottom: 1px dotted gray;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

form div .error {
color: red;
z-index: 50;
position: absolute;
margin-top: 20px;
margin-left: 200px;
 }

form .captcha_text {
display: block;
margin-left: 250px; }

form .submit { 
border: 0px;

}

form .upload {
border: 0px;
}


/*hier kommt die Zwischenüberschrift im Formular */
form .headline { 
color: green;
	font-size: 10px;
	border-left: 5px solid green;
	padding-left: 8px;
	margin-right: 200px;
	margin-top: 8px;
	margin-bottom: 10px;

}

/* Ende Formular */

div#angebotsanfrage form fieldset h2 { 
font-size:10px;
margin:0;
padding:0;
margin-bottom: 3px;
}

div#angebotsanfrage .reihe label { 
font-size: 14px;
}

div#artikel { 
float: right;
font-size: 14px;
color: orange;
clear: both;
padding-right: 5px;
}

div#captchawarning {
font-size: 12px;
color:red;
 }

.angebotsanfragesubmit {
border: none;
border: 1px solid orange;
margin-top: 5px;
margin-left: 237px;
}



