* {margin: 0; padding: 0} /* implicitni nastaveni pro vsechny objekty */

body { /* globalni nastaveni stranky, obrazku 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}
/* pro pripad vice odkazu u sebe (vhodne u seznamu)*/
.silver a:link, .silver a:visited, a.silver {color: #666; text-decoration: none; border-bottom: 1px dotted;}
/* spedificke odkazy */
.ext_blank {padding-right: 14px; background: url("../design/ext_blank.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;}

/* layout stranek */

#soul { /* podklad dokumentu */ 
	width: 100%;
	padding: 20px 0px 20px 0px;
  position: relative;
}
.ray { /* reklamni prouzek */ 
  float: right;
  width: 40px;
  margin-right: 1px;
  position: absolute;
  top: 0px;
  right: 8px;
}

#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;
}
#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;
}

#clear, .cl { /* zakonceni plovoucich objektu */
	clear: both;
}

.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;
}
a.up, a.up:visited {height: 24px;background: url("../design/upper.png") 30px 5px no-repeat;}
a.up:hover {background: url("../design/upper.png") 30px -19px no-repeat;}
.upper a.up span {z-index: -1;position: absolute;left: 0px;font-size:10px}

/* 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 */
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 20px;
  border-left: 10px solid #f2f2f2;
}

.line { /* opticke oddeleni */
  border-top: 2px solid #ddd;
  padding-bottom: 3px;
  border-bottom: 2px solid #eee;
}
.cite { /* citace */
  margin: 20px 0px 20px 0px;
  padding: 7px 40px 0px 30px;
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 110%;
  text-indent: 0px;
  background: url("../design/cite.png") no-repeat;
}

/* 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 img.nob {float: none;vertical-align: middle}
#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 { /* galerie */
  float: none;
  border: 2px solid #ddd;
  text-indent: 0px;
  background: #fff;
}
.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 */

.object { 
  padding: 0px;
  margin: 15px 0px 10px 0px;
  text-align: center;
  text-indent: 0px;
}
#videoobject {
	margin-top: 18px; 
	margin-bottom: 5px;
	margin-left: 0px;
	text-indent: 0px;
	text-align: center;
}
#videoobject img { 
	cursor: pointer; 
	text-align: left;
	margin: 50px 100px 183px 0px;
	padding: 2px;
	border-width: 0px;
	background: #fff;
}

/* odstavce, nadpisy, doplnky formatovani */

p {	margin: 5px 0px 5px 0px}

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;
}
h1.none {
  padding-top: 10px;
	background: none;
	padding-left: 0px;
}
h2 {
  background: url("../design/h2.png") 0px 3px no-repeat;
  padding-top: 10px;
}
h3, h4 { /* mensi podnadpisy */
  padding-top: 3px;
  padding-bottom: 15px;
	font-size: 14px;
	background-image: none;
}
h4 {font-size: 13px;}
strong {color: #000; font-size: 110%;}
sub, sup {font-size: 8px;}
.overln {text-decoration: overline}

/* seznamy */

#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 #fcfcfc;
}
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;
}

/* 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;
}
.f5, th {background: #f5f5f5} .fa {background: #fafafa;}

iframe { /* ramec pro menu */
  width: 220px;
  height: 400px;
  overflow: hidden;
}

/* reklamni prouzek */

.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;}

/* pristupnost - hlavicka aj. */

a.belowh, a.belowh:visited {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; 
}

/* layout.css */

#head, #head a, #body {width: 778px;} 
#text {margin: 10px 30px 10px 30px;/*height: 400px;*/}
#basel, #baser {width: 349px;}

/* color */

.silver a:active, .silver a:hover {color: #ad0535;}
a:link, a:visited {	color: #ad0535; }
a:active, a:hover {	color: #d23019; 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: #ad0535; }

h2 {color: #ad0535}
h3 {color: #d23019}
h4 {color: #aaa}
em {color: #660e16} 

.t1 {background: #660e16; color: #fafafa;}
.t2 {background: #ad0535; color: #fafafa;}
.t3 {background: #d23019; color: #fafafa;}

/* web ma tri druhy barev - staci vzdy hromadne nahradit ctrl+h
em: 660e16
h2, menu: ad0535
h3, podmenu, odkazy: d23019
*/

/* specific.css */

sub, sup {
	font-size: 10px;
}

.block {
  float: left;
  width: 330px;
  padding: 20px 0px 20px 0px;
}

.pdf {
  text-indent: 0px;
  padding: 0px;
  margin: 0px;
}


/* slovnicek pojmu - zacatek */

#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 {
	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: #ad0535;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#termdescription {
  margin-top: 0px;
}

#info, #prev_info {
	width: 428px; 
	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: #d23019;
	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;
}

#refs, #prev_refs {
	text-align: left;
	text-indent: 0px;
	font-size: 90%;
	border-top: 2px solid #ddd;
	padding-top: 2px;
	height: 5em;
}

#refs strong, #prev_refs strong {
	color: #d23019;
	font-size: 100%;
}

span.related_term {
	color: #ad0535; 
	cursor: pointer; 
	text-decoration: underline;
}

#outputter { /* okno zobrazujici vystup */
  /*visibility: hidden;*/
  display: none;
  position: absolute;
  top: 170px;
  left: 300px;
  background: #fff; /*#1e68aa;*/
  border: 3px groove #ad0535;
  padding: 5px;
  text-align: right;
}
#out_content {
  background: #fff
}
#outputter .button {
	margin: 10px;
	margin-left: 25px;
}

#outputter textarea {
	margin: 0px;
}

.button {
	width: 100px;
	margin: 2px;
}
#window_manager {
position: absolute; 
  /*display: none;*/
  left: -15000px; 
  top:200px;
  background: #fff;
  border: 3px groove #ad0535;
  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;
}