* {margin: 0; padding: 0} /* implicitni nastaveni pro vsechny objekty */

/* Verze 06 (29.05.2009)
 * dokumentace na https://is.muni.cz/auth/el/1433/test/s_zakazky/design/unicss/uniCss-verze.txt */

body { /* globalni nastaveni stranky, obrazku obtekani a odkazu */
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
  background: url("../design/w.png") 0px 0px repeat-x #fff; /* 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% 60% 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;}
/* odkazy s mensi prioritou */
.silver a, .silver a:visited, 
a.silver, a.silver:visited {color: #666; text-decoration: none; border-bottom: 1px solid #ccc;}

/* zakl. formatovani */
p {	margin: 5px 0px 5px 0px}
strong {color: #000; font-size: 110%;}
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: #630477!important;
  font-size: 9px;
  font-weight: bold;
}
sup a:hover {
  background: #777;
  color: #fff!important;
}

/* access */
#accessKey {visibility: hidden;display:none}
.akS {visibility: hidden}

/* 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: 20px 0px 20px 0px;
  position: relative;
}
#body { /* telo dokumentu */
	margin-left: auto;
	margin-right: auto;
	background: url("../design/body.png") repeat-y #fff;
	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;
  min-height: 400px;
  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: 30px;
}
#base { /* paticka a jeji casti */
  height: 50px;
	padding: 10px 0px 0px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #eee;
	color: #777;
	font-size: 11px;
	text-align: center;
	line-height: 110%;
	word-spacing: -1px;
  background: url("../design/base.jpg") center no-repeat #fff;
  clear: both;
}
#basel, #baser {
	float: left;
	text-align: right;
}
#baser {text-align: left;}
#basepic { /* logo */
	float: left;
	width: 80px;
  margin: -5px 0px 0px 0px;
	text-align: center;
}

.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: 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}

/* 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 {
  color: #555;
  background: url("../design/li2.png") 20px 3px no-repeat;
  padding-left: 50px;
}
#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 {
  margin-left: -30px;
  border-left: 10px solid #fafafa;
}
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 30px
}
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 {list-style-type: lower-alpha!important;} /* pismenne cislovani */
#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;
}
#text ul.cir li {list-style-type: disc} /* odrazkove cislovani */
#text ul.cir {
  margin-left: -30px;
  padding: 0px 10px 0px 30px;
  border-left: 10px solid #f7f7f7;
}
#text ul.cir ul li {
  margin-left: -30px;
  padding: 0px 10px 0px 50px; 
  list-style-type: none!important;
  background: none;
}

/* 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;
}
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;
}
.tablight, .tablight tr, .tablight td { /* bezbarierova tabulka */
  border: none;
  padding: 2px 4px 2px 4px;
  text-align: center;
}
.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;
}
.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 */
  display: block;
  margin: 20px 10px;
  padding: 25px 5px 25px 80px;
  text-indent: 0px;
  text-decoration: none;
  text-align: left;
  color: #777;
}
a.web, a.pdf, a.img, a.vid, a.odp { /* jednotlive boxy pro odkazy */
  background-position: 10px center!important;
  background-repeat: no-repeat!important;
  border: 1px solid #eee;
}
a.web, a.web:hover {
  background: url("../design/a_web.gif") #f3f9ff;
  border-color: #ddf2fe;
}
a.web:hover {
  background-color: #eef6ff;
  border-color: #cce6ff;
}
a.pdf, a.pdf:hover {
  background: url("../design/a_pdf.gif") #fdf3f3;
  border-color: #f9dddd;
}
a.pdf:hover {
  background-color: #fdeaea;
  border-color: #f9c9c9;
}
a.img, a.img:hover {
  background: url("../design/a_img.gif") #f5fff3;
  border-color: #e0fadd;
}
a.img:hover {
  background-color: #eeffea;
  border-color: #ccf9c9;
}
a.vid, a.vid:hover {
  background: url("../design/a_vid.gif") #f9f9f9;
  border-color: #e6e6e6;
}
a.vid:hover {
  background-color: #f3f3f3;
  border-color: #dadada;
} 
a.odp, a.odp:hover {
  background: url("../design/a_odp.gif") #fffae5;
  border-color: #f9e9c9;
}
a.odp:hover {
  background-color: #fffac9;
  border-color: #f9e5b0;
} 

/* 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; 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%;
}
#text .gal img, #text .galhor img, #text .pic img { /* galerie */
  float: none;
  border: 2px solid #ddd;
  text-indent: 0px;
  background: #fff;
}
#text .pic {
	margin: 20px 0px; 
	text-indent: 0px;
	text-align: center;
}
.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;
}

/* Tiráž publikace */

.tiraz {
  display: block;
  margin: 20px 10px;
  padding: 35px;
  text-indent: 0px;
  text-decoration: none;
  text-align: left;
  color: #777;
  background: url("../design/tiraz-back.png") left top no-repeat #f9f9f9;
  border: 1px solid #e6e6e6;
}
.tiraz h3 {
	padding-left: 0px;
	/*font-size: 13px;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tiraz h2 {
	letter-spacing: -3px;
	background: none;
	padding: 0px;
	margin: -18px 0px 10px -28px;
	color: #e6e6e6;
	font-size: 40px;
}


/* Logolink pod stránkou */

#logoline { /* box pro logolink */
	padding: 0px;
	color: #888;
	font-size: 11px;
	text-align: center;
	line-height: 150%;
	background-color: #fff;
	clear: both;
	word-spacing: -1px;
}
#logotext { /* povinný text nalevo */
	float: left;
	text-align: left;	
	padding-top: 12px;
}
#logotext p { /* povinný text nalevo */
	padding-right: 5px;
}
#logolink { /* logolink - vpravo */
	float: left;
	text-align: right;
	font-weight: bold;
	color: #999;
}
#logoup { /* odkaz "nahoru" */
	float: left;
	width: 84px;
	height: 21px;
	margin: -1px 0px 0px 0px;
	text-align: center;
	background: url("../design/logoupback.bmp") 0px 0px repeat-x #fff;
	border: 1px solid #eee;
	border-top: 1px solid #fff;
	padding-top: 3px;
}
#logoup a, #logoup a:visited, #logoup a:hover, #logoup a:active {
	padding: 7px 10px 7px 20px;
	background: url("../design/logoupico.bmp") no-repeat 9px 9px;
	text-decoration: none;
	border-bottom: none;
}

/* ****************/
/*  VYBER LAYOUTU */
/* *****************
 *  Komentar k typum layoutu (jsou ohraniceny prazdnym radkem):
 *
 *  980 s 260 menu (impl. nastaveni, proto nezakomentovane)
 *  980 s 220 menu
 *  778 s 220 menu
 *  778 bez menu (v html se trida #left vynecha)
 *  980 bez menu (v html se trida #left vynecha)
 *  
 *  Nepouzite mazte
 */

#head, #head a, #body {width: 980px;} 
#left {width: 260px;}
#text {width: 652px;}
#basel, #baser {width: 450px;}
.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;}
/*
#head, #head a, #body {width: 980px;} 
#left {width: 220px;}
#text {width: 692px;}
#basel, #baser {width: 450px;}
.menu span, .menu a, .menu2 a, .menu3 a, 
.menu a:visited, .menu2 a:visited, .menu3 a:visited, .menu span {width: 200px;}
.menu2 a, .menu2 a:visited, .menu a.act, .menu a.act:visited {width: 180px;}
.menu3 a, .menu3 a:visited {width: 160px;}
.menu a:hover {width: 190px;}
.menu2 a:hover {width: 175px;}
.menu3 a:hover {width: 158px;}
.menu2 a.act, .menu2 a.act:visited {width: 170px;}
.menu3 a.act, .menu3 a.act:visited {width: 155px;}
#logolink, #logotext {width: 447px;}

#head, #head a, #body {width: 778px;} 
#left {width: 220px;}
#text {width: 490px;}
#basel, #baser {width: 349px;}
.menu span, .menu a, .menu2 a, .menu3 a, 
.menu a:visited, .menu2 a:visited, .menu3 a:visited, .menu span {width: 200px;}
.menu2 a, .menu2 a:visited, .menu a.act, .menu a.act:visited {width: 180px;}
.menu3 a, .menu3 a:visited {width: 160px;}
.menu a:hover {width: 190px;}
.menu2 a:hover {width: 175px;}
.menu3 a:hover {width: 158px;}
.menu2 a.act, .menu2 a.act:visited {width: 170px;}
.menu3 a.act, .menu3 a.act:visited {width: 155px;}
#logolink, #logotext {width: 346px;}

#head, #head a, #body {width: 778px;} 
#text {margin: 10px 30px 10px 30px;}
#basel, #baser {width: 349px;}
#logolink, #logotext {width: 346px;}

#head, #head a, #body {width: 980px;} 
#text {width: 920px; margin: 10px 30px 10px 30px;}
#basel, #baser {width: 450px;}
#logolink, #logotext {width: 447px;}
*/




/* ctyr-radkova paticka (pro pouziti odkomentujte) */

/*
#base {height: 60px;}
#basepic {margin: 0px;}
*/

/* *****************/
/*  NASTAVENI MENU */
/*  klasicke menu  */
/* *****************/

.menu span, .menu a, .menu2 a, .menu3 a, 
.menu a:visited, .menu2 a:visited, .menu3 a:visited, .menu span { /* polozka */
  display: block;
  padding: 2px 0px 2px 20px;
  border-top: 1px solid #fff;
  text-decoration: none;
  text-align: left;
  background: url("../design/mlist.bmp") no-repeat 7px 9px;
}
.menu2 a, .menu2 a:visited { /* polozka 2. urovne */
  padding-left: 40px;
  background: url("../design/msub.bmp") no-repeat 20px 8px;
}
.menu3 a, .menu3 a:visited { /* polozka 3. urovne */
  padding-left: 60px;
  background: url("../design/msub.bmp") no-repeat 40px 8px;
}

.menu a:hover { /* hover polozky */
  background-color: #fff;
}

.menu a.act, .menu a.act:visited { /* aktualni polozka */
  font-weight: bold;
  background: url("../design/mact.bmp") no-repeat 7px 9px;
}
.menu2 a.act, .menu2 a.act:visited { /* aktualni polozka 2. urovne */
  background-position: 21px 9px;
}
.menu3 a.act, .menu3 a.act:visited { /* aktualni polozka 3. urovne */
  background-position: 41px 9px;
}

.menu a.other:hover{color: #777;} /* hover specialni polozky */


.menu span { /* nadpisy a mezery */
  padding-left: 7px;
  background: none;
  font-size: 13px;
  font-weight: bold;
}
.menu2 span {padding-left: 20px;}
.menu3 span {padding-left: 40px;}


/* *****************/
/* menu horizontal */
/* *****************/

.hmenu { /* global */
	text-align: center;
  position: relative; z-index: 1
}
.hm {
  height: 40px;
  background: url("../design/hmenu.png")
}
.hmenu ul { /* kontejner */
	list-style: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	border: none;
}
.hmenu li, .hmenu li a, .hmenu li a:visited, .hmenu li a:hover { /* odkaz */
  float: left;
  display: block;
  height: 40px;
  text-decoration: none;
}

/* co radek, to polozka menu */
a.m1, .m1act {width: 311px;}
a.m2, .m2act {width: 319px;}
a.m3, .m3act {width: 330px;}
/* hover pro menu (co radek, to polozka) */
a.m1:hover, .m1act {background: url("../design/hmenu.png") -10px -41px no-repeat;}
a.m2:hover, .m2act {background: url("../design/hmenu.png") -321px -41px no-repeat;}
a.m3:hover, .m3act {background: url("../design/hmenu.png") -640px -41px no-repeat;}


.hmenu a, .hmenu a:visited {}
.hmenu span {position: absolute; z-index: -1;}

/* **************/
/* menu expand  */
/* **************/

ul.menux a.act, ul.menux a.act:visited {
  border-right: 20px solid #630477 !important;
}
ul.menux ul a.act, ul.menux ul a.act:visited {
  border-right: 10px solid #cc6a30 !important;
}
ul.menux ul ul a.act, ul.menux ul ul a.act:visited {
  border-right: 5px solid #630477 !important;
}
ul.menux ul a.other, ul.menux ul a.other:visited {
  color: #cc6a30 !important;
}
ul.menux a.other, ul.menux a.other:visited, 
ul.menux ul ul a.other, ul.menux ul ul a.other:visited  {
  color: #630477 !important;
}

.menux li a:hover {
  border-right: 20px solid #630477 !important;
  color: #630477 !important;
  background-color: #fff;
}
.menux li li a:hover {
  border-right: 10px solid #cc6a30 !important;
  color: #cc6a30 !important;
  background-color: #fff;
}
.menux li li li a:hover {
  border-right: 5px solid #630477 !important;
  color: #630477 !important;
  background-color: #fff;
}

/* ************************/
/* menu expand horizontal */
/* ************************/

ul#menuy ul a:hover {
	border-bottom: 1px solid #630477;
	color: #cc6a30;
}

ul#menuy ul li a.act {
	border-right: 10px solid #cc6a30;
	background-color: #fafafa;
}
ul#menuy ul li a.other {
	color: #cc6a30;
	background-color: #fafafa;
}

/* ******************/
/*  NASTAVENI BAREV */
/* ******************/

.silver a:active, .silver a:hover, a.silver:hover {color: #630477; border-color: #fff}
a, a:visited {color: #630477}
a:active, a:hover {color: #cc6a30; text-decoration: none}
#base a:link, #base a:visited, #baser a:link, #baser a:visited {color: #888}
#base a:active, #base a:hover, #baser a:active, #baser a:hover {color: #630477}

h2 {color: #630477}
h3 {color: #cc6a30}
h4 {color: #777}
em {color: #5d397f} 

.t1 {background: #5d397f; color: #fafafa;}
.t2 {background: #630477; color: #fafafa;}
.t3 {background: #cc6a30; color: #fafafa;}

.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 #630477;
  color: #630477;
}
.menu2 a:hover { /* hover polozky 2. urovne */
  border-right: 5px solid #cc6a30;
  color: #cc6a30;
}
.menu3 a:hover { /* hover polozky 3. urovne*/
  border-right: 2px solid #630477;
  color: #630477;
}

.menu a.act, .menu a.act:visited { /* aktualni polozka */
  border-right: 20px solid #630477;
}
.menu2 a.act, .menu2 a.act:visited { /* aktualni polozka 2. urovne */
  border-right: 10px solid #cc6a30;
}
.menu3 a.act, .menu3 a.act:visited { /* aktualni polozka 3. urovne */
  border-right: 5px solid #630477;
}

.menu a.other, .menu a.other:visited {color: #630477;} /* specialni polozka */
.menu2 a.other, .menu2 a.other:visited {color: #cc6a30;} /* specialni polozka 2. urovne */
.menu3 a.other, .menu3 a.other:visited {color: #630477;} /* specialni polozka 3. urovne */



/* web ma tri druhy barev - staci vzdy hromadne nahradit ctrl+h
em: 5d397f
h2, menu: 630477
h3, podmenu, odkazy: cc6a30
*/


/* ******************/
/*  DODATEČNĚ PŘIDANÉ STYLY */
/* ******************/


.menu .menu2 a.other:hover, .menu .menu2 .menu3 a.other:hover {color: #777;}


#text div.tocenter{margin-left: 25px;}
#text div.tocenter2{margin-left: 50px;}
#text div.tocenter3{margin-left: 175px;}
#text .alcenter{text-align:center;margin-left: 0px; padding-left: 0px; text-indent: 0px;}
#text .cite strong{font-size: 90%;}
#text .noindent{text-indent: 0px;}
#text .line2 { /* opticke horiz. oddeleni */
  padding-bottom: 3px;
  border-top: 1px solid #eee;
}
#text .alright{text-align: right;}


#text ul.sources li{margin-bottom: 10px;}
#text div.divsources{padding-left: 15px;}


#text div.icon1, #text div.icon2{padding-left: 150px;}
#text div.icon1{background: url("../design/icon1.png") 0px -10px no-repeat;}
#text div.icon2{background: url("../design/icon2.png") 0px 0px no-repeat;}

.line{
margin-bottom:20px;
margin-top:20px;
}







#text blockquote {
color: #5d397f;
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;
} 
#text blockquote strong{color: #5d397f;}
#text .quoter {
background: url("../design/quoter.png") 100% 0px no-repeat;
} 





#text div.subtitle{
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;
	font-size: 15px;
	text-indent: 0px;
	font-size: 14px;
	text-align: center;
	color: #cc6a30;
	font-weight: bold;
}


#text .chapter h3, #text .chapter h4, #text h4.chapter{margin-top: 20px;text-align: center; text-indent: 0px;color: #000;padding: 0px; text-indent: 0px;margin-bottom: 0px;font-size: 15px;}
#text .chapter h4, #text h4.chapter{font-size: 18px;}









#text .gal img, #text .ind img, #text .galhor img {
background:#FFFFFF none repeat scroll 0 0;
border:2px solid #DDDDDD;
float:left;
margin:5px 20px 5px 0;
text-indent:0;
}
#text .gal img {
float:none;
margin:5px 10px;
}
#text .ind img {
margin:0 0 5px;
}
.galhor {
background:#F7F7F7 none repeat scroll 0 0;
border-color:#DDDDDD #DDDDDD #EEEEEE;
border-style:solid;
border-width:1px 1px 3px;
color:#555555;
display:block;
/*font-family:Georgia,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Arial,Helvetica,sans-serif;*/
font-size:25px;
font-weight:bold;
height:130px;
line-height:100%;
margin:10px 0;
padding:8px 10px 16px 30px;
text-align:left;
text-indent:0;
letter-spacing: -1px;
}
.galhor span {
color:#999999;
/*font-family:Verdana;*/
font-size:12px;
letter-spacing: 0px;
font-weight: normal;
}

#text img.ia:hover, #text .ia img:hover, .ia img:hover {
border-color:#AAAAAA;
}
#text .galhor:hover {
background:#FFFFFF none repeat scroll 0 0;
}










/* menu upper */
.menUp, .menUp2{margin-top: 100px;}
.menUp a, .menUp a:visited, .menUp2 a, .menUp2 a:visited {

  display: block;

  margin: 0px 20px 0px 20px;

  text-decoration: none;

  background: url("../design/menup.jpg") 95px 0px repeat-y;

}
.menUp a, .menUp a:visited {
  height: 16650px;
}
.menUp2 a, .menUp2 a:visited {
  height: 11680px;
}


.menUp a:hover, .menUp2 a:hover {

  background: url("../design/menup.jpg") -35px 0px repeat-y;

}

.menUp a span, .menUp a:visited span, .menUp2 a span, .menUp2 a:visited span {

  position: relative;

  top: 0px;

  left: 0px;

  color: #cc6a30;

}

.menUp a:hover span, .menUp2 a:hover span {

  color: #777;

}






.normal table {
  width: 100%;
  margin: 10px 0px 10px 0px;
  border-collapse: collapse;
  text-indent: 0px;
  border: 0px;
	font-size: 12px;
	color: #333;
}
.normal table tr, td, th {
  border: 0px;
}




#text .special h2, #text .special h3{margin-top: 20px;text-align: center; text-indent: 0px;color: #000;padding: 0px; text-indent: 0px;margin-bottom: 0px;font-size: 22px;background-image: none;line-height: 140%;}
#text .special h2 span.smallest{font-size: 14px;}
#text .special h2 span.small{font-size: 18px;}
#text .special h2 span.bigger{font-size: 24px;}
#text .special h3{font-size: 16px;font-weight: normal;border-top: 1px solid #f1f1f1;padding-top: 10px;}










