* {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: #0a236e!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") #fff 100% 4px no-repeat;}
a.up:hover {background: url("../design/upper.png") #fff 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;
  border-left: 10px solid #f2f2f2;
  text-indent: 0px;
}
ol {padding: 0px 20px 0px 30px}
#text li, #text ul ul ul li {
  padding: 0px 10px 0px 40px;
  margin-left: 10px;
  list-style: none;
  background: url("../design/li.png") 10px 4px no-repeat;
}
#text ul ul li {
  color: #555;
  background: url("../design/li2.png") 10px 3px no-repeat;
}
#text ul ul, #text ol ol {
  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;
}
ul p, ol p {
  margin-left: -30px;
  text-indent: 30px;
}
#text ol li {
  padding: 0px 20px 0px 10px;
  list-style-type: decimal;
  background: none;
}

#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 #fafafa;
}
#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 #fafafa;
}
#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 #fafafa;
}
#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: 9px;
  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;
}

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;
}
.video {
  padding: 20px 0px 20px 5px;
  background: url("../design/video.jpg") center no-repeat;
  text-indent: 120px;
}

/* 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 */
/* ****************/

#head, #head a, #body {width: 980px;} 
#text {width: 920px; margin: 10px 30px 10px 30px;}
#basel, #baser {width: 450px;}
#logolink, #logotext {width: 447px;}

/* ******************/
/*  NASTAVENI BAREV */
/* ******************/

.silver a:active, .silver a:hover, a.silver:hover {color: #0a236e; border-color: #fff}
a, a:visited {color: #0a236e}
a:active, a:hover {color: #0d4b9b; 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: #0a236e}

h2 {color: #0a236e}
h3 {color: #0d4b9b}
h4 {color: #777}
em {color: #263d62} 

.t1 {background: #263d62; color: #fafafa;}
.t2 {background: #0a236e; color: #fafafa;}
.t3 {background: #0d4b9b; color: #fafafa;}

/* web ma tri druhy barev - staci vzdy hromadne nahradit ctrl+h
em: 263d62
h2, menu: 0a236e
h3, podmenu, odkazy: 0d4b9b
*/

/* ***********/
/*  SPECIFIC */
/* ***********/

sub, sup {
	font-size: 10px;
}

.block {
  float: left;
  width: 330px;
  padding: 20px 0px 20px 0px;
}

.pdfversion {
  text-indent: 0px;
  padding: 0px;
  margin: 0px;
}

#text .pdfversion img {
  margin: 0px;
  vertical-align: middle;
}

/* ******************/
/*  SLOVNICEK POJMU */
/* ******************/

#list {
	width: 270px; 
	overflow: none; 
	float: left;
	margin-top: 10px;
	text-indent: 0px;
	text-align: left;
}

#list select {
	width: 270px;
	border: 1px solid #666;
	overflow: auto;
	background: url("../design/w.png") 0px -280px repeat-x;
  font-family: Verdana;
  font-size: 11px;
}

#list option { /* funguje jen ve FF */
	padding-top: 2px;
	padding-left: 3px;
	background: none;
}

#list input {
	margin: 2px 0px 0px 3px;
	font-family: Verdana;
	font-size: 11px;
	padding: 1px;
}

#list input.button, #list input.button2 {
	padding: 0px;
}

#list_content {
	margin: 0px 5px 20px 0px;
}

fieldset {
	width: 258px;
	padding: 5px;
	border: 1px solid #666;
	background: url("../design/w.png") 0px -260px #eee;
	font-size: 11px;
}

.menu_head {
	width: 260px;
	margin: 0px;
	margin-top: 5px;
	padding: 1px 5px 1px 5px;
  background: url("../design/head.png") -300px -110px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.edit_head {
	width: 150px;
	margin: 0px;
	margin-top: 10px;
	padding: 1px 5px 1px 5px;
	background: #0d4b9b;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#termdescription {
  margin-top: 0px;
}

#info, #prev_info {
	width: 630px; 
	float: left;
	padding-right: 20px;
	/*visibility: hidden;*/ 
}

#prev_info {
  visibility: visible;
  text-align: left;
}

#edit_terms {
	width: 450px; 
	float: left;
	padding-left: 10px; 
	padding-right: 0px;
	/*visibility: hidden;*/ 
	text-indent: 0px;
}

#edit_terms textarea {
	border: 1px solid #1e68aa;
	margin: 0px;
}

#prev.subtitle {
  height: 2.5em;
}

#text p.desc_subtitle {
	color: #0d4b9b /*#0d4b9b*/;
	font-style: italic;
}

#description, #prev_desc {
	margin-top: 8px;
	margin-bottom: 15px;
	border: none;
	padding: 0.5em;
	/*height: 350px;
	overflow: auto;*/
}

#prev_desc {
  height: 230px;
	overflow: auto;
}

#outputter { /* okno zobrazujici vystup */
  /*visibility: hidden;*/
  display: none;
  position: absolute;
  top: 170px;
  left: 300px;
  background: #fff; /*#1e68aa;*/
  border: 3px groove #0d4b9b;
  padding: 5px;
  text-align: right;
}

#out_content {
  background: #fff
}

#outputter .button {
	margin: 10px;
	margin-left: 25px;
}

#outputter textarea {
	margin: 0px;
}

.button {
	width: 121px;
	margin: 2px;
}

.button2 {
	width: 34px;
	margin: 2px;
}

#window_manager {
  position: absolute; 
  /*display: none;*/
  left: -15000px; 
  top:200px;
  background: #fff;
  border: 3px groove #0d4b9b;
  padding: 5px;
}

#application_status { visibility: hidden}

#text img.apl { /* sipky historie */
  margin: 2px; 
  cursor: pointer;
  border: 0px none;
  vertical-align: middle;
  float: none;
  padding: 0px;
}

#termdescription .gal img {
	border: none;
	margin: 0px;
	padding: 9px;
}

#termdescription .pos_center {
	width: 100%;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 120px;
	text-indent: 0px;
}

#termLoader, #termsListLoader {
  display: none;
}

#info img.inner {
  border: 0px;
  float: none;
  margin: 0px;
  padding: 0px 5px 0px 5px;  
}

#info img.alone {
  border: 0px;
  float: left;
  margin: 0px;
  padding: 10px 0px 10px 0px;  
}

#text img.intro {
  border: 0px;
  float: left;
  margin: 0px;
  padding: 0px;
}

#odkazy {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-indent: 0px;
}

#odkazy img {
  border: 0px;
  float: none;
  margin: 0px;
  padding: 0px;
}

#odkazy img.pad1 {
  padding: 0px 1px 0px 1px;
}

span.linked_term {
	color: #0a236e;
	cursor: pointer;
	text-decoration: underline;
}

span.linked_term:hover {
	color: #0d4b9b;
	text-decoration: none;
}

.counter {
  color: #666;
  margin-top: -8px;
  text-align: right;
}

#text .counter img {
  border: 0px;
  float: none;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}
