@charset "utf-8";
/* CSS Document */

.button {
	display: inline-block;
	font-weight: 400;
}

.top-skoly .button {
	margin: 0 0 0 101px;
}

.b-normal {
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	padding: 6px 15px;
	margin-right: 10px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}

.b-landing {
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	padding: 15px 25px;
	font-weight: 300;
	border-radius: 5px;
	box-shadow: 0 0 3px #000000;
}

.b-small {
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 6px 5px 6px;
	margin-right: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.newsletter .b-small, .newsletter-obsah .b-small, .newsletter-zoznam .b-small {
	position: relative;
	top: -4px;
	margin-left: 15px;
}

.dt-hodnoty .b-small {
	margin-right: 0;
}

.b-red {
	background-color: #DD3300;
	color: #FAFAFA;
}
.b-red:hover {
	background-color: #BB2900;
}
.b-red:active {
	background-color: #992200;
}

.b-white {
	background-color: #FAFAFA;
	color: #000000;
}
.b-white:hover
{
	background-color: #D8D8D8;
}
.b-white:active {
	background-color: #C8C8C8;
	text-decoration: none;
}

.b-darkgray {
	background-color: #606060;
	color: #FAFAFA;
}
.b-darkgray:hover {
	background-color: #505050;
}
.b-darkgray:active {
	background-color: #404040;
}


.b-gray {
	background-color: #A0A0A0;
	color: #FFFFFF;
}
.b-gray:hover {
	background-color: #808080;
}
.b-gray:active {
	background-color: #606060;
}

.b-red:hover, .b-red:active, .b-white:hover, .b-white:active, .b-darkgray:hover, .b-darkgray:active, .b-gray:hover, b-gray:active {
	text-decoration: none;
}

.button-search, .button-search:hover, .button-search:active {
	position: relative;
	display: inline-block;
	top: -13px;
	background:url(../.icons/search.png) no-repeat;
	width: 65px;
	height: 42px;
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.button-search {
	background-position: 0px 0px;
}
.button-search:hover {
	background-position: 0px -42px;
	cursor: pointer;
	text-decoration: none;
}
.button-search:active {
	background-position: 0px -84px;
	cursor: pointer;
	text-decoration: none;
}