.textfeld {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	background : #F8F9f8;
	color: ##000000;
	border : 1px groove #7EABAF;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	background : #F8F9f8;
	color: ##000000;
	border : 1px groove #7EABAF;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	background : #F8F9f8;
	color: ##000000;
	border : 1px #7EABAF solid;
}


.button {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	color: #003366;
	cursor: hand;
	background : #DAE2E2;
	font-weight: bold;
}



