body {

margin: 0;
font-family : "Tahoma", "Verdana";
font-size:0.7em;
color:#000000;
background-color:#ffffff;
}

body.layout {
margin: 12px 0 0 0;
font-family : "Tahoma", "Verdana";
font-size:0.7em;
text-align:center;
color:#000000;
background: url(../photos/images/bg.gif) top  repeat-x;
background-color:#3380ca;
}
.no-css {
/*	display:none;*/
	position: absolute;
	left: -999999px;
}
.tien{

}


.main-holder{
  width:1000px;
  text-align:left;
  margin: 0 auto;

}

a {
  text-decoration: none;
  color: #186bac;
}
a:hover {
text-decoration: underline;
}

.top-holder{
    background-image: url(../photos/images/banner.jpg);
	background-repeat: no-repeat;
	height: 101px;
	overflow: hidden;
}
.top-holder-en{
    background-image: url(../photos/images/banner_en.jpg);
}
.logo {
	float: left;
	width:auto;
	margin: 18px 0 0 30px;
}

.top1{
	float: right;
	margin: 10px 20px 0 0;
	width: 191px;
	overflow: hidden;
	text-align: right;
}

.top2{
  float: right;
  clear: right;
  margin: 54px 10px 0 0;
  width:auto;
}

.top-date {
	background-image: url(../photos/images/square.gif);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	text-align: right;
	text-transform: uppercase;
	color: #AFD6F8;
	margin: 62px 0 0 0;
	padding: 0 10px 0 0;
	font-size: 10px;
	width:auto;
}


.top2 a, .top1 a{
     color: #89c5ff;
}

.search-input{
    background-image: url(../photos/images/searchinput.gif);
    background-repeat: no-repeat;
    background-position: top;
    width:158px;
    color: #186bac;
    border: 0;
    font-size: 10px;
    background-color: transparent;
    margin-left:8px;
    height: 18px;
    margin-top:0px;
    padding-left: 5px;
}
.search-button{
    background-image: url(../photos/images/searchbutton.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-color: transparent;
    border: 0;
    width: 27px;
    height: 24px;
    margin-top:0px;
}


.top-menu{
  background-image: url(../photos/images/bannerbottom.jpg);
  background-position: top;
  background-repeat: no-repeat;
  height: 50px;
  overflow: hidden;
  padding: 4px 0 0px 0;
}

.menu{
  background-image: url(../photos/images/menubg.gif);
  background-repeat: no-repeat;
  background-position: 0 10px;
}

.menu a {
     color: #b9c1ca;
}

.main-menu{
  list-style-type: none;
  margin: 0;
  padding:0;
  height: 50px;
  width: 1000px;
}
.main-menu li{
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
  width:auto;
}


.main-menu li a{
  display: block;
  text-align: center;
  padding:0 32px;
  border-left: 1px solid #6b767f;
  height: 28px;
  margin-top:12px;
  float:left;
  vertical-align: middle;
  width:auto;
}
.main-menu li.menufix a{
  padding: 7px 33px 0 33px;
  height: 21px;
}

.menuleft{
  background: url(../photos/images/menuleft.gif) top left no-repeat;
  height: 30px;
  width: 95px;
}


.main-menu li.maktivleft {
   background: url(../photos/images/menuaktivleft.gif) top left no-repeat;
   background-color: #fff;

}
.main-menu li.maktivleft  a{
    display: block;
	text-align: center;
	padding:0 32px;
	border-left: 0px solid #6b767f;
	padding-top:12px;
	margin-top:0px;
    font-weight: bold;
    color: #000;
}
.maktivright{
   background: url(../photos/images/menuaktivright.gif) top right no-repeat;
   height: 50px;
   float:left;
   width:auto;
}
/* red */
.menu{
  background-image: url(../photos/images/menubg_red.gif);
}
.menu a {
     color: #ffffff;
}
.main-menu li.maktivleft {
   background: url(../photos/images/menuaktivleft_red.gif) top left no-repeat;
}
.maktivright{
   background: url(../photos/images/menuaktivright_red.gif) top right no-repeat;
}
/* red end */


.content-table{
   background-color: #fff;
}

.left-holder{
    width: 195px;
    background-color: #d6e8f8;
}

.left-menu{
  list-style-type: none;
  padding: 10px 0 5px 10px;
  margin:0;
  background: url(../photos/images/leftmenubg.gif) top left no-repeat;
  background-color: #3380ca;
}

.left-menu li{
   color: #fff;
   background: url(../photos/images/leftli.gif) 0 5px no-repeat;
   padding:0 2px 7px 14px;
}

.left-menu ul{
  list-style-type: none;
  padding: 0 0 5px 12px;
  margin:0;
  background-color: #fff;
  background: url(../photos/images/leftmenu_subbottom.gif) left bottom  no-repeat;
}
.left-menu li a{
	text-transform: uppercase;
}
.left-menu li.activ{
   background: url(../photos/images/leftmenu_subtop.gif) top left no-repeat;
   background-color: #D7EBFD;
   color: #005595;
   padding:0 0 0 0;
   margin: 0 0 10px 0;
}

.left-menu li.activ a{
    color: #005595;
    font-weight:bold;
    background: url(../photos/images/liaktiv.gif) top left no-repeat;
    background-position: 10px 6px;
    display: block;
    padding:0 0 4px 20px;
}

.left-menu li ul {
    display: none;
}

.left-menu li.activ ul {
    display: block;
}

.left-menu li.activ ul li a{
    color: #005595;
    font-weight:normal;
    background-image: none !important;
    padding:0 0 0 0px;
    font-size: 1.0em;
	text-transform: none;
}

li.activ ul li.activ{
   line-height: 1.0em !important;
   color: #005595 !important;
   margin-bottom:5px !important;
   font-weight:normal !important;
   padding: 0 0 0 18px !important;
   background: url(../photos/images/leftmenu-subli.gif) 8px 3px no-repeat !important;
}
li.activ ul li.activ a {
   font-weight:bold !important;
}
.left-menu li ul li {
   line-height: 1.0em;
   color: #005595;
   margin-bottom:5px;
   font-weight:normal;
   padding: 0 0 0 18px;
   background: url(../photos/images/leftmenu-subli.gif) 8px 3px no-repeat !important;
}

 .left-menu li ul li a{
   color: #005595;
   font-weight:normal;
 }


.left-menu a{
   font-size:0.9em;
   color: #fff;
             }
.left-menu-bottom{
  height:12px
}

.left-holder h3{
    background: url(../photos/images/lefth3.gif) top left no-repeat;
    font-size: 1.1em;
    margin: 0 0 0 12px;
    padding: 1px 0 2px 4px;
    color: #196297;
}

.left-content{
    background-color: #d6e8f8;

}

.right-content{
    padding:10px 10px;
    line-height: 1.5em;
}

.home-left{
   width: 540px;
   margin-left:15px;
   margin-right: 10px;
   float: left;
   overflow: hidden;
}
.home-right{
   float: right;
   width: 230px;
   padding-right: 8px;
/*   margin-right: 14px;*/
}
.home-right h2 {
	color: #000000 !important;
}



.imgborder{
 border: 1px solid #d3c095;
 margin-bottom:2px;

}

.kontakty{
  margin-bottom:1em;
}



.middle-holder{

  background-color: #fff;


}

.right-holder{

   width:318px;
   padding-top:26px;
}


.content{
   background-image: url(../photos/images/middleodd.jpg);
   background-repeat: no-repeat;
   padding: 10px 14px;
}


.middle-holder h1, h1{
  font-size: 1.25em;
  color: #000;
  margin:0 0 16px 0px;
  padding: 0;
  font-weight:bold;
}

.middle-holder h2, h2{
  font-size: 1.2em;
  color: #000;
  margin:0 0 16px 0px;
  padding: 0;

  font-weight:bold;
}

.middle-holder h3, h3{
  font-size: 1.0em;
  color: #000;
  margin:0 0 16px 0px;
  padding: 0;

  font-weight:bold;
}
.middle-holder .datum{
     color: #989898;
     font-size: 0.8em;
	 text-transform: uppercase;
}

p{
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 1.3em;
}

.content a{
     text-decoration: underline;
}
.content ul{
   list-style-type: none;
   margin:0;
   padding:0px 0 10px 20px;
}

.content ul li{
   background: url(../photos/images/li.jpg) top  left no-repeat;
   padding: 0 0 0 16px;
   background-position: 0 7px;
   margin:0;
   line-height: 1.5em;

             }


 .spravy{
   list-style-type: none;
   margin:0;
   padding:0px 0 10px 0px;
}

 .spravy li{
   background: url(../photos/images/linovinky.jpg) top  left no-repeat;
   padding: 0 0 0 16px;
   background-position: 0 18px;
   margin:0 20px 0 0;
             }

 .spravy li .nazov{
    margin:0 0 0.5em 0;
}

 .spravy li .datum{
    font-size: 1em;
    color: #baa37c;
    height: 1.4em;
    font-weight: bold;

}

 .spravy li .text{
    font-size: 0.9em;
    line-height: 1.2em ;
    padding-bottom:1.2em;
    background: url(../photos/images/spravybottom.gif) bottom  left no-repeat;
}

.spravyimg{
   margin-right:8px;
}

/*.content table {
 color: #186bac;
 font-size: 1.2em;
 border-bottom: 3px solid #3380ca;
 border-collapse: collapse;
}

.content table td{
    background-color: #d6e8f8;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.content table th{
    background-color: #b3d2ea;
     border-bottom: 2px solid #fff;
}


.content table thead th{
    background-color: #3380ca;
    color: #fff;


}*/
.imgright{
  float:right;
  margin-left:10px;
  width:auto;

}

.imgleft{
  float:left;
  margin-right:10px;
  width:auto;

}
.reset{
   clear: both;
}

.nove{

}
.nove{
  list-style-type: none;
  padding: 8px 10px 0 14px;
  margin:0;

}

.nove li{

   color: #186bac;
   background: url(../photos/images/liblue.gif) 0 5px no-repeat;
   padding:0 0 8px 12px;
             }
.nove a{
   font-size:1em;
   color: #186bac;
             }
.novebottoom{
  line-height: 6px;
}

.novinky{
   height: 550px;
   width: 540px;
   overflow: auto;
}

.novinka{
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
  margin-top:5px;
}

.novinka-img{
  float: left;
 width: 102px;
 margin-right: 10px;
}

.novinka-content{
  float: right;
  width: 400px;
   line-height: 1em;

}
.novinka p{
   line-height: 1em;
}

.clanok{
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;

}

.kontakty{
  margin-top: 10px;
  background-image: url(../photos/images/kontakty.gif);
  background-repeat: no-repeat;
  background-position: left 14px;
  color: #fff;
  padding: 23px 0 20px 36px;
  line-height: 20px;
  font-size: 1.1em;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}

.kontakty a{
 color: #fff;
}

.home-right h3{
    background: url(../photos/images/righth3.gif) top left no-repeat;
    font-size: 1em;
    margin: 0 0 7px 0px;
    padding: 3px 0 3px 8px;
    color: #196297;
	text-transform: uppercase;
}
.home-right h2{

    font-size: 1.1em;
    margin: 0 0 0 0px;
    padding: 1px 0 2px 4px;
    color: #196297;
    font-weight: bold;
}

.anketa{
  width: 220px;
}

.anketa table{
 margin-bottom:10px;
}


.anketa-green{
    height:5px;
    line-height: 5px;
    font-size: 5px;
    background-color:#83b453 ;
}
.anketa-orange{
    height:5px;
    line-height: 5px;
    font-size: 5px;
    background-color:#e89157 ;
}
.anketa-blue{
    height:5px;
    line-height: 5px;
    font-size: 5px;
    background-color:#62b6e1 ;
}
.anketa-yellow{
    height:5px;
    line-height: 5px;
    font-size: 5px;
    background-color:#e4ba38 ;
}

.partneri{
   height: 69px;
   width: 736px;
   float: left;
   background-color: #fff;
}

.footer{
  height:77px;
  font-size: 1em;
  margin: 0 auto;
  width:1000px;
  background-color: #fff;
  text-align: left;

}

.info{
  float: right;
  width:233px;
  line-height: 1.6em;
   background-image: url(../photos/images/greybox.gif);
   margin-right:5px;
   margin-top: 14px;
   color:#ffffff;
   padding:12px 0;
   font-size: 0.9em;
   text-align: center;

}

.info a{
   color:#ffffff;

}


.foot{
  height: 4px;
  background-color: #fff;
}

.table {
 color: #186bac;
 font-size: 1.2em;
 border-bottom: 3px solid #3380ca;
 border-collapse: collapse;
}

.table td{
    background-color: #d6e8f8;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.table th{
    background-color: #b3d2ea;
     border-bottom: 2px solid #fff;
}


.table thead th{
    background-color: #3380ca;
    color: #fff;


}

ul.subnavigation{
     list-style-type: none;
   margin:0;
   padding:10px 0 10px 0px;
}

ul.subnavigation li{
   background: url(../photos/images/subnav.gif) top  left no-repeat;
   background-color: #d3e5f5;
   padding: 3px 0 0 16px;
   background-position: 10px 7px;
   margin:0;
   line-height: 1.5em;
   margin-bottom: 1px;
             }

ul.subnavigation a{
   display: block;
   background: none top  left no-repeat;
    text-decoration: none;
   margin:0;
   padding:0px 0 6px 20px;
   font-weight: bold;
}

ul.subnavigation a:hover{
   text-decoration: underline;
}
ul.subnavigation li.activ{
    background: url(../photos/images/subnavdown.gif) top  left no-repeat;
    background-position: 10px 7px;
    background-color: #e7f0fa;
}

ul.subnavigation li.activplus{
    background-image: url(../photos/images/subnavplus.gif) ;
    background-repeat: no-repeat;
    background-position: 10px 7px;

}

ul.subnavigation li.activminus{
    background-image: url(../photos/images/subnavminus.gif) ;
    background-repeat: no-repeat;
    background-position: 10px 7px;
     background-color: #e7f0fa;
}


ul.subnavigation ul li{
   background: url(../photos/images/subnav.gif) top  left no-repeat;
   background-color: #e7f0fa;
   padding: 3px 0 0 0px;
   background-position: 0px 7px;
   margin:0;
   line-height: 1.5em;
   margin-bottom: 1px;
             }

ul.subnavigation ul li a{
   display: block;
   background: none;
    text-decoration: none;
   margin:0;
   padding:0px 0 6px 20px;
   font-weight: normal;
}
ul.subnavigation li li.activ{
    background: url(../photos/images/subnavminus.gif) top  left no-repeat;
    background-position: 0px 7px;
    background-color: #fff;
}

ul.subnavigation ul li li{
   background: url(../photos/images/subnav.gif) top  left no-repeat;
   background-color: #fff;
   padding: 3px 0 0 0px;
   background-position: 0px 7px;
   margin:0;
   line-height: 1.5em;
   margin-bottom: 1px;
}

  ul.subnavigation ul li.activplus{
    background-image: url(../photos/images/subnavplus.gif) ;
    background-repeat: no-repeat;
    background-position: 0px 7px;

   }

.left-menu li.activ-small{
   background: url(../photos/images/leftmenu_subsmall.gif) top left no-repeat;
   background-color: #fff;
   color: #005595;
   padding:0;
   line-height: 1.8em;
}


.left-menu li.activ-small a{
    color: #005595;
    font-weight:bold;
    background: url(../photos/images/leftmenu-subli.gif) top left no-repeat;
    background-position: 10px 8px;
    display: block;
    padding:0 0 0 20px;
	margin: 0 0 10px 0;
}


.table-galeria td.foto {
  background-color:#FFE5B0;
}
.table-galeria td.download {
  background-color:#C9C9C9;
}
.table-galeria td.video {
  background-color:#87D7F4;
}

.zalozkaSmallOn, .zalozkaSmallOff {
	float: left;
	background-color: #337FCA;
	color: #ffffff;
	padding: 3px 15px 3px 15px;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0 1px 0 0;
	font-weight: bold;
	width:auto;
}
.zalozkaSmallOff {
	font-weight: normal;
}
.zalozkaSmallOn a, .zalozkaSmallOff a {
	color: #ffffff;
	text-decoration: none;
}
.cervena-mala {
	font-size : 11px;
	color : #C9222B;
}

/*XEDIT:start*/
.table {}
.cervena {
	font-size : 11px;
	color : #C9222B;
}
.seda {
	font-size : 11px;
	color : #707070;
}
.tmseda {
	font-size : 11px;
	color : #525D64;
}
.tyrkys {
	font-size : 11px;
	color : #006482;
	text-decoration : none;
} 
.tehlova {
	color: #973307;
}
.tmavomodra {
	color: #02477d;
}
