 

@CHARSET "UTF-8";

form {
	font-family: arial, verdana;
	font-size: 1.1em;

}

fieldset {
	border: none;
}

label {	
	float: left;
	width: 80px;
	margin: 6px 0 0 0;
}

input, select, textarea {
	margin: 0 0 6px 0;
	border: 1px solid #666;
	font-family: Arial;
	font-size: 11px; 
	color: #484848;
	background:#e9e2cf;
}

input {
	width: 140px;
}

select {	
	width: 142px;
}

textarea {
	width: 140px;
	height: 58px;
}

/* fieldset definitions */
#fieldset-name_part {
	float: left;
	width: 225px;
	margin-right: 35px;
}
#fieldset-contact_part {

}

#fieldset-mail_part {
	clear: left;
	margin-top: 50px;

}
#fieldset-mail_part input {
	width: 400px; 
}
#fieldset-mail_part textarea {
	width: 400px; 
}

#security {
	margin-top: 30px;
}

#security label {
	width: 130px

}



#math_code {
	display: block;
	float: left;
	width: 50px;
}
#ergebnis {
	width: 200px;
}

#submit {
	float: left;
	width: 10px !important;
	margin: 20px 10px 0 155px;
}
#reset {
	float: left;
	width: 120px !important;
	margin: 20px 10px 0 0px;
}

.betreff {
	width:140px;
}

.buttons2 {
	width:105px;
	float:left;
	border: 1px solid #484848;
	margin: 15px 0 0 0;
	_margin: 20px 0 0 0;
	cursor: pointer;
	background:#e9e2cf;
}
.buttons {
	width:105px;
	float:left;
	border: 1px solid #484848;
	margin: 15px 15px 0 0;
	_margin: 20px 15px 0 0;
	cursor: pointer;
	background:#e9e2cf;
}
.buttons:hover {
	background: #9f2821;	
	color:#fff;
}
.buttons2:hover {
	background: #9f2821;	
	color:#fff;
}


