/* CSS Document */

/* rozvržení stránky */
#top  {width: 100%;       
       float: left;
		 background-image: url(images/top_pruh.jpg);       
}

#left  { margin-left: 3;
		 	   width: 20%;
		 	   padding-left: 5;
         float: left;
         line-height: 18px;
         
         background-color: rgb(0,153,51);  /* pozadí */
         
}

#text  {position: relative;
        margin-left: 20;
        margin-top: 0;
        width: 75%;
        float: left;
}

/*barevné zobrazení */

body, table {margin: 0 0 3 0;
					   font-family: arial;
         		 font-size: 12px; 
}

.top_logo { background-image: url(images/top_logo.jpg);
			   width: 1000;
       		height: 200px;;			  			     
}


#left { font-size: 11px;
		  font-weight: bold;
		  font-family: verdana;		  
}

.menu { font-size: 3px;
		  font-family: verdana;  /* pozadí */
		  color: rgb(0,153,51);
		  text-align: center;
		  border-bottom-style: solid;
		  border-bottom-width: 1px;
		  width: 100%;
}

.aktual {  color: rgb(255,255,255);  /* původně color: rgb(0,84,51); */ 
		  	 font-weight: bold;
}

.odsazeni { margin-left: 7px;
			     font-weight: normal;			 	
}
.odsazeni_2 { margin-left: 14px;
			   font-weight: normal;
         font-style: italic;			 	
}
.odsazeni_3 { margin-left: 21px;
			   font-weight: normal;
         font-size: 9.5;			 	
}


hr { color: rgb(102,153,0);
	  background: rgb(102,153,0);
	  border: solid rgb(102,153,0) 1px; }

		  	 
a { color: rgb(255,255,0); /* původně  rgb(102,51,0) */
  	 text-decoration: none;
}	



a:hover { text-decoration: underline;
		  	 color: rgb(255,255,255);  /* původně  rgb(0,102,0) */
}  

#text a {color: rgb(0,102,0);
}




/* ---------- petr --------------- */
h1, h2, h3, h4 {font-family: arial;
        color: rgb(112,64,11);
}
h1 {font-size: 16px;
    text-transform: uppercase; /* písmena velká*/
}
h2 {font-size: 14px;
}
h3, h4 {font-size: 12px;
}
h4 {font-style: italic;}

/* odstavec */
p {text-align: justify;
   margin-top: 5px;
   margin-bottom: 5px;
   line-height: 18px;
   }
   
li {line-height: 18px;
   text-align: justify;
   }
     
table {width: 80%; }
table, td, th {
   text-align: center;
   border-width: 1 1 1 1; 
   border-collapse: collapse;
   border-style: solid;
   border-color: rgb(0,0,0);   
   } 

.bezramu {
   border-color: rgb(255,255,255) ;

}   

.poznamka {font-size: 11px;
           font-style: italic;
           margin-left: 10px;
            }         
.zpet {text-align: right;}


#zapati td  { font-size: 10px;
		  	 font-family: verdana;		  	 
		  	 color: rgb(112,112,112);
		  	 border: 0 rgb(255,255,255) none;
}
#zapati table {  
         margin-top: 20px;
         width: 100%; 
		  	 border-width: 0 0 0 0; 
         border-collapse: collapse;
         border-style: none;
         border-color: rgb(250,255,250);
}
#zapati a { font-weight: bold;
            
		  	   color: rgb(102,51,0);
}
