
textarea.wuensche {
	width: 318px;
	height: 100px;
}
input.firma {
	width: 200px;
}

input.name {
	width: 200px;
}

input.strasse {
	width: 200px;
}

input.plz {
	width: 40px;
}

input.ort {
	width: 156px;
}

input.telefon {
	width: 200px;
}

input.email {
	width: 200px;
}

input.submit {
	width: 204px;
	background: #0111ae;
	color: #def5ff;
}

.fehler { font-weight: bold;}


