	   	div#hlavicka {display: none; }    
	     div#menu {display: none;}      
	     div#levypanel {display: none;}      
 	     div#search {display: none;}    
 	     div#paticka {display: none;}  
		 div#pravypanel {display: none;} 
	   	div#thlavicka {display: none; }    
		
body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	text-align: center;
}
table {
	font-size: 100%;
}


/* TEXTY */
.thlavicka {
margin-bottom: 12px;
text-align: left;

font-weight: bold;
}
/* textovy blok pro krajni sloupce s vetsim pismem - navigace */
.ttext {
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
	background-color: #dfe7f0;
	padding: 3px;
}
/* textovy blok pro krajni sloupce s mensim pismem - texty */
.tminitext {

	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
	background-color: #dfe7f0;
	padding: 3px;
	font-size: 85%;
}
/* textovy blok pro krajni sloupce - fotka s popiskem  */
.tminitextfoto {

	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
	background-color: #dfe7f0;
	padding: 3px;
	font-size: 85%;
	font-weight : bold;
	text-align : center; 	
}
/* hlavni textovy blok */
.text {

	background-color: #fff;
	line-height: 130%;
}




/* FORMATOVANI */ 
a:link { color: #000; text-decoration: none; }
a:visited, a:active  { color: #000; text-decoration: none; }
a:hover		{ color: #000; text-decoration: underline; } 

a.none:link, a.none:visited, a.none:active  { color: #000; text-decoration: none; }
a.none:hover  { color: #000; text-decoration : none; }

a.white:link, a.white:visited { text-decoration: none;  font-weight: bold; color: #000; }
a.white:hover  { text-decoration: none; font-weight: bold; color: #000; }

h1  {
	font-size: 125%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
h2  {
	font-size: 110%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}
h3  {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-top : 0px;
	text-align : justify;
}
hr {
	height: 1px;
	color: #bbb;
}

/* FORMATOVANI JEDNOTLIVYCH PRVKU */
/* odkazy na konci textu */
.navi {
	font-weight : bold;
	font-style : italic; }
/* odkazy na konci stranky */
.navigace {
	font-size: 85%;
	font-weight : bold;
	font-style : italic;
	text-align : center; }
.mini { font-size: 85%; }
.miniem { font-size: 85%;
	font-style : italic; }
.zdroj { 	font-size: 85%; 
	text-align : right; }
.obrtext { text-align : center; border: 1px solid #000; } 
.obr { border: 1px solid #000; }
.obrprint { width: 16px;	height: 16px;	border: 0px; }
.obr200 {
	width: 200px;
	height: 133px;
	border: 1px solid #000; }


