.left {				/* Abstände für links ausgerichtete Formularelemente */
	margin-right:12px;
	margin-left:5px;
}

.input1 {			/* kurzes Feld für z. B. PLZ */
	width:50px;
	height:15px;
	background-color: #c4ddda;
}

.input2 {			/* halbes Eingabefeld (50%) */
	width:144px;
	height:15px;
	background-color: #c4ddda;
}

.input3 { 			/* fehlende Breite zu input1 */
	width:238px;
	height:15px;
	background-color: #c4ddda;
}


.input4 { 			/* komplette Länge. Hier ist der Abstand durch "left" nicht nötig */
	width:304px;
	height:15px;
	margin-left:5px;
	background-color: #c4ddda;
}

.input5 { 			/* mehrzeiliges Eingabefeld mit kompletter Länge. Hier ist der Abstand durch "left" nicht nötig */
	width:304px;
	height:50px;
	margin-left:5px;
	background-color: #c4ddda;
}
