.einkommen-input {
	float: right;
	width: 140px;
	margin-bottom: 10px;
}
.finanzen-inner-box {
	position: relative;
    background-color: #F7F9FB;
    border: 1px solid #cfd9e4;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}
.text-right {
	text-align: right;
}
.hypothekar-box {
	height: 94px;
}
.foerdergeld-left {
	float: left;
	width: 42%;
	padding-right: 5px;
}
.foerdergeld-right {
	float: right;
	width: 58%;
	padding-left: 5px;
}
.foerdergeld-left img {
	max-width: 100%;
}
.foerdergeld-table {
	width: 100%;
}
.foerdergeld-table td {
	padding-bottom: 4px;
}
.foerdergeld-row1 {
	width: 26%;
}
.foerdergeld-row2 {
	width: 32%;
}
.berechnung {
	display: ;
	text-align: center;
}
.klein {
	font-size: 12px;
}
.calc-left {
	float: left;
	width: 46%;
	margin-bottom: 10px;	
	padding: 10px;
    border: 1px solid #efe8e8;
    border-radius: 4px;
}
.calc-right {
	float: right;
	width: 46%;
	margin-bottom: 10px;
	padding: 10px;
    border: 1px solid #efe8e8;
    border-radius: 4px;
}
.calc-middle {
	float: left;
    width: 8%;
	padding-top: 16px;
}
.preissteigerung {
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #efe8e8;
	border-radius: 4px;
	background-color: #ffffff;
}
.preissteigerung input {
	padding: 5px 0;
	border: 0;
	text-align: center;
	color: #666666;	
}
.gewinn-box {
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #cdd6e4;
}
.gewinn {
	font-size: 20px;
	color: #03c102;
}
.hinweis {
    color: #B3B3B3;
    float: right;
    font-size: 11px;
	text-align: right;
}
.nummerierung {
	float: left;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	margin-top: -2px;
	margin-left: -4px;
	margin-right: 5px;
	padding-top: 1px;
	text-align: center; 
	background: #7d0b00;
	color: #ffffff;
}
#jahresbetrachtung {
	display: block;
}