#Rechner {
	position: relative;
	background-image: url(rechner3.gif);
	width:	210px;
	height:	110px;
/*	border:	3px solid black;  */
	color:	#006000;
}
#Zaehler {
	position:absolute;
	top:68px;
	left:5px;
	width:100px;
	height:23px;
	line-height:23px;
/*	border:1px solid blue;  */
	text-align:center;
	font-weight:900;
	color:	#ffffff;
	font-size: 17px;
}
#Einsparung {
	position:absolute;
	top: 68px;
	left: 110px;
	width: 100px;
	height: 23px;
	line-height: 23px;
/*	border: 1px solid red; */
	text-align: center;
	font-weight: 900;
	color:	#ffffff;
	font-size: 17px;
}
#Partner {
	position:absolute;
	top:28px;
	left:0;
	color:	#006000;
	width:	220px;
	text-align: center;
	font-size: 11px;
	font-weight: 900;
}
#Titel {
	position:absolute;
	top:7px;
	left:0;
	color:	#006000;
	width:	210px;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
}
