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

.interest {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	background : #F2F6F7;
	color: ##000000;
	border : 1px #7EABAF solid;
	font-weight: bold;
	color: #003366;
}

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


.checkb {
	border : 2px #FFFFFF solid;
	background-color: #B2CDCF;
}

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



