/* CSS Document für Haushaltsrechner */
#Haushaltsrechner {
	
	border:none;
}

#Haushaltsrechner div {
	text-align:right;
	height:13px;
	width:125px;
}

#Haushaltsrechner input {
	text-align:right;
	border: 1px solid #7A8099;
	height:14px;
	width:125px;
	background-repeat:no-repeat;
	font-size:12px;
}

