
/*
	Gesamtersparnis
*/
.vorteilsrechnerErsparnisSumme {
	text-align: right;
/*
	background-color: #99B27F;
*/
	background-color: #AAFF72;
	border: 1px solid #336600;
/*
	background-color: #EEF4EC;
	border: 1px solid #A5BF95;
*/
	line-height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;	
	margin-top: 10px;
	background-image: url('/fileadmin/template/vorteilsrechner/icon_notice.png');
	background-repeat: no-repeat;
}

/*
	Ersparnis mit aktuellem Bonusprogramm
*/
.vorteilsrechnerErsparnisAktuell {
	text-align: right;
	background-color: #EEF2EA;
	border: 1px solid #ADC198;
/*
	background-color: #FFECE2;
	border: 1px solid #FF9C5F;
*/
	line-height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;	
	background-image: url('/fileadmin/template/vorteilsrechner/icon_selected.png');
	background-repeat: no-repeat;
}

/*
	moegliche Ersparnis mit Bonusprogramm
*/
.vorteilsrechnerErsparnisMoeglich {
	text-align: right;
	background-color: #FFECE2;
	border: 1px solid #FF9C5F;
/*	
	background-color: #F7F8F8;
	border: 1px solid #CCCCCC;
*/
	line-height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;	
	background-image: url('/fileadmin/template/vorteilsrechner/icon_info.png');
	background-repeat: no-repeat;
}

/*
	Informationstexte, z.B. zur Bedienung des Vorteilsrechners
*/
.vorteilsrechnerInfo {
	margin-bottom: 10px;
	color: #666666;
}

.vorteilsrechnerBonusHeadline {
	border-bottom: 1px solid #d9081e;	
	margin-bottom: 10px;
}

.vorteilsrechnerBonusHeadline h1,
.vorteilsrechnerBeispielBonusaktiv h1,
.vorteilsrechnerBonusDetails h1  {
	color: #d9081e;
	font-size: 11px;
}

.vorteilsrechnerBeispielBonusaktiv h1 {
	margin-bottom: 5px;
}

.vorteilsrechnerDetailsLink {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;	
	border-bottom: 1px solid #999999;	
}
	
.vorteilsrechnerBonusDetails {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.vorteilsrechnerSelect {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #999999;
}

.vorteilsrechnerSubmit {
	border: 1px solid #d9081e;
	background-color: #e5e4e0;
	font-size: 0.9em;
	font-weight: bold;
	color: #d9081e;
}

.vorteilsrechnerSelectField {
	border: 1px solid #D4D1CB;
	color: #494949;
	background-color: #ffffff;
	font-size: 0.9em;
	width: 250px;
}

.vorteilsrechnerLabel {
	width: 180px;
}

.vorteilsrechnerFamilie {
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}



