
.rechner_form{
	background-color: transparent;
	background-image: url(../015_IMG/1PXTRANSDARK.PNG);
	width: 55.00%;
	margin: 2.00% 0  2.00% 0;
	padding: 2.50% 0 2.50% 0;
	min-height: 220px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #707088;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #707088;
	border-radius: 8px;
	box-shadow:3px 3px 5px #707088;
}
.rechner_display{
	margin: 0 0 0 10.00%;
	padding: 0 1.00% 0 1.00%;
	width: 77.00%;
	height: 1.50em;
	border: ridge #707088;
	border-radius: 8px;
	text-align: right;
	background-image: url(../015_IMG/1PXTRANSBL.PNG);
}
.tastenreihe{
	text-align: center;
	margin: 2% 0 2% 10.00%;
	padding: 0 0.50% 0 0.50%;
	clear: both;
	display:block;
	width: 80.00%;
}
.rechner_taste{
	text-align: center;
	cursor:pointer;
	width: 19.00%;
	height:2em;
	border: ridge #334466;
	border-radius: 6px;
	background-color: transparent;	
	background-image: url(../015_IMG/1PXTRANSBL.PNG);
}
.rechner_taste:hover{
	background-color: transparent;
	background-image: url(../015_IMG/1PXTRANS.PNG);
}