@charset "windows-1250";

/*		POUŽITÉ BARVY 

255,140,0				oranžová - celé pozadí 
255,252,240				bílá 
255,160,100				oranžová - pozadí krajních bloků 
255,240,200				krémmmová 
255,0,0
255,190,130				oranžová - aktivní odkaz krajního bloku 
230,100,0				hnědá 
210,100,0				hnědší 
150,70,50				hodně hnědá 
120,50,10				nejhnědší 
	 
	
	
	
	před sebou a za sebou navíc vertikální mezeru, která většinou přesně odpovídá výšce jednoho řádku,
	 což odpovídá anglosaské normě. (Této mezery se lze zbavit pomocí CSS stylu 
	 <p style="margin-top: 0px; margin-bottom: 0px">.
	
	
	#hlavnipanel 								background: 	RGB(255, 240,225); #e8e19d

#hlavnipanel a:hover 						background: 	RGB(255, 252,240);
											color: 			RGB(150, 70,50);
	
*/	
/* hlavní panel xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#hlavnipanel {
	padding: 10px;
	margin-top: 0px;
	margin-left: 160px;
	margin-right: 160px;
	width: auto; 
	background: #e8e19d;
	font: normal normal normal 80%   Verdana, Helvetica, sans-serif;
	text-align: left;
	color: RGB(100,30,10);
	line-height: 130%;
}


#hlavnipanel a {
	text-decoration: none;
	color: RGB(0,0,0);
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
 #hlavnipanel a:hover  {
	background: RGB(255, 252,240);
	color: RGB(100,50,20);
}	




#hlavnipanel hr {
	text-align:center;
	width:80%;
	color: RGB(255,190,130);
	height: 1px;
}	

#hlavnipanel h1 {
	font: normal normal bolder 150%  Swiss 721 BlkRnd AT, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: RGB(216,48,37);
}




#hlavnipanel h2 {
	font: normal normal bold 130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: RGB(223,98,34);
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 50px;
	text-decoration: none;
}
#hlavnipanel h3 {
	font: normal normal bold 130%   Arial, Helvetica, sans-serif;
	color: RGB(120,50,10);
	margin-top: 0px;
	margin-bottom: 5px;

}

#hlavnipanel h4 {
	font: italic normal normal 110% Comic Sans MS;
	text-align: center;
	color: RGB(100,30,10);
	margin-top: 0px;
	margin-bottom: 10px;
	line-break: normal;
}
#hlavnipanel h5 {
	font: normal normal normal 110% Comic Sans MS;
	text-align: left;
	color: RGB(100,30,10);
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 50px;
	line-break: normal;
}


#hlavnipanel h6 {
	font: normal normal bold 90% Comic Sans MS;
	font-weight: bold;
	text-align: left;
	color: RGB(100,30,10);
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 70px;
}

 #hlavnipanel p    {
	text-indent: 30px;
 	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
  text-align:justify }

  #hlavnipanel .obtekanyleft{
 	float:left;
 	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right:0px;
 }	

  #hlavnipanel .zalomenytext{ 
  	width:30%;
 	float:left;
 	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right:0px;
 } 
 
   #hlavnipanel .zalomenytext19{ 
  	width:120px;
 	float:left;
 	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right:0px;
	padding-left:0px;
 } 
  

 #hlavnipanel .mapavm {
	width: 400px;
}
 #hlavnipanel #tablevm {
	width: 400px;	
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	table-layout: fixed;
}

 #hlavnipanel #mapastranek {
	margin-left: 100px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding: 0px;
}
 #hlavnipanel .kurz {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
}
 #hlavnipanel .kurz ul {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}
 #hlavnipanel .podtitul {
 text-decoration: overline;
}
 #hlavnipanel .maletucnevpravo {
 font-size: 10px;
 font-variant: small-caps;
 font-weight: bold;
 text-align: right;
 margin-right: 50px;
 color: RGB(230,100,0);
 text-decoration: overline;
}
.margin5{
	margin-left : 5%;
	margin-right :5%;
	margin-top :0px;
	margin-bottom : 20px;

}	
.left250{
	margin-left : 250px;
}

/*tale1 je užito v: 13, 14, kontakt */
.table1{  
	text-align:center;
	margin-left : 5px;
	margin-right : 5px;
	margin-top :0px;
	margin-bottom : 20px;
	table-layout: fixed;
	border: none;	
}

.table1 .col1{
	width:40%;
	text-align: right;
	vertical-align: middle;
}

.table1 .col2{
	text-align: left;
	vertical-align: middle;
	padding-left:20px;
}





.table12{  
  width:500px;
  text-align:center;
	margin-left : 5px;
	margin-right : 5px;
	margin-top :0px;
	margin-bottom : 20px;
	table-layout: fixed;
	border: none;	
	font-size: 11px;
	
}

.table12 .col1 {
	width:160px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
}

.table12 .col2 {
	width:150px;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
}


.table12 .col3 {
	width:190px;
  text-align: left;
	vertical-align: middle;
  padding-left:20px;
	font-size: 10px;
}





.table35{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	table-layout: fixed;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
}

.table35 .col1{
	width:70px;
	text-align:center;
	vertical-align: middle;
}

.table35 .col2{
	width:20px;
	text-align: right;
	vertical-align: middle;
}

.table35 .col3{
	width:100px;
	text-align: center;
	vertical-align: middle;
}

.table35 .col4{
	width:50px;
	text-align: left;
	vertical-align: middle;
}
.table35 tr{
	height: 20px;
}

.table50{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	table-layout: fixed;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
}

.table50 .col1{
	width:270px;
	text-align:center;
	vertical-align: middle;
}

.table50 .col2{
	width:50px;
	text-align: center;
	vertical-align: middle;
}

.table50 .col3{
	width:70px;
	text-align: center;
	vertical-align: middle;
}
.table50 tr{
	height: 20px;
}



.table192{
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	table-layout: fixed;
	border: 2px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
	border-collapse: collapse;
}

.table192 .col1 {
	width:130px;
	text-align:left;
	vertical-align: middle;
	padding-left:10px;
}

.table192 .col2{
	width:48px;
	text-align: center;
	vertical-align: middle;
}
.table192 .col3{
	width:60px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.table192 tr td{
	height: 20px;
	border-bottom: 1px solid RGB(150,70,50);
}
.table192 .tr1{
	height: 30px;
	background: RGB(255,210,170);
	font-weight: bold;
}
.table192 .tr2 td{
	height: 20px;
	background: RGB(255,255,255);
	font-style: italic;
}



.table193{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	table-layout: fixed;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
	border-collapse: collapse;
}

.table193 .col1{
	width:50px;
	text-align:center;
	vertical-align: middle;
}

.table193 .col2{
	width:100px;
	text-align: center;
	vertical-align: middle;
}

.table193 .col3{
	width:100px;
	text-align: center;
	vertical-align: middle;
}

.table193 tr{
	height: 20px;
}

.table31a{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	table-layout: fixed;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
}
.table31a td{
	width:37px;
	text-align:center;
}
.table31a tr{
	height: 20px;
}


.table31b{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	table-layout: fixed;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
}
.table31b tr{
	height: 20px;
}

.table31b .col1{
	width:150px;
	text-align: center;
	vertical-align: middle;
}
.table31b .col2{
	width:100px;
	text-align: right;
	vertical-align: middle;
}
.table31b .col3{
	width:70px;
	text-align: right;
	vertical-align: middle;
}
.table31b .col4{
	width:auto;
	text-align: center;
	vertical-align: middle;
}

.table70{
	margin-left:50px;
	margin-right:50px;
	margin-top: 50px;
	margin-bottom: 0px;
	table-layout: fixed;
	border:none;
	background-color: none;
	font-weight: bold;
}
.table70 tr{
	height: 20px;
}

.table70 .col1{
	width: 40px;
	text-align: left;
	vertical-align: middle;
	font-size: 120%;
}
.table70 .col2{
	width: 200px;
	text-align: left;
	vertical-align: middle;
		font-size: 90%;
}
.table70 .col3{
	width:auto;
	text-align: right;
	vertical-align: middle;
		font-size: 80%;
}
.table70 .col4{
	width:30px;
	text-align: center;
	vertical-align: middle;

}


.table91{
	margin-left:50px;
	margin-right:50px;
	margin-top: 50px;
	margin-bottom: 0px;
	table-layout: fixed;
	border:none;
	background-color: none;
	font-weight: bold;
}
.table91 tr{
	height: 20px;
}

.table91 .col1{
	width: 80px;
	text-align: left;
	vertical-align: middle;
	font-size: 120%;
}
.table91 .col2{
	width: 200px;
	text-align: left;
	vertical-align: middle;
		font-size: 90%;
}
.table91 .col3{
	width:auto;
	text-align: right;
	vertical-align: middle;
		font-size: 80%;
}
.table91 .col4{
	width:30px;
	text-align: center;
	vertical-align: middle;

}


.table21{
	margin-left: 10px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
	table-layout: fixed;
}
.table21 tr{
	height: 20px;
}

.table21 .col1{
	width: 80px;
	text-align: center;
	vertical-align: middle;
}
.table21 .col2{
	width:50px;
	text-align: center;
	vertical-align: middle;
}
.table21 .col3{
	width:80%;
	text-align: auto;
	vertical-align: middle;
	padding-left:20px;
}



.table22{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
}
.table22 tr{
	height: 20px;
}

.table22 .col1{
	width: 80px;
	text-align: center;
	vertical-align: middle;
}
.table22 .col2{
	width:50px;
	text-align: left;
	vertical-align: middle;
}
.table22 .col3{

	text-align: left;
	vertical-align: middle;
	padding-left:20px;
}


.table23{
	margin-left: 10px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
	table-layout: fixed;
}
.table23 tr{
	height: 20px;
}

.table23 .col1{
	width: 80px;
	text-align: center;
	vertical-align: middle;
}
.table23 .col2{
	width:80px;
	text-align: center;
	vertical-align: middle;
}
.table23 .col3{
	width:75%;
	text-align: auto;
	vertical-align: middle;
	padding-left:20px;
}



.table24{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 3px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
	table-layout: fixed;
	border-collapse:collapse;
}
.table24 tr{
	height: 40px;
}

.table24 td{
	text-align: center;
}

.table24 .col1{
	width: 60px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: RGB(255,210,170);
}
.table24 .col2{
	width:73px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid RGB(150,70,50);
}

.table24 .tr1{
	height:30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: RGB(255,210,170);
}

.table24 .tr2 {
	height:15px;
	text-align: left;
	vertical-align: middle;
	font-size: 8px;
	background-color: RGB(255,210,170);
}
.table24 .tr3 {
	height:15px;
	text-align: right;
	vertical-align: middle;
	font-size: 8px;
	background-color: RGB(255,210,170);
}
.table24 .tr2 td{
	text-align: left;
	border-bottom: none;
}
.table24 .tr3 td{
	text-align: right;
	border-top: none;
	border-bottom: 2px solid RGB(150,70,50);
}
.table24   td{
	border: 1px solid RGB(150,70,50);
}


.table24b{
	margin-left:50px;
	margin-right:50px;
	margin-top: 50px;
	margin-bottom: 10px;
	table-layout: fixed;
	border:none;
	background-color: none;
	font-size: 120%;
	font-weight: bold;
	border-collapse: collapse;
}
.table24b tr{
	height:20px;
}

.table24b .col1{
	width: 150px;
	text-align: left;
	vertical-align: middle;
	font-size: 120%;
	font-weight: bold;
	color: RGB(255,240,225);
	background-color: RGB(150,70,50);
}
.table24b .col2 {
	width: auto;
	text-align: center;
	vertical-align: middle;
}

.table24b .col3{
	width:70px;
	text-align: center;
	vertical-align: middle;
	background-color: RGB(230,100,0);
	font-size: 10px;
	background-image: url(../zjev/bg.png);
}

#hlavnipanel .table24b a, #hlavnipanel .table24b.dolu {
	font-style: normal;
	font-weight: bold;	
	color: RGB(255,140,0);
}

#hlavnipanel .table24b a:hover, #hlavnipanel .table24b.nad {
	background:none;
	color: RGB(255,210,170);
	font-size: 12px;
}
.table24b .col4 {
	width:30px;
	text-align: center;
	vertical-align: middle;
}




.table24c {
	margin-left: 40px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 3px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
	float: left;
	border-collapse:collapse;
}
.konec{
	clear: both;
}
.table24c tr {
	height: 20px;
}

.table24c .col1 {
	width: 40px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: RGB(255,210,170);

}
.table24c .col2 {
	width:180px;
	text-align: center;
	vertical-align: middle;
	
}



.table25{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
}
.table25 tr{
	height: 20px;
}

.table25 .col1{
	width: 80px;
	text-align: center;
	vertical-align: middle;
}
.table25 .col2{
	width:50px;
	text-align: left;
	vertical-align: middle;
}
.table25 .col3{
	text-align: left;
	vertical-align: middle;
	padding-left:20px;
} 




.table37{
	margin-left: 10px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
	table-layout: fixed;
}
.table37 tr{
	height: 20px;
}

.table37 .col1 {
	width: 50px;
	text-align: left;
	vertical-align: middle;
}
.table37 .col2 {	
	width: auto;
	text-align: left;
	vertical-align: middle;
}
.table37 .col3 {
	width:100px;
	text-align: center;
	vertical-align: middle;
	padding-left:20px;
}

 .table37 .col3 td{
	width:100px;
	text-align: center;
	vertical-align: middle;
	padding-left:20px;
}




.table39{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 3px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
	table-layout: fixed;
	border-collapse:collapse;
}
.table39 tr{
	height: 20px;
}

.table39 .col1{
	width: 30px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: RGB(255,210,170);
}
.table39 .col{
	text-align: center;
	vertical-align: middle;
	border: 1px solid RGB(150,70,50);
}

.table39 .tr1{
	height:30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: RGB(255,210,170);	
}

.table39 .tr2 {
	height:15px;
	text-align: center;
	vertical-align: middle;
	font-size: 8px;
	background-color: RGB(255,210,170);
}
  
.table39 .tr1 td{
	border-bottom: none;
	border-top: none;  
	
}
.table39 .tr2 td{
	border-bottom: none;
	border-top: none;
}

.table39   td{
	border: 1px solid RGB(150,70,50); 
	text-align: center;
}





.tablestahnout{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
}
.tablestahnout tr{
	height: 20px;
}

.tablestahnout .col1{
	width: 250px;
	text-align: center;
	vertical-align: middle;

	font-weight: bold;
}
.tablestahnout .col2{
	width:120px;
	text-align: left;
	vertical-align: middle;
		font-size: 80%;
}
.tablestahnout .col3{
	width:50px;
	text-align: left;
	vertical-align: middle;
		font-size: 80%;
}


.tableftp{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
	width:500px;
}
.tableftp tr{
	height: 20px;
}

.tableftp .col1{
	width: 120px;
	text-align: center;
	vertical-align: middle;

	font-weight: bold;
}
.tableftp .col2{
	width:250px;
	text-align: left;
	vertical-align: middle;
		font-size: 80%;
}
.tableftp .col3{

	text-align: left;
	vertical-align: middle;
		font-size: 80%;
}



.tableT{
	margin-left: 10px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid RGB(150,70,50);
	background-color: RGB(255,252,240);
	table-layout: fixed;
}
.tableT tr{
	height: 20px;
	text-align: left;
}

.tableT .col1{
	width: 200px;
	vertical-align: middle;
}
.tableT .col2{
	width:150px;
	vertical-align: middle;
}
.tableT .col3{
	vertical-align: middle;
	padding-left:20px;
}

.color {
	background: RGB(255,210,170);
} 
.center{
	text-align:center;
}
	
.line td {
	border-top:1px solid RGB(150,70,50);
}
.line2 td{
	border: 1px solid RGB(150,70,50);
	
}

 #hlavnipanel .vrch a {
	position: relative;
	height: 20px;
	width: 30px;
	z-index: 4;
	float: right;
	background: url(../zjev/2.png) ;
}
 #hlavnipanel .vrch a:hover {
	background: url(../zjev/2a.png) ;
}




/* FORMULÁŘE  XXXXXXXXXXXXXXXXXXXXX*/
.tabulka{
	background-color:  RGB(255,252,240);
	font-family : "Courier New CE", Courier New, Courier, monospace;
	margin-top : 1em;
	margin-left : 2em;
	margin-bottom : 2em;
	margin-right : 0em;
	text-align : center;
	font-size: 0.9em;
	text-indent: 0.4em;
	border : 2px solid RGB(150,70,50);
	border-collapse: collapse;
}
.tabulka3{
	background-color:  RGB(255,252,240);
	font-family : "Courier New CE", Courier New, Courier, monospace;
	margin-top : 1em;
	margin-left : 2em;
	margin-bottom : 2em;
	margin-right : 0em;
	padding-bottom: 10px;
	text-align : left;
	font-size: 0.9em;
	text-indent: 0.4em;
	border : 2px solid RGB(150,70,50);
	border-collapse: collapse;
}
.textbox {
	width :355px;
	height :100px;
}
.tlacitko {
	margin-top:5px;
	margin-right: 0px;
	margin-left: 40px;
	margin-bottom: 0px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top: 2px;
	background: RGB(255,190,130);
	font: normal small-caps bold 16px/normal "Times New Roman", serif;
	text-align: center;
	color: RGB(150,70,50);
}
.bunka-vlevo-barva{
	text-align : left;
	text-indent: 0.4em;
	background-color: RGB(255, 220,180);
}


.podtrh {
	text-decoration : underline;
}
.W20st {
	width :20px;
	text-align : center;
}
.W30pr {
	width :30px;
	text-align : right;
}
.W40 {
	width :40px;
}
.W110 {
	width :110px;
}
.W125 {
	width :125px;
}


.W180 {
	width :180px;
}

 /* wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww */
 
 
 
.obrazek  {
	margin: 2px;
	float: left;
	width: 150px;
	height: 182px;
	border: 2px solid RGB(255,252,240);
	text-align: center;
}

.vyraznyobrazek  {
	margin: 2px;
	float: left;
	width: 150px;
	height: 182px;
	border: 2px solid RGB(230,100,0);
	text-align: center;
}

.obrazek .mobr {
	width: 150px;
	height: 150px;
	background-color: RGB(255,252,240);
	text-align: center;
}

.vyraznyobrazek .mobr {
	width: 150px;
	height: 150px;
	background-color: RGB(250,230,200);
	text-align: center;
}

.obrazek .popis {
	width: 150px;
	height: 32px;
	color: RGB(120,50,10);
	background-color: RGB(255,190,130);
	font: normal normal normal 10pt/normal Tahoma, Verdana, sans-serif;
	text-align: center;
}

.vyraznyobrazek .popis {
	width: 150px;
	height: 32px;
	color: RGB(120,50,10);
	background-color: RGB(255,200,140);
	font: normal normal normal 10pt/normal Tahoma, Verdana, sans-serif;
	text-align: center;
}





.galerie .obrazek a {
	text-decoration: none;
}
.vyraznyobrazek a {
	text-decoration: none;
}

.obrazek  a:hover {

}

