* {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}
a:link, a:visited {	color: #e04f0b; }
a:active, a:hover {	color: #f65b22; text-decoration: none; }
/* pro pripad vice odkazu u sebe (vhodne u seznamu)*/
.silver a:link, .silver a:visited {color: #666; text-decoration: none; border-bottom: 1px dotted;}
.silver a:active, .silver a:hover {color: #e04f0b;}
.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;}

/* access */
#accessKey {visibility: hidden;display:none}
.akS {visibility: hidden}

/* 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: 1px;
}

#body { /* telo dokumentu */
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background: url("../design/body.png") repeat-y;
	z-index: 1; position: relative;
}

#head, #head a { /* klikaci hlavicka */
  height: 150px;
  width: 980px;
  display: block;
  background: url("../design/head.png");
  text-decoration: none;
}

/* pristupnost - hlavicka */
a.belowh, a.belowh:visited {position: absolute; left:0; top:0; z-index:-1; overflow: hidden; display: block;}


#left { /* leva cast tela - menu */
  float: left;
  width: 220px;
  min-height: 400px;
  margin: 0px 10px 10px 20px;
  _margin-left: 10px; /* ie67 hack */
  padding: 10px 0px 0px 0px;
	font-size: 11px;
	background: url("../design/menu.jpg") 0px 10px no-repeat;
}
#text { /* prava cast tela - text */
  float: left;
  width: 692px; /* mozna nutnych 702 */
	margin: 10px 0px 10px 0px;
	padding: 0px 20px 0px 8px;
  text-align: justify;
	text-indent: 30px;
}

#base { /* paticka a jeji casti */
  height: 60px;
	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;
	width: 450px;
	text-align: right;
}
#baser {
	text-align: left;
}
#basepic { /* logo */
	float: left;
	width: 80px;
  margin: 0px 0px 0px 0px;
	text-align: center;
}
#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: #e04f0b; }

#clear, .cl1 { /* zakonceni plovoucich objektu */
	clear: both;
}

/*  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 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 #e04f0b;
  color: #e04f0b;
}
.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 #e04f0b;
  color: #e04f0b;
}

.menu a.act, .menu a.act:visited { /* aktualni polozka */
  border-right: 20px solid #e04f0b;
}
.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 #e04f0b;
}

.menu a.other, .menu a.other:visited {color: #e04f0b;} /* specialni polozka */
.menu2 a.other, .menu2 a.other:visited {color: #db2000;} /* specialni polozka 2. urovne */
.menu3 a.other, .menu3 a.other:visited {color: #e04f0b;} /* specialni polozka 3. urovne */

.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;}

/* vlastni styly */

.subtext { /* text pod menu */
  margin: 0px 20px 0px 20px;
  padding: 10px;
  text-align: left;
  font-size: 11px;
  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-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 3px 3px 15px;
  padding: 3px;
  border: 1px solid #ccc;
  border-right: 10px solid #ddd;
}


#text .nob {border: none; margin-top: 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 { /* 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-top: 1px solid #ddd;
	border-bottom: 3px solid #eee;
  text-align: center;
  background: /*url("../design/gal.png") right top no-repeat*/ #f7f7f7;
  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;}




/* 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;
	padding: 20px 0px;
	text-indent: 0px;
	text-align: center;
	background: url("../design/video.jpg") top center no-repeat;
}
.vob {
  background-image: none!important;
  padding: 0px 0px!important;
}
#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;
}
h2 {
  padding-top: 10px;
	color: #e04f0b;
	background: url("../design/h2.png") no-repeat;
}
h3, h4 { /* mensi podnadpisy */
  padding-top: 3px;
  padding-bottom: 15px;
	font-size: 13px;
	color: #f65b22;
	background-image: none;
}
h4 {
  font-size: 12px;
  color: #777;
}
em { color: #b21212; } 
strong { color: #000; font-size: 110%; }
sub, sup {font-size: 8px;}

/* seznamy */

ul, 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: left;
  padding-left: 10px;
  font-size: 12px;
  color: #111;
}
table ul {
  border-left: 1px solid #f2f2f2;
  text-align: left;
}
.tablight, .tablight tr, .tablight td { /* bezbarierova tabulka */
  border: none;
}
.f5, th {background: #f5f5f5} .fa {background: #fafafa;}
.t1 {background: #b21212; color: #fafafa;}
.t2 {background: #e04f0b; color: #fafafa;}
.t3 {background: #f65b22; color: #fafafa;}

iframe { /* ramec pro menu */
  width: 220px;
  height: 590px;
}

/* reklamni prouzek */

.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;}





/* web ma tri druhy barev - staci vzdy hromadne nahradit ctrl+h
em: b21212
h2, menu: e04f0b
h3, podmenu, odkazy: f65b22
*/


.nahled {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	float: right;
	font-style: italic;
	text-indent: 0px;
}

#text .nahled img {
	padding: 1px;
	margin: 2px;
	border: 1px solid #aaa;
	float: none;
}

.spec {
  float: left;
  width: 300px;
  margin: 10px 10px 10px 0px;
  padding: 10px;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-right: 1px solid #ddd;
  font-size: 11px;
}
#text .spec img {
  float: none;
}

#text img.ia:hover,  #text img.iaHover {
  border-color: #aaa;
}
