/****************************************************
TABS - INDEX
****************************************************/
#tabs {
  margin: 0 -25px 25px -25px;
}
#page .ui-tabs .ui-tabs-hide {
height: 1px;
  left: -9999em;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
#page .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  height: 58px;
  background: #cbcbcb url("/images/bg-tabs.png") no-repeat right -58px;
}
#page .ui-tabs .ui-tabs-nav li {
  height: 58px;
  line-height: 44px;
  list-style: none;
  float: left;
  position: relative;
  top: 0px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  background: #cbcbcb url("/images/bg-tabs.png") no-repeat 0 -58px;
}
#page .ui-tabs .ui-tabs-nav li.ui-state-active {
  background: #cbcbcb url("/images/bg-tabs.png") no-repeat 0 0;
}
#page .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  color: #5e5e5e;
  text-shadow: #fff 1px 1px 1px;
}
#page .ui-tabs .tab-content {
  margin: 0;
  padding: 15px 25px 25px 25px;
  background: #eaf0f6;
  border-bottom: 1px solid #c7c5c2;
  color: #484848;
  text-shadow: #fff 1px 1px 1px;
}
.tab-more {
  margin: 10px 0 0 0;
  text-align: right;
}
.tab-more a {
  font-weight: bold;
  text-decoration: none;
}
.tab-more a:hover { text-decoration: underline; }
/****************************************************
TABS RIGHT
****************************************************/
#right .block-tabs { padding: 10px; }
#rtabs {
  border: 1px solid #d9d9d9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#right .ui-tabs .ui-tabs-hide {
  height: 1px;
  left: -9999em;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
#right .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  height: 40px;
  background: #cbcbcb url("/images/bg-rtabs.png") no-repeat right -40px;
}
#right .ui-tabs .ui-tabs-nav li {
  height: 40px;
  line-height: 33px;
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  background: #cbcbcb url("/images/bg-rtabs.png") no-repeat 0 -40px;
}
#right .ui-tabs .ui-tabs-nav li.ui-state-active {
  background: #cbcbcb url("/images/bg-rtabs.png") no-repeat 0 0;
}
#right .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0 11px;
  text-align: center;
  text-decoration: none;
  color: #294B6E;
  text-shadow: #fff 1px 1px 1px;
}
#right .ui-tabs .tab-content {
  margin: 0;
  padding: 10px;
  background: #eaf0f6;
  color: #484848;
  text-shadow: #fff 1px 1px 1px;
}
#right .ui-tabs #rtabs-4 {
  padding: 5px 0 15px 0;
}
/****************************************************
MULTIMEDIA - LIST
****************************************************/
.multimedia-list {
  margin: -15px -25px 25px -25px;
  padding: 0;
}
.multimedia-list ul {
  padding: 0;
  margin: 0;
}
.multimedia-list li {
  display: inline;
  float: left;
  height: 162px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 242px;
}
.multimedia-list a {
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  height: 162px;
  width: 242px;
  text-decoration: none;
}
.multimedia-list .video a { background: transparent url("/images/ico-video.png") no-repeat center 35px; }
.multimedia-list .foto a { background: transparent url("/images/ico-foto.png") no-repeat center 35px; }
.multimedia-list h2 {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.multimedia-list span {
  background: transparent url("/images/transp-black.png") repeat 0 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  position: absolute;
  width: 232px;
}
.multimedia-list a span {
  color: #fff;
  text-decoration: none;
}
.multimedia-list a:hover span {
  color: #fff;
  text-decoration: underline;
}
/****************************************************
NEWS - LIST
****************************************************/
.news-list .item {
  display: inline;
  float: left;
  height: 125px;
  margin: 0 0 39px 0;
  padding: 0;
  width: 330px;
}
.news-list .mod0 {
  margin-right: 19px;
}
.news-list .obr {
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  height: 71px;
  margin: 0 10px 10px 0;
  width: 84px;
}
.news-list .obr a {
  display: block;
  height: 71px;
  width: 84px;
}
.news-list h3 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0 0 7px 0;
  padding: 0;
}
.news-list h3 a {
  color: #234260;
  text-decoration: none;
}
.news-list h3 a:hover {
  color: #af1500;
  text-decoration: underline;
}
.news-list .desc {
  color: #696969;
  font-size: 0.9em;
}
.news-list .more { clear: both; }
.news-list .more a {
  background: url("/images/but-blue.png") no-repeat scroll right 0 transparent;
  float: left;
  height: 27px;
  padding: 0 5px 0 0;
  width: 79px;
}
.news-list .more a span {
  background: url("/images/but-blue.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  float: left;
  height: 27px;
  line-height: 27px;
  padding: 0 0 0 5px;
  text-align: center;
  text-shadow: none;
  width: 74px;
}
.news-list .more a:hover span { text-decoration: underline; }
/***** right - posledne clanky *****/
#right .toplist {
  border-bottom: 1px dotted #C7C5C2;
  font-size: 0.9em;
  line-height: 1.2;
  padding: 7px 0;
}
#right .block-tabs .title {
  font-weight: bold;
  border-bottom: 1px dotted #C7C5C2;
  padding: 0 0 5px 0;
  text-align: center;
}
#right .toplist a { text-decoration: none; }
#right .toplist a:hover { text-decoration: underline; }
/****************************************************
TLACOVA SPRAVA inline
****************************************************/
.news-inline ul {
  color: #000918;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-inline a {
  color: #000918;
  font-weight: bold;
}

/****************************************************
TLACOVA SPRAVA www
****************************************************/
.wnews_box .leadimg {
  position: relative;
  float: left;
  display: inline;
  margin: 0 15px 10px 0;
}
.wnews_box .leadimg span.more {
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent url("/images/transp-black.png") repeat 0 0;
  padding: 10px 15px;
  color: #fff;
  -moz-border-radius: 5px 0 5px 0;
  -webkit-border-radius: 5px 0 5px 0;
  -khtml-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
}
.wnews_box .leadimg:hover span.more {
  text-decoration: underline;
}
.wnews_box .priloha {
  border-top: 1px solid #d8d8d8;
/  border-bottom: 1px solid #d8d8d8; /
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
}
.wnews_box .priloha_foto {
  float: left;
  display: inline;
  margin: 0 34px 34px 0;
}
.wnews_box .bottom_infobar {
  color: #878787;
}
/****************************************************
KALENDAR
****************************************************/
#calendar-right .head {
  background: transparent url("/images/bg-cal-head.png") no-repeat 0 0;
  height: 34px;
  line-height: 32px;
  width: 215px;
  color: #435763;
  text-align: center;
  margin: 0 auto 5px auto;
  position: relative;
}
#calendar-right .head .cal-prev {
  position: absolute;
  height: 22px;
  width: 7px;
  padding: 11px 0 0 13px;
  left: 0;
  top: 0;
}
#calendar-right .head .cal-next {
  position: absolute;
  right: 0;
  top: 0;
  height: 22px;
  width: 7px;
  padding: 11px 13px 0 0;
}
#calendar-right table {
  color: #48575f;
  margin: 0 auto 15px auto;
}
#calendar-right table td {
  width: 31px;
  height: 33px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#calendar-right table td a,
#calendar-right table td span {
  display: block;
  width: 29px;
  height: 31px;
  line-height: 29px;
  text-align: center;
}
.calden0,
.calden1 {
  background: transparent url("/images/bg-cal-day.png") no-repeat 0 -33px;
}
.calakcia0 {
  background: transparent url("/images/bg-cal-day.png") no-repeat 0 0;
}
.calakcia0 a {
  font-weight: bold;
  color: #48575f;
  text-decoration: none;
}
.calakcia0 a:hover {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
#calendar-right .meniny {
  color: #546a77;
  font-size: 0.9em;
  padding: 0 10px 0 8px;
}
/****************************************************
OPERACIE - RIGHT
****************************************************/
#operacie-right {
  margin: 0 auto;
  position: relative;
  width: 215px;
}
#operacie-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#operacie-right .obr {
  background-position: center;
  background-repeat: no-repeat;
  height: 163px;
  margin: 0 auto;
  width: 215px;
}
#operacie-right .obr a {
  display: block;
  height: 163px;
  width: 215px;
}
#operacie-right .nav {
  background: #c1c1c1;
  font-size: 0.9em;
  margin: 5px auto;
  min-height: 18px;
  padding: 6px 30px;
  position: relative;
  text-align: center;
  width: 155px;
}
#operacie-right #operacie-prev,
#operacie-right #operacie-next {
  position: absolute;
  top: 168px;
  z-index: 10;
}
#operacie-right #operacie-prev { left: 0; }
#operacie-right #operacie-next { right: 0; }
/****************************************************
BANNERY - RIGHT
****************************************************/
.bannery {
  text-align: center;
  padding-top: 15px;
}
.bannery img {
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari, Chrome */
  -khtml-border-radius: 5px; /* Linux */
  border-radius: 5px; /* CSS3 */
  margin: 0 auto 7px auto;
}

/****************************************************
TOPNEWS - INDEX
****************************************************/
#topbanner {
  background: #305881 url("/images/bg-topnews.png") no-repeat 0 0;
  height: 282px;
  position:relative;
}
#topnews {
  float: left;
  position: relative;
}
#topnews .cycle {
  height: 280px;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 729px;
}
#topnews .cycle li { 
  height: 230px;
  padding: 25px 430px 25px 25px;
  position: relative;
}
#topnews .cycle li .obr {
  background-position: center;
  background-repeat: no-repeat;
  height: 253px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 400px;
  -webkit-box-shadow: 0px 0px 8px 0px #19344F;
  -moz-box-shadow: 0px 0px 8px 0px #19344F;
  -khtml-box-shadow: 0px 0px 8px 0px #19344F;
  box-shadow: 0px 0px 8px 0px #19344F;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
#topnews .cycle li h2 {
  color:#fff;
  margin: 0;
  padding: 0 0 15px 0;
  text-shadow: #183757 1px 1px 0;
}
#topnews .cycle li p { 
  color: #d9ebfd;
  text-shadow: #214161 1px 1px 0;
  margin: 0;
  padding: 0;
}
#topnews .cycle li a { 
  text-decoration: none; 
  color:#fff; 
}
#topnews .cycle li a:hover { 
  text-decoration:underline; 
}
#topnews .cycle li .more {
  bottom: 18px;
  left: 25px;
  position: absolute;
}
#topnews .cycle li .more a {
  background: transparent url("/images/but-silver.png") no-repeat right 0;
  display: block;
  float: left;
  padding: 0 28px 0 0;
}
#topnews .cycle li .more a span {
  background: transparent url("/images/but-silver.png") no-repeat 0 0;
  color: #343434;
  display: block;
  float: left;
  font-size: 1em;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 20px;
  text-shadow: #d5d5d5 1px 1px 0;
}
#topnews .cycle li .more a:hover span {
  text-decoration: underline;
}
/***** navigacia *****/
#topnews #nav {
  bottom: 26px;
  left: 170px;
  position: absolute;
  z-index: 10;
}
#topnews #nav a {
  background: #4d749c url("/images/button-cycle.png") no-repeat 0 -15px;
  color: #4d749c;
  float: left;
  font-size: 1px;
  height: 15px;
  margin: 0 5px 0 0;
  width: 14px;
}
#topnews #nav a.activeSlide,
#topnews #nav a:hover {
  background: #b7d7f8 url("/images/button-cycle.png") no-repeat 0 0;
  color: #b7d7f8;
}
/****************************************************
LEADERS - INDEX
****************************************************/
#leaders {
  float: right;
  line-height: 1.1;
  width: 250px;
}
/***** hlavny *****/
#leaders .leader {
  padding: 0 0 7px 13px;
}
#leaders .leader h2 {
  color: #294B6E;
  font-size: 1em;
  margin: 0;
  padding: 5px 0 0 0;
  text-shadow: #fff 1px 1px 1px;
}
#leaders .leader .funkcia {
  color: #294b6e;
  font-size: 0.9em;
}
#leaders .leader .obr {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  height: 110px;
  margin: 2px 0;
  width: 220px;
}
/***** ostatni *****/
#leaders .leaders-other {
  background: #BCDCFC;
  border-bottom: 1px dotted #5AB0DC;
  border-top: 1px dotted #5AB0DC;
  font-size: 0.9em;
}
#leaders .leaders-other ul {
  height: 84px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#leaders .leaders-other li {
  height: 84px;
  padding: 7px 13px;
  width: 224px;
  line-height: 1.3;
}
#leaders .leaders-other h2 {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}
#leaders .leaders-other .funkcia {
  color: #294b6e;
}
#leaders .leaders-other .obr {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  height: 70px;
  margin: 0 7px 0 0;
  width: 70px;
}
#leaders .more {
  text-align: right;
  padding: 5px 13px 0 0;
}
/****************************************************
BLOKY POD TABMI
****************************************************/
.index-bottom-content {
  padding: 0;
}
.index-bottom-content .block {
  display: inline;
  float: left;
}
.index-bottom-content .block1 {
  margin-right: 35px;
  width: 300px;
}
.index-bottom-content .block2 {
  width: 344px;
}
/****************************************************
www videoarchiv
****************************************************/
.www-videoarchiv .left {
  float: left;
  width: 480px;
}
.www-videoarchiv .right {
  float: right;
  width: 190px;
}
