label, input, select { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	float: left;
	width: 150px; /* Breite.*/
}

input{ width: 100px; /* Breite.*/ }

#fuer input, select { 
	width: 150px; /* Breite.*/
}

#investitionsvolumen input{
	text-align: right;
}

#investitionsvolumen select {
	text-align: right;
	width: 100px;
}

input#berechnen { width: auto; text-align: center;}
input#submit { width: auto; text-align: center; }

#investitionsvolumen span {	
display: block;
float: left;
width: 50px; 
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; /* das floating der labels und inputs aufheben */
}

.flash {
	background-color: yellow;
	display: block;
	float: left;
}

label.bad { color: #cc0000; font-weight: bold; }
input.bad { background-color: #ffdddd; }
