#kytkoptak {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}
#toplist {width: 88px; padding: 2}

body {background-color: #f0e69c /*#f0e68c*/} 

#obsah p    {text-indent: 30px; margin: 0px 0px 0px 0px} /*české odstavce - první řádek odsazený, nevynechává řádek mezi odstavci*/
#obsah a    {text-decoration: none } 
#obsah a:link   {color: green} 
#obsah a:visited {color: green} 
#obsah a:hover  {BACKGROUND-COLOR: green; COLOR: #ffffff } 
#obsah h2    {color: blue; font-style: italic; text-align: center} 
#obsah h1    {color: brown; text-align: center} 
#obsah h3    {color: green; text-align: center } 
#obsah {background-color: #ffffff} 


#hlavicka h1 {color: green; font-style: italic; text-align: center} 
#hlavicka h2 {color: blue; font-style: italic; text-align: center} 
#hlavicka a {text-decoration: none} 
#hlavicka a:link   {color: blue} 
#hlavicka a:visited {color: navy} 
#hlavicka a:hover  {BACKGROUND-COLOR: peru; COLOR: #ffffff } 


#levy {font-size: 96% } 
#levy a {
	display: block; 
	text-decoration: none} 
#levy a:link   {color: #ffffff  } /*barva textu na tlačítku - po prvním načtení*/
#levy a:visited {color: #ffffff } /*barva textu navstiveneho odkazu*/ 
#levy a:hover  {BACKGROUND-COLOR: brown; COLOR: yellow; text-decoration: none } 


/*------------------------------------------------------*/

.polozky {
	width: 150px; 
	margin: 2px; 
	padding: 1px; 
	background: peru; /* základní barva tlačítka - před jeho stisknutím*/ 
	font-size : 94%; 
	text-align: center;
	text-decoration: none}

.kapitola {
	font-weight: bold; 
	width: 150px; 
	margin: 2px; 
	padding: 1px; 
	background : #009900 /*brown*/ ; /* základní barva tlačítka - před jeho stisknutím*/ 
	font-size : 88%;
	color: #ffffff;  /*barva textu*/
	text-align: center;
	text-decoration: none}
