
/* Kontaktformular in der einfachen Version */

form.mailform {
	margin: 0; padding: 0;
}

div.csc-mailform-field  {
	margin: 0; padding: 0; 
}

div.csc-mailform-field  {
	display: block; 
	width: 515px; 
	margin: 0; padding: 0;
	margin-bottom: 1px; 
}

div.csc-mailform-field label {
	display: inline;
	width: 180px;
	float: left; 
	clear: left; 
	height: 20px; 	
}

fieldset.csc-mailform {
	width: 550px; 
	border: none;
	margin: 0;
	padding: 0; 
}

div.csc-mailform-field input, 
div.csc-mailform-field textarea, 
div.csc-mailform-field select {
	display: inline;
	min-width: 330px;
	min-width: 330px;
	width: 330px;
	height: auto; 
	margin: 0; padding: 0;
	margin-bottom: 5px; 
	background-color: #dddddd; 	
}

div.csc-mailform-field textarea {
	height: 150px; 
}

input#formtype_mail {
	text-align: center; 
	vertical-align: middle; 
	min-height: 30px; 
}

input.csc-mailform-submit {
	display: inline; 
	float: left; 
	height: 30px; width: 250px; 
	background-color: #cccccc;
}

input.csc-mailform-check, input#rueckruf_gewuenscht {
	display: block;

	width: 20px;
	text-align: left;
	margin-left: 0px;
	background-color: #ffffff; 		
}

