/*-------POZICE PRVKŮ----------------------------------------------*/
#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: #99ff66/*99ff66CCFF99*/} 


/*-------HLAVICKA----------------------------------------------*/
#hlavicka h1 {color: #cc4033; 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} 
#levy a:link   {color: #0b2b08} 
#levy a:visited {color: #0b2b08} 
#levy a:hover  {background-color: #0b2b08; COLOR: #ffff99 } 

.polozky { font-weight: bold; width: 150px; margin: 2px; padding: 1px; 
	font-size : 88%; text-align: center; 
	background : #ffff99 }
