 

@CHARSET "UTF-8";

form {
	font-family: Verdana;
	font-size: 11px;
	color: #1d64b6;
	margin:0 0 70px 0;
}

input, select, textarea {
	margin: 0 0 6px 0;
	border: 0 none;
	font-family: Verdana;
	font-size: 11px;
	color: #1d64b6;
	background:#ffffff;
	padding: 1px;
}

input {
	width: 120px;
	height: 18px;
}

select {	
	width: 122px;
	height: 20px;
	padding: 2px;
}

textarea {
	width: 440px;
	height: 100px;
	font-family: Verdana;
}

#ergebnis {
	width: 50px;
}

.buttons {
	height: 22px;
	border: 0px solid #55802e;
	margin: 15px 20px 0 0;
	cursor: pointer;
}
.buttons:hover {
	background: #fff;	
}


