@charset "UTF-8";
/* CSS Document */




/* Ovládací prvky */

button {
	border:0;
	background-color:#f18400;
	height:30px;
	padding:0 20px 0 20px;
	margin:0px;
	cursor:pointer;
	font-weight:400;
	color:#FFF;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
}

button:hover {
	background-color:#f4ddbf;
	color: #f18400;
	}






button.small {
	height:26px;
	padding:0 14px 0 14px;
	font-size: 12px;
}




/* Button banner Kalkulacka */

.BtnCalcul {
	display: block;
	position: relative;
	width: 266px;
	height: 70px;
	font-size: 18px;
	font-weight: 600;
	margin: 40px 0px 5px 0px;
	padding-left:65px;
	background: url(../img/ArrowBPRight.png) no-repeat left center;
	cursor: pointer;
	color: #706f6f;
	text-align: left;
}

.BtnCalcul a {
	color: #706f6f;
}

.BtnCalcul a:hover, .BtnCalcul:hover {
	color:#f18400;
	background-color: #FFF;
}





/* Button banner Kalkulacka */

.BtnHP {
	display: block;
	position: relative;
	width: 150px;
	height: 40px;
	line-height: 38px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 600;
	margin: 0px auto 20px auto;
	padding-top: 42px;
	background: url(../img/ArrowBP.png) no-repeat center top;
	cursor: pointer;
	color: #706f6f;
	text-align: center;
}

.BtnHP a {
	color: #706f6f;
}

.BtnHP:hover {
	color:#f18400;
}
