 

@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 #21528b;
}

input {
	width: 255px;
}

input.anmelden {
	width: 160px;
}
input.betreff {
	width: 310px;
}

select {	
	width: 142px;
}
select.klasse {	
	width: 162px;
}

textarea {
	width: 255px;
	height: 120px;
}

/* 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: 111px;
}

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

.buttons {
	
	border: 1px solid #21528b;
	width:167px;
	margin: 0 15px 0 2px;
	cursor: pointer;
}
.buttons:hover {
	background: #fff;	
}

.buttons2 {
	float:left;
	border: 1px solid #21528b;
	width:70px;
	font-family:verdana;
	font-size:11px;
	margin: 0;
	cursor: pointer;
}
.buttons2:hover {
	background: #fff;	
}

.buttons3 {
	float:left;
	border: 1px solid #21528b;
	width:140px;
	font-family:verdana;
	font-size:11px;
	margin:0 0 40px 10px;
	cursor: pointer;
}
.buttons3:hover {
	background: #fff;	
}


