/*-------------------POZICE-PRVKU-STRANKY-------------------*/
#kacena {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}

body {background-color: #ffff99} 


/*-------------------HLAVICKA----------------------*/
#hlavicka h1 {color: #33a329; font-style: italic; text-align: center} 

/*-------------------OBSAH----------------------*/

#obsah {background-color: #ffffff} 

#obsah p    {text-indent: 30px; margin: 0px 0px 0px 0px /*; text-align:justify*/} 
#obsah a    {text-decoration: none } 

#obsah a:link   {color: #cc4033} 
#obsah a:visited {color: #cc4033} 
#obsah a:hover  {background-color: #cc4033; COLOR: #ffffff } 

#obsah h1    {color: #cc4033; text-align: center} 
#obsah h2    {color: #33a329; font-style: italic; text-align: center} 
#obsah h3    {text-align: center } 


/*-------------------LEVE-MENU----------------------*/
#levy {font-size: 96% } 
#levy a { display: block; text-decoration: none; text-align: center} 
#levy a:link   {color: #0b2b08} 
#levy a:visited {color: #0b2b08} 
#levy a:hover  {background-color: #0b2b08; COLOR: #99ff66 } 

.polozky {font-weight: bold; width: 150px; margin: 2px; padding: 1px; font-size : 88%;
	background : #99ff66 ; /* základní barva tlačítka - před jeho stisknutím*/ }


.kapitola { 	font-weight: bold; width: 150px; margin: 2px; padding: 1px; font-size : 88%; 
		background : #cc4033 ; color: #ffffff;  /*barva textu*/;
		text-align: center}

.prvni {font-weight: bold; color: #cc4033}