/*############################################################*/
/* standard elements */
html {
	min-height: 950 px;
}
body {
	background: #ffffff url('themes/back.png') repeat-x;
	color: #444;
	font: normal 100% Verdana, sans-serif;
	padding-top: 5px;
}
/* headere & title */
.header {
	background: url('themes/logo_zs.png') no-repeat;
	height: 304px;
	margin-bottom: 5px;
	text-align: left;
}
.header h1 {
	padding-left: 30px;
	padding-top: 5px;
	font: bold 1.3em Verdana, sans-serif;
}
.header .title {
	color: #FFF;
	padding-top: 10px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 2em Verdana, sans-serif;
	padding-bottom: 1.0px;
}
.header .title a:hover {
	border-color: #F60;
}
.header .title .slogan {
	font: normal 1.0em Verdana, sans-serif;
	padding-top: 6px;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #D00000;
	text-decoration: none;
}
a:hover {
	color: #004066;
	text-decoration: underline;
}
/* content */
.content {
	float: right;
	width: 670px;
}
.content .descr {
	color: #0496e4;
	font: 0.8em Verdana, sans-serif;
	margin-bottom: 0px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.article1 a {
	text-decoration: none;
}
.article1 a:hover {
	border-bottom: 0px;
	text-decoration: underline;
}
.article1 {
	font: bold 0.9em Verdana, sans-serif;
	color: #000000;
	background: url(themes/clanok_back.gif) no-repeat;
	margin-bottom: 0px;
	padding: 12px;
}
.article2 {
	line-height: 1.5em;
	font: 0.8em Verdana, sans-serif;
	color: #000000;
	background: #ffffff;
	margin-bottom: 0px;
	padding: 3px;
}
.article3 {
	font: 0.9em Verdana, sans-serif;
	color: #000000;
	background: #ffffff;
	margin-bottom: 0px;
	padding: 10px;
}
p, code, ul {
	padding-bottom: 1.0em;
}
li {
	list-style: none;
}
h1 {
	font: normal 1.1em Verdana, sans-serif;
}
h2 {
	font: bold 1.0em Verdana, sans-serif;
}
h3 {
	font: bold 1.0em Verdana, sans-serif;
}
form, input {
	margin: 0;
	padding: 0;
	display: inline;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Verdana, sans-serif;
	line-height: 1.2em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(themes/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.spodok {
	text-align: center;
}

.spacer {
  clear:both;
  padding-bottom: 5px;
}

.spacer-files {
  clear:both;
  padding-bottom: 0px;
}

/* structure */
.cont_vnutorny {
	border: 0px solid #ffffff;
	background: #FFF;
	font: 1.0em Verdana, sans-serif;
	margin: 0 auto;
	padding: 4px;
	width: 950px;
}
.cont_vonkajsi {
	padding-bottom: 5px;
}
/* path */
.path {
	color: #000000;
	background: url(themes/back_navigation.png) repeat-x;
	font: bold 1.0em Verdana, sans-serif;
	padding: 10px;
}
.path a {
	color: #000000;
	text-decoration: none;
}
.path a:hover {
	color: #000000;
	text-decoration: underline;
}
/* main */
.main {
	background: #ffffff;
	padding: 0px 0px 0px 0px;
}
.navigacia {
	font: bold 0.8em Verdana, sans-serif;
	padding-top: 260px;
	padding-left: 20px;
	color: #000;
}
.navigacia a {
	color: #000;
	text-decoration: none;
}
.navigacia a:hover {
	color: #000;
	text-decoration: underline;
}


/* top_menu*/
.top_menu {
	color: #000000;
	background: url(themes/menu_top_back.gif) no-repeat;
	height: 30px;
	font: bold 0.8em Verdana, sans-serif;
	padding: 10px;
	line-height: 1.5em;
	text-align: center;
}
.top_menu a {
	text-decoration: none;
}
.top_menu a:hover {
	text-decoration: underline;
}




/* footer */
.footer {
	color: #000000;
	background: url(themes/footer.gif) no-repeat;
	height: 40px;
	font: bold 0.8em Verdana, sans-serif;
	padding: 10px;
	line-height: 1.5em;
	text-align: center;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.left {
	width: 270px;
}

/* menu style */
#menu1 {
	font: bold 0.8em Verdana, sans-serif;
}
#menu1 li {
	list-style: none;
	padding-left: 0px;
	padding-bottom: 5px;
}
#menu1 li, #menu1 li a, #menu1 li a span, #menu1 li a.current, #menu1 li a.current span {
	display: block;
	float: left;
	height: 60px;
	width: 220px;
	line-height: 60px;
	text-decoration: none;
	cursor: pointer;
}
#menu1 li a, #menu1 li a.current {
	padding: 0 0 0 45px;
	background: url(themes/back_menu_0.png) no-repeat left;
}
#menu1 li a:hover, #menu1 li a.current {
	background: url(themes/back_menu_0.png) no-repeat left;
}
#menu1 li a:hover span, #menu1 li a.current span {
	text-decoration: underline;
}

#m_blank a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_blank.gif) no-repeat right;
}
#m00 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_00.gif) no-repeat right;
}
#m01 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_01.gif) no-repeat right;
}
#m02 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_02.gif) no-repeat right;
}
#m03 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_03.gif) no-repeat right;
}
#m04 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_04.gif) no-repeat right;
}
#m05 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_05.gif) no-repeat right;
}
#m06 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_06.gif) no-repeat right;
}
#m07 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_07.gif) no-repeat right;
}
#m08 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_08.gif) no-repeat right;
}
#m09 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_09.gif) no-repeat right;
}
#m10 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_10.gif) no-repeat right;
}
#m11 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_11.gif) no-repeat right;
}

#m12 a span {
	padding: 0 0px 0 10px;
	background: url(themes/back_menu_12.gif) no-repeat right;
}

/* strankovanie */
  ul.rsx-page-num-list{
    display:inline;
    list-style:none;
    padding: 5px;
  }

ul.rsx-page-num-list li {
  display: inline;
font-weight: bold;
  background: #ffffff;
  padding: 5px;
  border: 1px solid #f0f0f0;
  }

  .unlinked { 
font-weight: bold;
  background: #ffffff;

}   /*  for the current page that is not a link */


/* Gallery */

.gallery dl {
	text-align: center;
	padding: 4px;
	float: left;
	margin: 2px 3px 3px 0px;
	width: 120px;
	height: 120px;
	border: 0px solid #CCC;

}


.gallery dt {
	margin: 0;
	padding: 0;
}

.gallery dd {
	margin: 3px 0 0 0;
	padding: 3px;
	font-weight: bold;
	font-size: x-small;
	color: #8f0000;
	vertical-align: middle;
}



/**************** vyhladavanie ***************/
.vyhladavanie {
	padding: 5px;
}

/**************** obrazok ***************/
.imgright {
	float: right;
}

/**************** ZVEREJNOVANIE DOKUMENTOV STYLES ***************/
.tab-header {
	text-align: center;
	background-color: #F1F6FF; 
	font-weight: bold;
        cursor: pointer;
}
.headerH {
	text-align:center;
	background-color: #F1F6FF; 
	font-weight:bold;
        cursor: pointer;
}
table, tr, td {
    table-layout:fixed;
    border: 1px solid #c0c0c0;
    padding: 0px;
}