 

@CHARSET "UTF-8";

form {
	width: 100%;
	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;
	border: 1px solid #a8b4c3;
	background:#efefef;
	color:#4e6178;
	font-size:10px;
	font-family:verdana;
}

input {
	width: 120px;
	border: 1px solid #a8b4c3;
	background:#efefef;
	color:#4e6178;
	font-size:10px;
	font-family:verdana;
}

select {	
	width: 70px;
}

textarea {
	width: 371px;
	height: 149px;
	border: 1px solid #a8b4c3;
	background:#efefef;
	color:#4e6178;
	font-size:10px;
	font-family:verdana;
}

/* 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

}

#buttons {
	margin: 30px 0 0 76px;
}

#buttons input {
	float: left; 
	width: 197px;
	margin: 0 3px 0 3px;
}



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

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

.buttons {
	width:80px;
	float:left;
	border: 1px solid #a8b4c3;
	background:#cfd7df;
	color:#4e6178;
	font-size:10px;
	margin: 15px 0 0 20px;
	cursor: pointer;
}
.buttons:hover {
	background: #fff;	
}

