/* -------------------*
 *       LAYOUT       *
 *------------------- */
.top_bar {
    height:5px;
    width:100%;
    background:#a1cd48;
}
.head_bar {
    height:118px;
    width:100%;
    background:#ffffff;
    overflow:hidden;
}
.wrapper { /* telo stranky */
    text-align: left;
    margin:0 auto;
    width:960px;
}
.header {
    height:118px;
    position: relative;
}

/* HEADER */
.header strong {
    display:block;
    float: left;
    text-transform: uppercase;
    font-size: 40px;
    color:#9fcc41;
    line-height:130px;
    font-weight:normal;
    letter-spacing:-2px;
}





.top {
	position: relative;
    /* height: 202px;
    height: 330px; */
    padding-bottom: 25px;
}

.top .logo {
	display: block;
    width: 369px;
    height: 264px;
    position: relative;
    margin: 0px auto;
    background: url(images/logo.png) no-repeat;
}

.top .logo a {
	height: 170px;
    left: 67px;
    position: absolute;
    top: 25px;
    width: 250px;
}

.top .fb-like-wrapper {
	position: absolute;
    top: 20px;
    right: 0px;
}

/* Menu */
.menu {
    height:40px;
    width:100%;
    background: #eee url("images/menu.gif") left top repeat-x;
}
.menu {
    font-size: 16px;
}
.menu a {
    width: 224px;
    height: 64px;
    line-height: 60px;
    text-align: center;
    position:relative;
    top:-10px;
    display: block;
    float: left;
    text-decoration: none;
    color: #4f4f4f;
}
.menu a:hover {
    color: #A1CD48;
}
.menu a.selected {
    background: url('images/menu-hover.png') no-repeat top left;
    color: white;
}
.menu div.separator {
    width: 4px;
    height: 64px;
    background: url('images/menu-separator.png') no-repeat top left;
    float: left;
}

/* Bottom */
.bottom {
    margin: 0;
    padding: 20px 0;
    color: #6d6d6d;
    padding-bottom: 50px;
}

.bottom a {
    color: #a1cd48;
}

.bottom a:hover {
    text-decoration: none;
}

.bottom-menu {
	margin-top: 11px;
	position: relative;
    background: url(images/bottom-menu-bg.jpg) repeat-x;
    height: 50px;
    border-top: 1px solid #0d0301;
    display: table;
}

.bottom-menu-shadow {
	position: absolute;
    width: 100%;
    top: -11px;
    left: 0px;
    background: url(images/bottom-menu-top-shadow-bg.png) center top no-repeat;
    height: 11px;   
}

.bottom-menu .menu-item {
	/*float: left;*/
    display: table-cell;
    width: 117px;
    height: 50px;
    line-height: 18px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
}

.bottom-menu .menu-item:hover,
.bottom-menu .selected {
	background: url(images/menu-item-arrow.png) center 43px no-repeat;
}

.bottom-menu .item-divider {
	float: left;
    width: 4px;
    height: 50px;
    background: url(images/bottom-menu-divider.jpg) no-repeat;
}

.lang-switcher {
	position: relative;
    margin-top: 20px;
    background: url(images/lang-switcher-bg.jpg) repeat-x;
    height: 24px;
    float: right;
}

.bottom .lang-switcher {
	float: left;
}

.top .lang-switcher {
    margin-top: -24px;
}

.lang-switcher ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.lang-switcher ul li {
	margin-right: 8px;
	margin-left: 8px;
    color: #e78902;
    font-size: 11px;
    line-height: 24px;
    float: left;
}

.lang-switcher ul .lang-divider {
	float: left;
    width: 2px;
    height: 24px;
    margin: 0px;
    background: url(images/lang-switcher-divider.jpg) no-repeat
}

.lang-switcher ul li a {
	/* margin-right: 5px;
	margin-left: 5px; */
    color: #ffffff;
    font-size: 11px;
    line-height: 24px;
    text-decoration: none;
}

.lang-switcher ul li img {
	opacity: 0.6;
    filter: alpha(opacity: 60);
}

.lang-switcher ul li:hover img,
.lang-switcher ul li.active img {
	opacity: 1;
    filter: alpha(opacity: 100);
}

.top .partners {
	position: absolute;
    top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.top .partners a {
    margin: 0px 2px;
    color: #ffffff;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.top .partners a img {
    height: 45px;
}

/* MAIN */
.main {
    padding: 0px;
}

.box {
    border:1px solid #e8e8e8; 
    background-color:#ffffff;
    border-radius:5px;
    padding:50px 79px 30px 79px;
    width:800px;
    margin:0 0 50px 0;
}

.title {
    display:block;
    padding:10px 0 20px 0;
    line-height:35px;
    font-size:37px;
    letter-spacing: -2px;
}
.title a {
    color:#666;
}

div.content div.breadcrumbs {
    font-size: 11px;
    margin: 0px 0px 10px 0px;
}

/* language menu */
.langs {
    padding:0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom:0;
    right:0;
}
.langs li {
    padding:0;
    margin: 0;
    list-style: none;
    float:left;
    padding: 0 0 5px 10px;
    font-size: 12px;
    line-height: 18px;
}
.langs li a {
    float:left;
    display:block;
    padding:0;
    font-size: 12px;
    line-height: 18px;
}



/*** Blocks ***/

div.blocks {
    width: 200px;
}

div.blocks div.box {
    font-size: 11px;
    padding: 10px 12px 12px 12px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #d3d3d3;
    background-color: #fcfcfb;
    background-image: url("images/box-bg.gif");
    background-repeat: repeat-x;
}

/* Styly pre bloky - vid Blocks/conf/setup.php: styles */
/*
div.blocks div.box-grey {
}

div.blocks div.box-green {
    border-color: #7ec916;
}

div.blocks div.box-red {
    border-color: #ba1f25;
}
*/

div.blocks div.box div.box-title {
    color: #7ec916;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 15px;
}

div.blocks div.box p {
    margin: 0px 0px 5px 8px;
    padding: 0px;
}

div.blocks div.box ul, div.blocks div.box ol {
    padding-left: 23px;
    margin: 0px 0px 5px 0px;
}

div.blocks div.box ul {
    list-style-type: circle;
}

div.blocks div.box ul ul, div.blocks div.box ul ol, div.blocks div.box ol ol, div.blocks div.box ol ul {
    padding-left: 12px;
    margin-bottom: 0px;
}

div.blocks div.box li {
}

div.blocks div.box ul li a {
    color: #606060;
    text-decoration: none;
}

div.blocks div.box ul li.in-breadcrumbs a, div.blocks div.box ul li.selected a {
    color: #7ec916;
}

div.blocks div.box ul li.selected a {
    font-weight: bold;
}

div.blocks div.box ul li.not-selected a {
    font-weight: normal;
    color: #606060;
}

div.blocks div.box ul li a:hover {
    color: #7ec916;
}






.btn-orange {
    display: block;
    background: url(images/btn-orange-bg.png) repeat-x;
    height: 42px;
    line-height: 44px;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0px -1px 2px #9c8467;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    text-align: center;
}

.btn-orange:hover {
	color: #ffffff;
}

.btn-orange .btn-left {
    height: 42px;
    width: 12px;
    background: url(images/btn-orange-left-part.png) no-repeat;
    display: block;
    left: -12px;
    top: 0px;
    position: absolute;
}

.btn-orange .btn-right {
    height: 42px;
    width: 12px;
    background: url(images/btn-orange-right-part.png) no-repeat;
    display: block;
    right: -12px;
    top: 0px;
    position: absolute;
}

.btn-orange:hover {
	background: url(images/btn-orange-bg-hover.png);
}

.btn-orange:hover .btn-left {
	background: url(images/btn-orange-left-part-hover.png) no-repeat;
}

.btn-orange:hover .btn-right {
	background: url(images/btn-orange-right-part-hover.png) no-repeat;
}







/*** SiteMap ***/

ul.sitemap {
    margin: 0px 0px 20px 25px;
    padding-left: 20px;
    list-style-type: circle;
}

ul.sitemap ul {
    margin: 0px 0px 0px 7px;
    padding: 0px 0px 0px 15px;
    list-style-type: circle;
}

ul.sitemap ul li {
}

ul.sitemap li a {
    text-decoration: none;
}

ul.sitemap li a:hover {
    text-decoration: underline;
}

/*** jQuery tooltip ***/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

div.flash-news {
	position: absolute;
	top: 60px;
	right: 0px;
	width:220px;
	height: 290px;
	padding: 10px 0px 10px 15px;
	background: url('images/newsbg.png');
}

div.flash-news .news-header {
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 2px solid #140200;
}

div.flash-news div.news-item {
	color: #ffffff;
	margin-bottom: 10px;
	padding-right: 15px;
}

div.flash-news .news-content {
	overflow: hidden;
	height: 250px;
	position: relative;
}

div.flash-news .news-holder {
	position: relative;
}

div.flash-news div.news-item span {
	color: #ffffff;
	display: inline-block;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}

div.flash-news div.news-item span.date {
	padding-top: 3px;
	font-size: 10px;
	font-weight: normal;
	float: right;
}

div.flash-news .news-item p{
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
}

div.flash-news .news-item p a {
	color: #ffffff;
}
