/****************************************************
STANDARD HTML TAGS
****************************************************/
body, 
form, input {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #c3beb6;
  background-image: url("/images/uvsr/bg-body.gif");
  background-repeat: repeat-x;
  background-position: center top
}
body>#container{ /* pre mudre prehliadace */
  height:auto;
  min-height:100%;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.7em; margin: .5em 0 1.2em 0}

a, a:link, a:visited { color: #9e150f; text-decoration: underline; }
a:hover { color: #d80c00; text-decoration: none; }

.hide, .hidden, .screenreader {
  height: 1px;
  left: -9999em;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
img, a.img, a.img:hover { border: 0; }

.cleaner, .clear { clear: both; }

/****************************************************
CORE
****************************************************/
#container {
  font-size: 0.8em;
  height: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 990px;
}

/*** header ***/
#header { height: 130px; }
#logo {
	padding: 10px 0 0 0;
	width: 350px;
	float: left;
}
.topline {
	width: 410px;
	float: right;
	padding-top: 15px;
}
#fulltext {
	width: 226px;
	height: 25px;
	float: left;
	background-image: url("/images/uvsr/bg-search.gif");
}
.text-input {
	background-color: transparent;
	width: 180px;
	float: left;
	height: 19px;
	line-height: 25px;
	padding: 3px 5px;
	border: 0;
}
.button-input {
	height: 25px;
	width: 35px;
	border: 0;
	background-color: transparent;
}
.button-input span {
	display: none;
}
ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	float: right;
}
ul.links li a {
	height: 18px;
	width: 17px;
	display: block;
	float: left;
	margin-left: 10px;
}
ul.links a.home {
	background-image: url("/images/uvsr/ico-home-off.gif");
}
ul.links a.home:hover {
	background-image: url("/images/uvsr/ico-home-on.gif");
}
ul.links a.rss {
	background-image: url("/images/uvsr/ico-rss-off.gif");
}
ul.links a.rss:hover {
	background-image: url("/images/uvsr/ico-rss-on.gif");
}
ul.links a.sitemap {
	background-image: url("/images/uvsr/ico-sitemap-off.gif");
}
ul.links a.sitemap:hover {
	background-image: url("/images/uvsr/ico-sitemap-on.gif");
}
ul.links a.print {
	background-image: url("/images/uvsr/ico-print-off.gif");
}
ul.links a.print:hover {
	background-image: url("/images/uvsr/ico-print-on.gif");
}
ul.links a.deaf {
	background-image: url("/images/uvsr/ico-deaf-off.gif");
}
ul.links a.deaf:hover {
	background-image: url("/images/uvsr/ico-deaf-on.gif");
}
ul.links a.lngsk {
	background-image: url("/images/uvsr/fl-sk-on.gif");
}
ul.links a.lngsk:hover {
	background-image: url("/images/uvsr/fl-sk-on.gif");
}
ul.links a.lngen {
	background-image: url("/images/uvsr/fl-en-on.gif");
}
ul.links a.lngen:hover {
	background-image: url("/images/uvsr/fl-en-on.gif");
}
ul.links li {
	display: inline;
}
.links span {
	display: none;
}

/*** topmenu ***/
#topmenu {
    height: 48px;
    padding: 0;
    position: relative;
    z-index: 10;
    font-family: 'trebuchet ms';
    font-size: 1.1em;
}
#dropdown_menu .menu {
    height: 47px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 50;
}
#dropdown_menu .menu ul li a {
    color: #fff;
    display: block;
    font-size: 1.4em;
    padding: 10px 20px 6px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #001d35;
}
.titmenu {
    color: #002447;
    display: block;
    font-size: 1.4em;
    padding: 10px 28px 6px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #D3EBFF;
}
.titmenu:hover {
    background-color: #093359;
    color: #FFFFFF;
    display: block;
    opacity: 0.95;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
}
#dropdown_menu .menu ul li a:hover {
    background-color: #001d35;
    color: #FFFFFF;
    display: block;
    opacity: 0.95;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
}
#dropdown_menu .menu ul ul {
    border-bottom: 2px solid #06233E;
    border-right: 2px solid #06233E;
    padding: 0;
    width: 260px;
}
#dropdown_menu .menu ul ul li a {
    background-color: #002c51;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    line-height: 1.2;
    opacity: 0.95;
    padding: 8px 15px;
    text-decoration: none;
    text-shadow: 0 0 0 #000000;
    width: 230px;
}
#dropdown_menu ul ul .titmenu {
    background-color: #002c51;
    color: #FFFFFF;
    display: block;
    font-size: 0.9em;
    line-height: 1.2;
    opacity: 0.95;
    padding: 8px 15px;
    text-decoration: none;
    text-shadow: 0 0 0 #000000;
    width: 230px;
}
#dropdown_menu ul ul .titmenu:hover {
    background-color: #001d35;
    color: #FFFFFF;
    display: block;
    opacity: 0.95;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
}
#dropdown_menu .menu ul ul li a:hover {
}
#dropdown_menu .menu ul ul ul {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #06233E #06233E -moz-use-text-color;
    border-style: none solid solid none;
    border-width: 0 2px 2px 0;
    display: block;
    float: left;
    margin-left: 260px;
    margin-top: -29px;
}
#dropdown_menu ul ul ul li {
}
#dropdown_menu ul li.last ul ul {
    margin-left: -260px;
}

/*** slider ***/
.slider {
	height: 290px;
	display: block;
	/*border: 1px solid yellow; */
    padding-top: 50px;
    font-family: 'trebuchet ms';
}

/*#left, #page, #right {
  display: inline;
}
#left {
  float: left;
  width: 240px;
}*/
#page {
  float: left;
  width: 760px;
  padding: 0px;
  min-height:100%;
}
#dokument {  
	background-color: white;
	-moz-box-shadow:    0px 0px 5px -2px #000;
  -webkit-box-shadow: 0px 0px 5px -2px #000;
  box-shadow:         0px 0px 5px -2px #000;
  margin-top: 20px;
}
#dokument.index {
    padding: 0;
}

#dokument.sub {
    padding: 15px 25px;
    margin-top: 30px;
}
#right { float: right; width: 210px; padding: 30px 0 0 0; font-family: 'trebuchet ms'; }
.rblock { 
  -moz-box-shadow:    0px 0px 5px -2px #000;
  -webkit-box-shadow: 0px 0px 5px -2px #000;
  box-shadow:         0px 0px 5px -2px #000;
  margin-bottom: 10px;
}
.rblock:hover { 
  -moz-box-shadow:    0px 0px 9px -2px #000;
  -webkit-box-shadow: 0px 0px 9px -2px #000;
  box-shadow:         0px 0px 9px -2px #000;
}
.rfoto {
	background-color: #dedede;
	padding: 2px 0 0 0;
}
.rfototext {
	height: 40px;
	padding: 4px 0;
	line-height: 1em;
	font-family: 'trebuchet ms';
}
.rblocktitle {
	background-image: url("/images/uvsr/bg-rblock-title.png");
	background-position: center bottom;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
    text-transform: uppercase;
}
.rblock ul {
	padding: 0 15px 10px 15px;
}
.rblock a{
	color: #311d1d;
	text-decoration: none;
    display: block;
}
.rblock a:hover{
	color: #6a1b1b;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.rblock li {
    margin-left: 1.2em;
    list-style-image: url("/images/uvsr/li-arrov-mini.gif");
}
.rfotoimg {
	text-align: center;
}
.rfotoimg img {
	/*border: 3px solid #fff;*/
	width: 197px;
}
/*** kalendar ***/
#calendar-right .head {
    background-color: #393939;
    color: #a5a5a5;
    height: 28px;
    line-height: 28px;
    margin: 0;
    position: relative;
    text-align: center;
    border-top: 1px solid #141414;
    border-left: 1px solid #141414;
    border-right: 1px solid #141414;
    font-weight: bold;
}

#calendar-right .head a.cal-prev {
    height: 19px;
    left: 0;
    padding: 8px 0 0 10px;
    position: absolute;
    top: 0;
    width: 11px;
}
#calendar-right .head a.cal-prev:hover {
    padding: 8px 2px 0 8px;
}
#calendar-right .head a.cal-next {
    height: 19px;
    padding: 8px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}
#calendar-right .head a.cal-next:hover {
    padding: 8px 8px 0 2px;
}
.rblock a.calendarlistprew {
    display: block;
    float: left;
    height: 27px;
    width: 27px;
}
.rblock a.calendarlistnext {
    display: block;
    float: right;
    height: 27px;
    width: 27px;
}


.rblock .calendar td {
    background-color: #393939;
    color: #484848;
    font-weight: normal;
    height: 27px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 29px;
}
.rblock .calendar {
    background-color: #141414;
    padding: 0;
}
.rblock td.calden0 {
    background-color: #878787;
    background-image: url("/images/uvsr/bg-calakcia0.gif");
    background-repeat: repeat-x;
    border: 0px;
}
.rblock td.calden1 {
    background-image: url("/images/uvsr/bg-calakcia0.gif");
     color: #cc0000;
}
.rblock td.calakcia0 {
    background-image: url("/images/uvsr/bg-calden0.gif");
    color: black;
    background-color: #a5a5a5;
}
.rblock td.calakcia0.den6{
    /*background-image: url("/images/uvsr/bg-calakcia0den7.gif");*/
    color: black;
    background-color: #b4b4b4;
}
.rblock td.calakcia0.den7 {
    /*background-image: url("/images/uvsr/bg-calakcia0den7.gif");*/
    color: black;
    background-color: #b4b4b4;
}
.rblock td.calakcia0.den6 a{
	color: #cc0000;
	text-shadow: 0px 0px 2px white;
}
.rblock td.calakcia0.den7 a{
	color: #cc0000;
	text-shadow: 0px 0px 2px white;
}
.rblock td.calakcia0:hover {
	-moz-box-shadow:    0px 0px 5px 1px #fff;
    -webkit-box-shadow: 0px 0px 5px 1px #fff;
    box-shadow:         0px 0px 5px 1px #fff;
    position: absolute;
    z-index: 10;
    width: 31px;
    height: 32px;
    margin: -2px 0 0 -2px;
    line-height: 32px;
    font-size: 1.1em;
}
.rblock td.calakcia1 {
    background-image: url("/images/uvsr/bg-calden0.gif");
    color: black;
    font-weight: bold;
}
.rblock td.calakcia1:hover {
-moz-box-shadow:    0px 0px 5px 1px #fff;
    -webkit-box-shadow: 0px 0px 5px 1px #fff;
    box-shadow:         0px 0px 5px 1px #fff;
    position: absolute;
    z-index: 10;
    width: 31px;
    height: 32px;
    margin: -2px 0 0 -2px;
    line-height: 32px;
    font-size: 1.1em;
	/*background-image: url("/images/uvsr/bg-calakcia1-hover.gif");
	-moz-box-shadow:    0px 0px 5px 1px #fff;
    -webkit-box-shadow: 0px 0px 5px 1px #fff;
    box-shadow:         0px 0px 5px 1px #fff;
    position: absolute;
    z-index: 10;
    width: 31px;
    height: 32px;
    margin: -2px 0 0 -2px;
    line-height: 32px;
    font-size: 1.1em;*/

}.rblock td.calakcia0 a {
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    line-height: 27px;
}
.rblock td.calakcia1 a {
    text-decoration: none;
    color: #cc0000;
}
.rblock td.den6 {
    /*background-image: url("/images/uvsr/bg-calden7.gif");*/
    color: #cc0000;
}
.rblock td.den7 {
    /*background-image: url("/images/uvsr/bg-calden7.gif");*/
    color: #cc0000;
}
.rblock th {
	/* fallback */ 
	background-color: #00203b; 
	background-images: url("/images/uvsr/linear_bg_2.gif");
	background-repeat: repeat-x; 
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003562), to(#00203b)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #00203b, #003562); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #00203b, #003562); 
	/* IE 10 */ background: -ms-linear-gradient(top, #00203b, #003562); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #00203b, #003562);
    font-weight: normal;
    text-align: center;
    color: #deebee;
    font-size: 0.7em;
    padding: 4px 0;
}
a.caldaycolor {
    text-decoration: none;
}
.dnes {
	background-color: #dfdfdf;
	background-image: url('/images/uvsr/bg-dnes.gif');
	background-position: center top;
	color: #323232;
	text-align: center;
	padding: 5px 5px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#content { padding: 0; }
#logo { margin: 0; }
#topmenu .menu li, #header .menu li {
  display: inline;
}


/****************************************************
PAGE
****************************************************/

/****************************************************
FOOTER
****************************************************/
#footer {
text-align: center;
font-family: Verdana, sans-serif;
font-size: 1em;
height: 54px;
width: 100%;
background: url('/images/uvsr/bg_footer.png') no-repeat left -100px;
padding-top: 20px;
}
#footer a{
  color: #ba0000;
  text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}
#footalert{
    width: 315px;
    float: left;
    display: block;
    text-align: left;
    padding-left: 15px;
}
#footalert a{
    background: url('/images/uvsr/foot-alert.png') no-repeat left;
    height: 30px;
    display: block;
    padding-left: 35px;
    line-height: 30px;
}
#copyright {
text-align: center;
float: left;
width: 330px;
}
#makedby {
float: right;
text-align: right;
font-size: 0.9em;
width: 330px;
}

/****************************************************
MENU - LEFT
****************************************************/
#left .menu {

}
#left .menu ul {

}
#left .menu ul li {

}
#left .menu ul li a {

}
#left .menu ul li a:hover,
#left .menu ul li a.sel1 {

}

/*** zalozky ***/
.tabs1 {
    margin-left: 0px;
}
.tabs1 .ui-tabs .ui-tabs-hide {
    display: none !important;
}
.tabs1 .ui-tabs .ui-tabs-nav {
    background-image: none;
    background-color: #ebebeb;
    font-size: .95em;
    height: 42px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.tabs1 .ui-tabs .ui-tabs-nav li {
    background-image: url("/images/uvsr/bg-tabs.gif");
    background-position: left bottom;
    border-bottom: 0 none !important;
    float: left;
    height: 42px;
    line-height: 42px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.tabs1 .ui-tabs .ui-tabs-nav li.ui-state-active {
    background-color: #fff;
    background-image: none;
}
.tabs1 .ui-tabs .ui-tabs-nav li a {
    color: #2a2a2a;
    float: left;
    padding: 0;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid silver;
}
.tabs1 .ui-tabs .ui-tabs-nav li a:hover {
	color: #000;
}
.tabs1 .ui-tabs .tab-content {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #C7C5C2;
    color: #484848;
    margin: 0;
    padding: 25px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.tabs1 .ui-tabs .tab1 a {
    width: 100px;
}
.tabs1 .ui-tabs .tab2 a {
    width: 60px;
}
.tabs1 .ui-tabs .tab3 a {
    width: 160px;
}
.tabs1 .ui-tabs .tab4 a {
    width: 130px;
}
.tabs1 .ui-tabs .tab5 a {
    width: 128px;
}
.tabs1 .ui-tabs .tab6 a {
    width: 75px;
}
.tabs1 .ui-tabs .tab7 a {
    width: 98px;
}
.tabs1 .ui-tabs .tab8 a {
    width: 93px;
}
.tabs1 .ui-tabs .tab9 a {
    width: 171px;
}
.tabs1 .ui-tabs .tab10 a {
    width: 122px;
}
.tabs1 .ui-tabs .tab11 a {
    width: 131px;
}
.tabs1 .ui-tabs .tab12 a {
    width: 131px;
}
.tabs1 .ui-tabs .tab13 a {
    width: 200px;
}
.tabs1 .ui-tabs .tab14 a {
    width: 200px;
}
/* Right tabs */

.right-tabs {
    margin-left: 0px;
}
.right-tabs .ui-tabs .ui-tabs-hide {
    display: none;
}
.right-tabs .ui-tabs .ui-tabs-nav {
    background-image: none;
    background-color: #ebebeb;
    font-size: 1em;
    height: 31px;
    margin: 0;
    padding: 0;
    font-family: 'trebuchet ms';
    font-weight: bold;
}
.right-tabs .ui-tabs .ui-tabs-nav li {
    background-image: url("/images/uvsr/bg-tabs.gif");
    background-position: left bottom;
    border-bottom: 0 none;
    float: left;
    height: 31px;
    line-height: 31px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.right-tabs .ui-tabs .ui-tabs-nav li.ui-state-active {
    background-color: #dedede;
    background-image: none;
}
.right-tabs .ui-tabs .ui-tabs-nav li a {
    color: #2a2a2a;
    float: left;
    padding: 0;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid silver;
    width: 104px;
}
.right-tabs .ui-tabs .ui-tabs-nav li a:hover {
	color: #000;
}
.right-tabs .ui-tabs .tab-content {
    background: none repeat scroll 0 0 #dedede;
    color: #311d1d;
    margin: 0;
    padding: 6px;
    font-weight: bold;
}

.tab-content a.bottom{
    margin: 3px -6px -6px -6px;
    text-shadow: none;
    color: #fff;
    height: 20px;
    background: #00203b;
    -moz-box-shadow:     inset 0px 2px 2px 0px #000;
    -webkit-box-shadow: inset 0px 2px 2px 0px #000;
    box-shadow:         inset 0px 2px 2px 0px #000;
    text-align: right;
    padding: 0 10px 0 0;
    display: block;
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
}
.tab-content a.bottom:hover{
  text-decoration: underline;
}

/*** zalozky premier ***/
.tabs2 {
    margin-left: 0px;
}
.tabs2 .ui-tabs .ui-tabs-hide {
    display: none !important;
}
.tabs2 .ui-tabs .ui-tabs-nav {
    background-image: none;
    background-color: #ebebeb;
    font-size: 1em;
    height: 42px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.tabs2 .ui-tabs .ui-tabs-nav li {
    background-image: url("/images/bg-tabs.gif");
    background-position: left bottom;
    border-bottom: 0 none !important;
    float: left;
    height: 42px;
    line-height: 42px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.tabs2 .ui-tabs .ui-tabs-nav li.ui-state-active {
    background-color: #fff;
    background-image: none;
}
.tabs2 .ui-tabs .ui-tabs-nav li a {
    color: #2a2a2a;
    float: left;
    padding: 0;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid silver;
}
.tabs2 .ui-tabs .ui-tabs-nav li a:hover {
	color: #000;
}
.tabs2 .ui-tabs .tab-content {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #C7C5C2;
    color: #484848;
    margin: 0;
    padding: 25px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.tabs2 .ui-tabs .tab1 a {
   width: 120px;
}
.tabs2 .ui-tabs .tab2 a {
   width: 120px;
}
.tabs2 .ui-tabs .tab3 a {
   width: 150px;
}
.tabs2 .ui-tabs .tab4 a {
   width: 120px;
}
.tabs2 .ui-tabs .tab5 a {
   width: 120px;
}
.tabs2 .ui-tabs .tab6 a {
   width: 120px;
}

/******* PREDSEDA VLADY ***********/
#pvtop {
	height: 240px;
	display: block;
    padding: 25px 30px;
	margin:30px 0 0 0;
	text-align:justify;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff;
}
#pvtop img {
	border:3px solid #fff;
	margin:0 20px 0 0;
	padding:0;
	float:left;
}
.pvtext {
	
}
/******** CLANOK *********/
.obrc {color:#fff;float:left;border:1px solid #00203b;background:#00203b;}
.obrc1 {width:350px;margin:0 15px 15px 0;}
.obrc2 {width:472px;margin:0 119px 15px 119px;}
.obrc span {
	color:#fff;font-size:.8em;padding:0 0 0 10px;
}

#dokument2 {  
	background-color: white;
	-moz-box-shadow:    0px 0px 5px -2px #000;
  -webkit-box-shadow: 0px 0px 5px -2px #000;
  box-shadow:         0px 0px 5px -2px #000;
  margin-top: 30px;
  padding:15px 25px;
  text-align:justify;
}

/************ FOTOGAL *************/
.foto {
	float:left;
	width:170px;
	height:120px;
	padding:5px 5px;
	margin:25px;
	border:1px solid silver;
	overflow:hidden;
}
.foto img {
	display:block;
	margin:auto;
}

#press {font-size: 1.2em; text-align: justify;/*padding: 25px;*/ }

/************ VO *************/
.vomenu {width:200px;background:#dedede;padding:5px 15px;float:left}
.vomenu ul {list-style-type:none;padding-left:0}
.vomenu li {padding-bottom:10px}
.voobsah {width:470px;margin-left:250px;}

/*******/
.doc13485 #artphoto {display:none} /*skryta navigacia fotogalerie v TS ID13467*/
.doc13467 #artphoto {display:none} /*skryta navigacia fotogalerie v TS ID13467*/
