/* globale Einstellungen */

body{
	background-color:#cccccc;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#cc3333;
}

/* diese Eigenschaften gelten für die formular.htm */
label, input[type="text"] { /* Alle Labels UND Formularelemente text auswählen */
	display: block;
	float: left;
	width: 80px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	  clear: left; /* das floating der labels und inputs aufheben */
}

label {
	text-align: left; 
	padding-right: 1em; 
}
