* {margin: 0; padding: 0} /* implicitni nastaveni pro vsechny objekty */

body { /* globalni nastaveni stranky, obrazku obtekani a odkazu */
	text-align: center;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
  background: url("../design/w.png") 0px -30px repeat-x #e8eff1; /* horni podkladovy pruh pod hlavickou */
}
img {border: 0px}
#text img.nbf {border: 0px; float: none}
.fll {float: left}
.flr {float: right}
.fln {float: none}
.cll {clear: left}
.clr {clear: right}
.cl  {clear: both}

/* spedificke odkazy */
.ext_blank {padding-right: 14px; background: url("../design/ext_blank.bmp") 100% 90% no-repeat;}
.ext_mail {padding-right: 17px; background: url("../design/ext_mail.bmp") 100% 90% no-repeat;}
.ext_down {padding-right: 12px; background: url("../design/ext_down.bmp") 100% 90% no-repeat;}
.ext_base {padding-right: 8px; background: url("../design/ext_base.bmp") 100% 60% no-repeat;}
.ext_pdf {padding-right: 18px; background: url("../design/ext_pdf.bmp") right no-repeat;}
.ext_doc {padding-right: 18px; background: url("../design/ext_doc.bmp") right no-repeat;}
.int_dict {padding-right: 17px; background: url("../design/int_dict.bmp") right 70% no-repeat;}
/* odkazy s mensi prioritou */
.silver a, .silver a:visited, 
a.silver, a.silver:visited, a.lit, a.lit:visited, .lit a, .lit a:visited {color: #666;}


/* zakl. formatovani */
p {	margin: 5px 0px 5px 0px}
strong {color: #000; font-size: 110%;}
table strong {color: #000; font-size: 100%;}
sub, sup {font-size: 8px;}
acronym, abbr {cursor: help; border-bottom: 1px dotted #aaa;}
.overln {text-decoration: overline;} /* nadtrzitko */
.nowr {white-space: nowrap;} /* nedelitelna cast */

sup a, sup a:visited { /* klikaci horni index, vhodne pro pozn. pod carou */
  margin: 0px 2px 0px 2px;
  padding: 0px 3px 0px 3px;
  text-decoration: none;
  background: #eee;
  color: #a2200a!important;
  font-size: 9px;
  font-weight: bold;
}
sup a:hover {
  background: #777;
  color: #fff!important;
}

/* access */
#accessKey {visibility: hidden;display:none}

/* pristupnost */
a.belowh, a.belowh:visited { /* hlavicka */
  position: absolute; left:0; top:0;
  z-index:-1;
  padding-top: 20px;
  overflow: hidden;
  display: block;
}
.below {
  width: 100%;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.below span {
  width: 100%;
  height: 50px;
  position: absolute; left:0; top:0;
  z-index:1;
  display: block;
  background: url("../design/below.png") no-repeat; 
}

.belowT { /* text pod flash */
  position: absolute; left:0; top:0;
  z-index: -1;
}

/* layout stranek */

#soul { /* podklad dokumentu */ 
	width: 100%;
	padding: 0px 0px 20px 0px;
  position: relative;
}
#body { /* telo dokumentu */

	margin-left: auto;
	margin-right: auto;
	background: url("../design/body.jpg") 0px 0px no-repeat #e8eff1;
	z-index: 1; position: relative;
}
#head, #head a { /* klikaci hlavicka */
  height: 150px;
  display: block;
  background: url("../design/head.png") no-repeat;
  text-decoration: none;
}
#left { /* leva cast tela - menu */
  float: left;
  height: 910px;
  margin: 0px 10px 10px 20px;
  padding: 10px 0px 0px 0px;
	font-size: 11px;
	background: url("../design/menu.jpg") 0px 10px no-repeat;
}
#text { /* prava cast tela - text */
  float: left;
	margin: 10px 30px 10px 8px;
  text-align: justify;
	text-indent: 0px;
}
#base { /* paticka a jeji casti */
  height: 70px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 40px;
 /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #eee;*/
	color: #777;
	font-size: 11px;
	text-align: center;
	/*line-height: 1.5em;*/
	word-spacing: -1px;
  /*background: url("../design/base.jpg") center no-repeat #fff;*/
  clear: both;
}
#basel, #baser {
	float: left;
	text-align: left;
	padding-left: 20px;
}
#baser {
	font-size: 24px;
	line-height: 0.9em;
}


.ray { /* reklamni prouzek */ 
  float: right;
  width: 40px;
  margin-right: 1px;
  position: absolute;
  top: 0px;
  right: 8px;
}
.rayn, .rayn a, .rayn a:visited, .rayn a:hover { /* odkaz */
	display: block;
	float: left;
	padding: 0px;
	width: 40px;
	text-decoration: none;
}
a.xray1       {background: url("../design/xray.png"); height: 155px; margin-bottom: 15px;}
a.xray1:hover {background: url("../design/xray.png") 40px 0px;}
a.xray2       {background: url("../design/xray.png") 0px -170px; height: 180px;}
a.xray2:hover {background: url("../design/xray.png") 40px -170px;}
a.xray3       {background: url("../design/xray.png") 0px -350px; height: 120px;}
a.xray3:hover {background: url("../design/xray.png") 40px -350px;}

.upper { /* navigacni ikony */
  margin: 4px 0px -4px 0px;
  float: right;
  width: 70px;
  height: 24px;
  text-align: left;
  position: relative; z-index: 1; /* pristupnost(1) */
}
.upper a, .upper a:visited {
  width: 70px;
  display: block;
  text-decoration: none;
}
a.up, a.up:visited {height: 24px;background: url("../design/upper.png") 100% 4px no-repeat;}
a.up:hover {background: url("../design/upper.png") 100% -20px no-repeat;}
.upper a.up span {z-index: -1;position: absolute;left: 0px;font-size:10px}

/* nadpisy */

h1, h2, h3, h4 { /* nadpisy a dedeni */
	margin-bottom: -18px;
	padding: 3px 0px 18px 30px;
	font-family: "Trebuchet MS", Verdana, "Geneva CE", lucida, sans-serif;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 15px;
	color: #000;
	text-indent: 0px;
	background: url("../design/h1.png") no-repeat;
	text-align: left;
}
h2 {
  padding-top: 10px;
	background: url("../design/h2.png") no-repeat;
}
h3, h4 { /* podnadpisy */
  padding-top: 3px;
  padding-bottom: 15px;
	font-size: 14px;
	background-image: none;
}
h4 {font-size: 13px;}

h1 a, h1 a:visited, h2 a, h2 a:visited { /* nadpisy s navratem nahoru (upper) */
  width: 94%;
  display: block;
  padding-right: 40px;
  text-decoration: none;
  background: url("../design/upper.png") 100% 2px no-repeat;
}
h2 a, h2 a:visited {height: 23px}
h1 a:hover, h2 a:hover {background: url("../design/upper.png") 100% -22px no-repeat}

h3.videolist { /* nadpis u video-rozcestníku */
	background: url("../design/h3vid.png") 0px 2px no-repeat;
	font-size: 13px;
}

/* seznamy (odrazkove a cislovane) */

#text ul, #text ol {
  margin: 15px 0px 15px 0px;
  padding-right: 10px;
  text-indent: 0px;
}
#text li, #text ul ul ul li, #text ol ol ul li, #text ul ol ul li, #text ol ul ul li {
  padding: 0px 10px 0px 30px;
  margin-left: 0px;
  list-style: none;
  background: url("../design/li.png") 0px 4px no-repeat;
}
#text ul ul li, #text ol ul li {
  color: #555;
  background: url("../design/li2.png") 20px 3px no-repeat;
  padding-left: 50px;
}
#text ol ul li {
  list-style-type: none;
}
#text ul ul, #text ol ol, #text ul ol, #text ol ul {
  margin-left: -30px;
  border-left: 10px solid #f7f7f7;
}
#text ul ul ul li, #text ol ol ul li, #text ul ol ul li, #text ol ul ul li {
  padding-left: 50px;
  background: url("../design/li.png") 20px 4px no-repeat;
}
#text ul ul ul, #text ol ol ol, #text ul ol ul, #text ul ol ol, #text ol ol ul, #text ol ul ul, #text ul ul ol {
  margin-left: -30px;
  border-left: 10px solid #fafafa;
}
#text ul ul ol li, #text ol ul ol li {
  padding-left: 10px;
  background: none;
}
ul h3, ul h4, ol h3, ol h4 {
  margin-bottom: 5px;
  padding: 3px 0px 5px 0px;
  border-bottom: 1px solid #eee;
}
ol {
  padding: 0px 20px 0px 20px
}
ol ol, ul ol {
  padding: 0px 20px 0px 40px
}
ul p, ol p {
  margin-left: -30px;
  text-indent: 30px;
}
#text ol li {
  padding: 0px 20px 0px 10px;
  list-style-type: decimal;
  background: none;
  margin-left: 0px
}

#text ol.alp li { /* pismenne cislovani */
	list-style-type: lower-alpha!important;
	background: none;
}
#text ol.alp ul {
  margin-left: -30px;
  padding: 0px 10px 0px 30px;
  border-left: 10px solid #f7f7f7;
}
#text ol.alp ul li {
  margin-left: -30px;
  padding: 0px 10px 0px 50px; 
  list-style-type: none!important;
  background: url("../design/li.png") 20px 4px no-repeat;
}
#text ol.it li {list-style-type: upper-roman!important;} /* rimske cislovani */
#text ol.it ul {
  margin-left: -30px;
  padding: 0px 10px 0px 30px;
  border-left: 10px solid #f7f7f7;
}
#text ol.it ul li {
  margin-left: -30px;
  padding: 0px 10px 0px 50px; 
  list-style-type: none!important;
  background: url("../design/li.png") 20px 4px no-repeat;
}

/* tabulky */

table {
  width: 100%;
  margin: 10px 0px 10px 0px;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  font-size: 11px;
  color: #555;
  text-indent: 0px;
}
tr, td, th {
  border: 0px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
th {
  border-color: #ddd;
  text-align: center;
  font-size: 12px;
  color: #111;
}
#body table ul {
  border-left: 1px solid #f2f2f2;
  padding-left: 29px;
  text-align: left;
}
.tab-pad10 tr td, .tab-pad10 tr th {
  padding: 10px;
}
.tab-pad5 tr td, .tab-pad5 tr th {
  padding: 5px;
}
table.tab-center tr td, tr.tab-center td {
	text-align: center;
}
.tab-center {
	text-align: center!important;
}
table.tab-left tr td, tr.tab-left td {
	text-align: left;
}
.tab-left {
	text-align: left!important;
}
table.tab-right tr td, tr.tab-right td {
	text-align: right;
}
.tab-right {
	text-align: right!important;
}
.tab-top {
	vertical-align: top;
}
.tab-bottom {
	vertical-align: bottom;
}
.tab-border tr td {
	border: 1px solid #eee;
}

.tablight, .tablight tr, .tablight td { /* bezbarierova tabulka */
  border: none;
  padding: 2px 4px 2px 4px;
  text-align: center;
}

/* ** automatické obarvení řádků tabulky - ODKOMENTUJTE v případě potřeby 
** ** - není CSS2.1 validní, NEFUNGUJE v IE6-8, připraveno pro přechod na CSS3  */

/*
.fa-f5 tr td { background: #fafafa; }
.fa-f5 tr:nth-of-type(odd) td { background: #f5f5f5; }
*/

.f5, th {background: #f5f5f5} 
.fa {background: #fafafa;}


table h3 {margin-top: 7px}

/* vlastni styly */

.subtext { /* text pod menu */
  margin: 10px 20px 0px 20px;
  padding: 20px;
  text-align: left;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 120%;
  background: #fafafa;
}
.border1 { /* odsazeni s prouzkem vlevo */
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 20px;
  border-left: 10px solid #f2f2f2;
}

.quoter { /* okrasne uvozovky - třída pro obalovací div */
  background: url("../design/quoter.png") 100% 0px no-repeat;
}
blockquote { /* okrasne uvozovky - vnitřní třída */
  margin: 20px 0 20px 0px;
  padding: 0 70px 0 68px;
  font-style: italic;
  background: url("../design/quotel.png") 0px 100% no-repeat;
  min-height: 50px;
} 

ul.literature { /* Seznam literatury, nebo jiný seznam s větším oddělením */
	padding-top: 10px;
	text-align: left;
}
ul.literature li {
	margin-top: 20px!important;
	padding-bottom: 20px!important;
	border-bottom: 1px dotted #ddd;
}
a.lit, a.lit:hover, a.lit:visited, a.lit:active, .lit a, .lit a:hover, .lit a:active, .li a:visited {
	font-size: 12px;
	font-family: "Courier New", courier, monospace;
}

.line { /* opticke horiz. oddeleni */
  border-top: 2px solid #ddd;
  padding-bottom: 3px;
  border-bottom: 2px solid #eee;
}
.cite { /* citace */
  margin: 20px 0px 20px 0px;
  padding: 5px 40px 0px 30px;
  font-size: 11px;
  line-height: 110%;
  text-indent: 0px;
  background: url("../design/cite.png") no-repeat;
}
.cite sup {font-weight: bold}

.pager {
  margin: 10px 50px 10px 50px;
  border-top: 1px dotted #ddd;
  text-indent: 0px;
  font-family: Lucida Sans Unicode;
  font-size: 13px;
  text-align: center;
}

#lang { /* jazykova lista */
  width: 100px;
  height: 20px;
  float: right;
  margin-top: -45px;
  padding-right: 20px;
  display: block;
  text-decoration: none;
  text-align: right;
}
#lang img {
  padding: 8px;
}

a.clickbox, a.clickbox:visited, a.clickbox:hover { /* box pro zvyrazneni odkazu */
  position: absolute;
  top: 410px;
  left: 665px;
  display: block;
  margin: 0px;
  padding: 25px 5px 25px 5px;
  text-indent: 0px;
  text-decoration: none;
  text-align: left;
  color: #009225;
  width: 230px;
  height: 100px;
  font-size: 10px;
  }
  
a.clickbox2, a.clickbox2:visited, a.clickbox2:hover {
  top: 377px;
  left: 437px;
}

a.web, a.pdf, a.img, a.vid, a.odp { /* jednotlive boxy pro odkazy */
  border: none
}
a.img, a.img:hover {
  background: none;
}
a.img:hover, a.img:active {
	color: #004990;
}


/* obrazky a galerie */

#text img { /* obrazky */
  float: right;
  margin: 10px 0px 5px 15px;
  padding: 3px;
  border: 1px solid #ccc;
  border-right: 10px solid #ddd;
}
#text .nob, #text .galhor .nob {border: none!important; margin-top: 0px; padding: 0px} /* obrazek bez okraje */

#text .gal, .info { /*  galerie s popisky pod obrazky */
	float: left;
  text-indent: 0px;
	text-align: center;
	font-size: 11px;
	color: #777;
  line-height: 125%;
  margin: 10px 0px 5px 15px;
}
#text .gal img, #text .galhor img, #text .pic img { /* galerie */
  float: none;
  border: 2px solid #ddd;
  text-indent: 0px;
  background: #fff;
  margin: 10px 0px 5px 0px;
}
#text .pic img {
	margin: 10px 5px 5px 5px;
}
#text .pic {
	margin: 20px 0px 20px 0px; 
	text-indent: 0px;
	text-align: center;
	color: #777;
}
.galhor { /* horizontalni galerie */
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 16px 10px;
	text-indent: 0px;
	border: 1px solid #ddd;
	border-bottom: 3px solid #eee;
  text-align: center;
  background: #f7f7f7;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif;  
  font-size: 11px;
  color: #777;
  line-height: 110%;
}
#text .gal2 { /* galerie s popisky vedle obrazku */
  float: left;
  border: 2px solid #ddd;
  margin: 10px 15px 10px 5px;
}
.info { /*  popisek galerie vedle obrazku */
  float: none;
  margin: 10px 5px 10px 10px;
  text-align: left;
}
#text .gal em {color: #aaa;}
#text img.ia:hover,  #text .ia img:hover, .ia img:hover {border-color: #aaa}

/* stream, flash */

.videoobject {
	margin-top: 20px; 
	margin-bottom: 20px;
	margin-left: 0px;
	text-indent: 0px;
	text-align: center;
}


/* ****************/
/*  VYBER LAYOUTU */
/* ****************/

#head, #head a, #body {width: 980px;} 
#left {width: 260px;}
#text {width: 652px;}
/*#basel, #baser {width: 480px;}*/
.menu span, .menu a, .menu2 a, .menu3 a, 
.menu a:visited, .menu2 a:visited, .menu3 a:visited, .menu span {width: 240px;}
.menu2 a, .menu2 a:visited, .menu a.act, .menu a.act:visited {width: 220px;}
.menu3 a, .menu3 a:visited {width: 200px;}
.menu a:hover {width: 230px;}
.menu2 a:hover {width: 215px;}
.menu3 a:hover {width: 198px;}
.menu2 a.act, .menu2 a.act:visited {width: 210px;}
.menu3 a.act, .menu3 a.act:visited {width: 195px;}
#logolink, #logotext {width: 447px;}





/* ******************/
/*  NASTAVENI BAREV */
/* ******************/

.silver a:active, .silver a:hover, a.silver:hover, a.lit:hover, .lit a:hover {color: #a2200a;}
a, a:visited {color: #004990}
a:active, a:hover {color: #54B247; text-decoration: none}
#base a:link, #base a:visited, #baser a:link, #baser a:visited {color: #004990}
#base a:active, #base a:hover, #baser a:active, #baser a:hover {color: #54B247}

h2 {color: #a2200a}
h3 {color: #db2000}
h4 {color: #777}
em {color: #880125} 

.t1, .t1 strong, .t1 em {background: #880125!important; color: #fafafa;}
.t2, .t2 strong, .t2 em {background: #a2200a!important; color: #fafafa;}
.t3, .t3 strong, .t3 em {background: #db2000!important; color: #fafafa;}

blockquote {color: #880125;} /* okrasne uvozovky */
blockquote strong {color: #880125;} /* strong uvnitř okrasných uvozovek */

/* rozcestník */
#cap-box { background-color: #f5f5f5; }
#cap-box a, #cap-box span.empty { color: #777; background-color: #f5f5f5; border: 2px solid #fff; }
#cap-box a .cap-num { color: #e5e5e5; }
#cap-box a:hover { color: #db2000; background-color: #ddd; }
#cap-box a:hover .cap-num {	color: #db2000; }
#cap-box a .cap-num-hov { color: #f5f5f5; }

.menu span, .menu a, .menu2 a, .menu3 a, 
.menu a:visited, .menu2 a:visited, .menu3 a:visited, .menu span { /* polozka */
  color: #000;
}

.menu a:hover { /* hover polozky */
  border-right: 10px solid #a2200a;
  color: #a2200a;
}
.menu2 a:hover { /* hover polozky 2. urovne */
  border-right: 5px solid #db2000;
  color: #db2000;
}
.menu3 a:hover { /* hover polozky 3. urovne*/
  border-right: 2px solid #a2200a;
  color: #a2200a;
}

.menu a.act, .menu a.act:visited { /* aktualni polozka */
  border-right: 20px solid #a2200a;
}
.menu2 a.act, .menu2 a.act:visited { /* aktualni polozka 2. urovne */
  border-right: 10px solid #db2000;
}
.menu3 a.act, .menu3 a.act:visited { /* aktualni polozka 3. urovne */
  border-right: 5px solid #a2200a;
}

.menu a.other, .menu a.other:visited {color: #a2200a;} /* specialni polozka */
.menu2 a.other, .menu2 a.other:visited {color: #db2000;} /* specialni polozka 2. urovne */
.menu3 a.other, .menu3 a.other:visited {color: #a2200a;} /* specialni polozka 3. urovne */

/* web ma tri druhy barev - staci vzdy hromadne nahradit ctrl+h
em: 880125
h2, menu: a2200a
h3, podmenu, odkazy: db2000
*/

.space {
	margin-top: 250px;
}
.extra {
	font-family: "Trebuchet MS", Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 19px;
	/*color: #002E59;*/
	color: #152C41;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
	margin-left: -5px;
}

.vycnivajici {
	display:block;
	width: 154px;
	height: 132px;
	background: url("../design/vycnevek.png") 0px 0px no-repeat;
	position: relative;
	top:689px;
	left: -174px;
}