body { 	margin:0;
		padding: 0;
		font-family: serif;
		font-size: small;
	 }
img  {border-width: 0; margin: 0;}
p	 {margin-top:5px; margin-bottom:5px;}
h1	{font-size: 130%}
h2	{font-size: 110%; margin-bottom: 0.1em; margin-top: 1em;}
h3	{font-size: 100%; margin-bottom: 0.5em; margin-top: 0.5em;}

.noshow {display: none}

.obrnalevo	{position:relative; float: left; margin-right: 5px;}
.obrnapravo	{position:relative; float: right; margin-left: 5px}
.obrram1	{border: 1px solid black;}
.fotopopiska {border: none; text-align: center; font-size: 80%; font-style: italic;}
.sirka200	{width: 200px}
.sirka150	{width: 150px}
.podobr		{clear: both;}

.center	{text-align: center;}
.vpravo	{text-align: right;}

/***********************************************************************************/
/* Definice horního baneru */
#banner { position: absolute;
		  top: 0px ; left: 0px;
		  width: 100%;
		  height:60px;
		  border-left-width:0px; border-right-width:0px; border-top-width:0px;
		  border-bottom: 2px solid #000000; 
		  margin: 0;
		  text-align: center;
  		  overflow: hidden;
  	    }
  /* tzn. výška horního banneru je 50+5+5+2=62px */
 #banner h1 {font-size: 17pt; margin: 20px 70px 0 140px; padding: 0; white-space: nowrap;} 
 #banner img {position: absolute; left:5px; top:5px; margin: 0; padding: 0;}
 
 /***********************************************************************************/
/* Definice horní navigační lišta */
#topbar {display: none}

/***********************************************************************************/
/* Definice levá navigační lišta */
#leftbar {display: none}

/***********************************************************************************/
/* Definice pravá navigační lišta */
#rightbar {display: none}
	 
/***********************************************************************************/
/***********************************************************************************/
/* Definice těla stránky */
#telo    { margin:62px 0 0 0; 
		   padding: 5px;
		 }	 
.infotabulka	{width: auto;
				 border-collapse: collapse;
	}
.infotabulka td	{vertical-align: top;  
				 padding: 0 0.5em;
				 width: 50%;
				 }
.infotabulka h2	{text-align: center}
.infotabulka h3	{text-align: center}

.inforam	{border: 1px solid #000000;
			 padding: 0.5em;
			 }


/***********************************************************************************/
/* Definice patičky stránky */
#downbar  {display: none}