
#contentText {
	width: 620px;
}


label {
	padding-top: 15px; 
}

.required {
	color: #FF0000;
}

.textfield, .email {
	width: 350px;
	height: 24px;
	display: block;
margin-bottom: 15px;
}
.textarea {
	width: 350px;
	height: 100px;
margin-bottom: 15px;
}

.Fehler {
	list-style-type: none;
}

.Fehler li {
	margin-top: 10px;
font-style: italic;
}

a.zurueck {
display: block;
	margin-top: 25px;
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

