/*----------------POZICE-ELEMENTU------------------------------*/
#logo {position: absolute; width: 165px; height: 125px; top: 0px; left: 0px; padding: 5} 
#hlavicka {position: absolute; width: 620px; height: 125px; top: 0px; left: 165px; padding: 5  } 
#levy {position: absolute; width: 165px; top: 125px; left: 0px; padding: 5} 
#obsah {position: absolute; width: 620px; top: 125px; left: 165px; padding: 5}
#ikonka {width: 88px; padding: 2}

/*----------------BARVA-POZADI----------------------------------*/
body {background-color: #D2FF76} 


/*----------------HLAVICKA-----------------------------------*/
#hlavicka h1 {color: brown; font-style: italic; text-align: center} 
#hlavicka h2 {color: #3B5E2B; font-style: italic; text-align: center} 


/*----------------OBSAH-------------------------------------*/
#obsah {background-color: #ffffff} 

#obsah p    {text-indent: 30px; margin: 0px 0px 0px 0px } 
#obsah a    {text-decoration: none } 
#obsah a:link   {color: green} 
#obsah a:visited {color: green} 
#obsah a:hover  {background-color: green; COLOR: #ffffff } 
#obsah h1    {color: brown; text-align: center} 
#obsah h2    {color: brown; font-style: italic; text-align: center} 
#obsah h3    {color: green } 


/*----------------LEVE-MENU--------------------------------*/
#levy {font-size: 96% } 
#levy a {display: block; text-decoration: none} 
#levy a:link   {color: #252525} 
#levy a:visited {color: #252525} 
#levy a:hover  {background-color: #AFD39E; COLOR: #000000} 


.polozky {
	font-weight: bold; width: 150px;  margin: 2px; padding: 1px; font-size : 88%; 
	text-align: center; 
	background : #ffff80 } 

.kapitola {
	font-weight: bold; width: 150px; margin: 2px; padding: 1px; font-size : 88%; 	
	text-align: center; 
	background : #3B5E2B; color: #ffffff  }
