@font-face {
	font-family: Roboto-Condensed;
	src: url(/font/roboto-condensed-webfont.woff) format('woff');
}

@font-face {
	font-family: Roboto-Regular;
	src: url(/font/roboto-regular-webfont.woff) format('woff');
}

* {
	font-family: Roboto-Condensed, Arial;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	background: #c6def6 url(/i/pozadie.jpg) top center no-repeat;
	background-attachment: fixed;
}

img {
	border: 0;
}

a {
	color: white;
	text-decoration: none;
}

#text a:hover {
	text-decoration: underline;
}

/* --------------------------- */
#obsah {
	/*width: 990px;*/
	width: 954px;
	margin: auto;
	position: relative;
}

#lang {
	position: absolute;
	top: 25px;
	right: 0;
	text-transform: uppercase;
}

#head {
	height: 141px;
	overflow: hidden;
}

#lang a {
	padding-left: 35px;
	background: no-repeat 0 center;
  color: #086534;
}

#lang a:first-child {
	background-image: url(/i/lsk.png);
	padding-right: 16px;
}

#lang a:last-child {
	background-image: url(/i/len.png);
}

#menu, .menu {
	overflow: hidden;
	text-transform: uppercase;
}

#menu {
	height: 48px;
	background: url(/i/menu.png);
	border-radius: 4px 4px 0 0;
	padding: 0 0 0 6px;
	/*font-size: 18px;*/
	font-size: 17px;
	line-height: 16px;
}

#menu a:hover, #menu a.sel {
	background: #4F8328;
}

#menu a, #menu span, .menu a, .menu span {
	display: block;
	float: left;
}

#menu a {
	padding: 16px 15px;
}

#menu span {
	margin: 9px 2px 7px;
	border-left: 1px solid #509671;
	height: 31px;
}

.menuObal {
	height: 39px;
	overflow: hidden;
	position: relative;
}

.menu {
	display: none;
	border-top: 1px solid #859A1B;
	background: #FED403;
	height: 46px;
	padding: 0 0 0 12px;
	position: absolute;
	top: 0;
	left: 0;
	width: 942px;
}

.menu a {
	padding: 9px 9px 12px;
	color: black;
}

.menu a:hover, .menu a.sel {
	background: #FCE683;
  color: #ffffff;
}

.menu span {
	height: 32px;
	overflow: hidden;
	border-left: 1px solid #FDE14F;
	margin: 2px;
}

#obsah > .nivoSlider {
	height: 211px;
	overflow: hidden;
	border-radius: 0 0 4px 4px;
}

#uvodBtn {
	padding: 22px 0 0;
	height: 142px;
	overflow: hidden;
}

#uvodBtn a {
	float: left;
	display: block;
}

#uvodBtn img {
	border-radius: 4px;
}

#uvodBtn a:not(:last-child) {
	margin-right: 18px;
}

#text {
	padding: 22px 19px;
	background: white;
	margin: 22px 0 0;
	border-radius: 4px;
}

#text a {
	color: #086534;
  font-weight: bold;
}

.akt {
	float: left;
	width: 450px;
	overflow: hidden;
	text-align: center;
	padding: 0 0 12px;
	margin: 0 14px 0 0;
}

.akt.last {
	margin: 0;
}

.akt span {
	border-radius: 4px;
	display: block;
	width: 450px;
	height: 125px;
	margin: 0 0 8px;
	overflow: hidden;
	background: no-repeat center center;
}


#foot {
	background: #046C35;
	padding: 22px 19px;
	color: white;
	margin: 60px 0 0;
	text-transform: uppercase;
	border-radius: 4px 4px 0 0;
	font-size: 13px;
}

#foot table a {
	display: block;
}

#foot a:hover {
	color: #FED403;
}

#foot b + a {
	padding-top: 8px;
}

#foot table {
	width: 100%;
}

#foot > div {
	text-align: right;
	margin: 22px 0 0;
}

#foot td {
	/*width: 16.66%;*/
	padding: 0 12px;
	border-right: 1px solid rgba(255, 255, 255, .25);
	vertical-align: top;
}

#foot td:first-child {
	padding-left: 0;
}

#foot td:last-child {
	padding-right: 0;
	border: 0;
}

.aDiv {
	padding: 12px 0;
}

.aDiv:not(.img2):not(.last) {
	border-bottom: 1px solid silver;
}

.c + .aDiv.img3 {
	border-top: 1px solid silver;
}

.aDiv:hover {
	background: rgba(129, 128, 136, .1);
}

.aDiv.pos1 {
	margin-right: 12px;
}

.aDiv .obsah {
	float: right;
	width: 445px;
}

.aDiv.img2 .obsah {
	width: 205px;
}

.aDiv.img3 .obsah {
	width: 810px;
}

.aDiv .dat {
	font-size: 12px;
	font-weight: normal;
}

.aDiv.img2 {
	width: 450px;
	float: left;
}

.aDiv h2 {
	padding: 0;
	margin: 0;
	line-height: 24px;
}

.aDiv .img {
	background: no-repeat center center white;
	height: 125px;
	float: left;
}

.aDiv.img1 .img {
	width: 450px;
}

.aDiv.img2 .img {
	width: 225px;
}

.aDiv.img3 .img {
	width: 85px;
	height: 85px;
}

input[type="submit"], input[type="button"] {
	cursor: pointer;
}

#banner {
	position: absolute;
	top: 30px;
	right: 280px;
}

#banner > div {
	display: inline;
	margin-left: 30px;
}

.lg-close {
	display: none;
}