body	{font-family: sans-serif;
	font-weight: normal;
	font-size: 15px; 
	color: gray;
	text-align: justify;		
	background-color: #F0FFFF;
		}

p	{font-family: sans-serif;
	font-weight: normal;
	font-size: 15px; 
	color: gray;
	text-align: justify;		
	background-color: #F0FFFF;
		}


h1, h2, h3 	{font-weight: bold; color: blue; background-color: inherit;}  

h1	{font-size: 160%;}

h2	{font-size: 140%; text-align: center;} 

h3	{font-size: 120%;} 


a:link	{color: gray; background-color: inherit;}
a:visited {color: navy; background-color: inherit;}
a:hover {color: blue; background-color: inherit;}


div#top {
	width: 748px;
	height: 82px;	
	background-image: url(top.jpg);
	border: 1px solid gray;}
	
div#levy {position: absolute;
             top: 110px;
             left: 10px;
             width: 170px;
             height: 400px;
             background-image: url(levy1.jpg);
	     background-repeat: repeat-y;	     
	     background-color: inherit;
	     border: 1px solid gray;
	     color: blue;}


div#pravy {position: absolute;
             top: 110px;
             left: 200px;
             width: 545px;
             height: 400px;}


ul 	{color: white;}
	     

li 	{font-weight: bold; color: blue;} 

ul li {list-style-image: url("odrazka1.gif")}



th     {width: 260px;
        height: 30px;
	text-align: center;
        border: 2px solid gray;}


/*a.tlacitko{
border-bottom : 1px solid black;
border-top : 1px solid Silver;
border-left : 1px solid Silver;
border-right : 1px solid black;
font-weight : bolder;
font-size : 100%;
padding : 1px 5px 1px 5px;
background-color : white;
color : navy;} */  /*toto tlačítko mám vyřazené*/


a.tlacitko {font-weight: bolder; border-style: outset; border-width: 6px; text-decoration: none; height: 1.2em;} /* vystouplý rámeček, text není podtržený */
a.tlacitko:hover {border-style: inset;} /* zatlačený rámeček */

