@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	text-align:center;
}


h1, h2, h3, h4, h5, h6{
	margin-top: 0.6em;
	margin-bottom: 0.3em;
	margin-left: 0px;

	color: #e2001a;
	line-height: normal;
	
	font-family: Arial, Helvetica, sans-serif;
}
h1{ font-size: 160%; }
h2{ font-size: 130%; }
h3{ font-size: 120%; }
h4{ font-size: 120%; }
h5{ font-size: 110%; }
h6{ font-size: 100%; }

h1, h3, h5{
	margin-top: 0px;
}

table{
	font-size: 100%;
	border-bottom: none;
}
/* tabulky z editoru */
table.colored,
table.standard{
	border: 1px solid silver;
	border-right: none;
	border-bottom: none;
}
table.colored th,
table.colored td,
table.standard th,
table.standard td{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}
table.colored th{
	background-color: #000066;
}
/*********************/

p{
	margin: 0.45em;
	margin-left: 0em;
	margin-right: 0em;
}

a{
	color: #099306;
	font-weight: bold;
}

a:hover{
	color: #CC0000;
	text-decoration: none;
}

a img, a:link img{
	border: none;
}

/* odkazy */
a.previous,
a.link-back{
	background: url(ico-zpet.gif) no-repeat;
	background-position: 0px 5px;
	padding-left: 9px;
}
a.link-print{
	background: url(ico-tisk.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 13px;
}
a.back,
a.link-up{
	background: url(ico-nahoru.gif) no-repeat;
	background-position: 0px 4px;
	padding-left: 8px;
}
a.link-recommend{
	background: url(ico-doporucit.gif) no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
}
a.next{
	background: url(ico-dalsi.gif) no-repeat;
	background-position: 0px 5px;
	padding-left: 9px;
}
/* odkazy:end */

input, textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 2px;
}

input.submit{

}

ul{
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em;
}
ul ul{
	margin-left: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding: 0em;
}
ol{
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em;
}

/* web */
.top-bg {
	width: 100%;
	background:url(top-bg-1.gif);
	background-repeat:repeat-x;
}
.main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	
}
.main-bg {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(bg-content.gif);
	background-repeat: no-repeat;	
}

.in {
	width: 920px;
	padding-bottom:20px;
	padding-top:20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}
.header {
	position: relative;
	height: 108px;
	background:url(top-bg-2.gif);
	background-repeat:repeat-y;
}
.logo {
	width: 190px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(logo-eika.gif);
	background-repeat: no-repeat;
}
a.homelink {
	display: block;
	width: 190px;
	height: 100px;
	text-decoration: none;
}
a.homelink span {
	visibility: hidden;
}

.header .linka{
	width: 960px;
	height: 8px;
	position: absolute;
	top: 100px;
	left: 0px;
	background:url(top-bg-3.gif);
	background-repeat:repeat-y;
}



.col-menu{
	float:left;
	width:220px;
}

.menu{
	float:left;
	width:200px;
}
.menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.menu ul li a{
	display: block;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	text-transform:uppercase;
	background-image: url(menu-bg-1.gif);
	background-repeat: repeat-y;
}
.menu ul li a:hover,
.menu ul li a.active{
	background-image: url(menu-bg-2.gif);
	background-repeat: repeat-y;
}


.menu ul li ul li a{
	background-image: url(menu-bg-3.gif);
	background-repeat: repeat-y;
	font-size:12px;
	color: #000000;
	text-transform:none;
	font-weight:normal;
	padding-left: 25px;
	margin-bottom:1px;
	border-bottom: 1px solid #ebe8e8;

}
.menu ul li ul li a:hover{
	background-color:#ebe8e8;
	background-image:none;

}
.menu ul li ul li a.active{
	background-color:#ebe8e8;
	background-image:none;
	font-weight:bold;

}





/* sec menu */
.secondary-menu{
	float:left;
	width:200px;
	margin-top:1px;
}
.secondary-menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}


.secondary-menu ul li a{
	background-image: url(menu-bg-3.gif);
	background-repeat: repeat-y;
	font-size:12px;
	color: #000000;
	text-transform:none;
	font-weight:normal;
	padding-left: 15px;
	margin-bottom:1px;
	border-bottom: 1px solid #ebe8e8;
	text-decoration:none;
	display: block;
	padding-top: 7px;
	padding-bottom: 5px;
}
.secondary-menu ul li li a{
	padding-left: 25px;

}

.secondary-menu ul li a:hover{
	background-color:#ebe8e8;
	background-image:none;

}
.secondary-menu ul li a.active{
	background-color:#ebe8e8;
	background-image:none;
	font-weight:bold;

}

.col-data{
	float:left;
	width:500px;
	padding-right: 20px;
}
.col-boxik{
	float:left;
	width:180px;
}
.col-home-data{
	float:left;
	width:700px;
	background:url(pod-jednou-strechou.png);
	background-repeat:no-repeat;
	background-position:330px 47px;
}
.text{
	width:323px;
	height:175px;
	background:url(text-hm.png);
	margin-bottom:20px;
}




.col-right{
	float:left;
	width:700px;
	

}

.col-home-data .left{
	float:left;
	width:340px;
	padding-right:20px;
	margin-bottom:20px;
	position:relative;
}
.col-home-data .right{
	float:right;
	width:340px;
	margin-bottom:20px;
	background-image:url(chlap.png);
	background-repeat:no-repeat;
	background-position:100px 0px;

}

.col-home-data #flash{
	float:left;
}
.adress{
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	top:13px;
	left:770px;
	position: absolute;
	text-align: right;
}
.search-form{
	top:60px;
	left:705px;
	position: absolute;
}
.search-form form{
	margin: 0px;
}


.search-form .submit{

	width: 80px;
}



.article{
	
}
.article .item{
	border-bottom: 1px solid Silver;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.article .item .label{
	font-size: 16px;
	
}
.article .item .img{
	float: left;
	margin-right: 10px;
	position: relative;
	z-index: 1;
}
.article .item .date{
	font-size: 11px;
	color: #CC0000;

}
.article .item .navigation{
	margin-top: 5px;
	margin-bottom: 5px;
}
.article .item .perex{

}
.article .item .content{
	clear: both;
}

.article .item.hot{
	background: #ededed;
	border: 1px solid #d9d9d9;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	z-index: 0;
}
.article.detail .item .img{
	margin-bottom: 5px;
}

.article .item.hot .ico-hot{
	background: url(hot.gif) no-repeat;
	background-position: right 0px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 1;
}
* html .article .item.hot .ico-hot{
	right: 16px;
}

a.event-more,
a.article-more,
a.news-more{
	background: url(ico-lupa.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
}
a.article-comment{
	background: url(ico-komentar.gif) no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
}

.article.detail .perex{
	font-weight: bold;
	margin-bottom: 5px;
}


.page-navigation{
	clear: both;
	text-align: center;
}

.box{
	width: 100%;
	clear: both;
	border-bottom: 1px solid #d6d4d4;
}
.box .label{
	background: #ebe8e8;
	xborder-top: 1px solid #d6d4d4;
	border-bottom: 1px solid #d6d4d4;
	line-height: 26px;
	padding-left: 22px;
}
.box .content{
	padding-bottom: 11px;
	padding-top: 11px;
	width:158px;
}

.cl{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}

blockquote{
	display:block;
	background-color:#ebe8e8;
	border: 1px solid #d6d4d4;
	padding: 15px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
}

table.colored {
	font-size:10px;

}

table.colored .sudy{

}

table.colored #modra{
	color:#062e93;

}

table.colored .lichy{
	background-color: #ebe8e8;

}

table.colored .nadpis{
	background-color: #c00418;
	font-weight:bold;
	color:#FFFFFF;

}
.footer{
	margin:10px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-top-color:#E1001A;
	border-top-style:solid;
	border-top-width:1px;
	padding-top:5px;
	
}

.footer .right{
	float:right;
	color:#CCCCCC;
	font-size:10px;

}

.footer .left{
	float:left;
}

.footer .right a, .footer .right a:hover {
	color:#CCCCCC;

}

