.kalkulator
{
	position: absolute;
	width: 90%;
	height: 300px;
    display: none;
	background: #00FFFF;

}


.btncalc 
{
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	font-family: Arial;
	color: #444444;
	font-size: 15px;
	background: #E8E8E8;
	text-align:center;
	border: solid #B8B6BB 1px;
	text-decoration: none;
  	margin: 5px 5px 5px 5px;
    width:30%;
	height:42px;
}


.btncalcokbig
{
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	width: 60%;
	border-radius: 3px;
	font-family: Arial;
	color: #444444;
	font-size: 15px;
	background: #E8E8E8;
	height:42px;
	border: solid #B8B6BB 1px;
	text-decoration: none;
  	margin: 5px 5px 5px 5px;
}


.kalkulatorOLD
{
	position: absolute;
	width: 170px;
	height: 300px;
    display: none;
	background: #00FFFF;

}


.btncalcOLD
{
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	font-family: Arial;
	color: #444444;
	font-size: 15px;
	background: #E8E8E8;
/*	padding: 15px 15px 15px 15px;		*/
	text-align:center;
	border: solid #B8B6BB 1px;
	text-decoration: none;
  	margin: 5px 5px 5px 5px;
    width:42px;
	height:42px;
}


.btncalcokbigOLD
{
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	width: 100px;
	border-radius: 3px;
	font-family: Arial;
	color: #444444;
	font-size: 15px;
	background: #E8E8E8;
	height:42px;
	border: solid #B8B6BB 1px;
	text-decoration: none;
  	margin: 5px 5px 5px 5px;
}

.btncalc:hover 
{
  background: #E8E8E8;
  color: #FFFFFF;
  text-decoration: none;
  background: #C10100;

}








.btncalc:hover 
{
  background: #E8E8E8;
  color: #FFFFFF;
  text-decoration: none;
  background: #C10100;

}