input.mittel, input.kurz, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*width: 200px;*/
	/*background-color: #FF9966;*/
	background-color: #FCFBF5;
	/*color: #006DAA;*/
	/*border-top: 2px solid #999999;
	border-right: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left: 2px solid #999999;*/
}
input.mittel{
	width: 200px;
}
input.kurz{
	width: 70px;
}
textarea.mittel {
	width: 250px;
	height:40px;
}
textarea.gross {
	width: 350px;
	height:50px;
}
textarea.sehrgross {
	width: 550px;
	height:150px;
}
input.submit{
	margin-left: 105px;
	width: 95px;
}
select.subjectwahl{
	width: 150px;
}