/* Rozložení obsahu */

#obsah {margin-left: 150px; margin-right: 8%; margin-top: 60px; margin-bottom: 60px;}
#vlevo {position: absolute; left: 10px; width: 130px; top: 60px;}
#hlavicka {position: absolute; left: 10px; top: 10px;}
.stoprocent {width: 100%;}

/* Menu vlevo */

.menu-vlevo p {margin: 2px;}

/* Odkazy */
a:link {color: #3333ff}
a:visited {color: #334499}
A		{ text-decoration: none}
#obsah a {text-decoration: underline;}
A:hover		{ text-decoration: underline; color: red } 
@media print	{ a {text-decoration: underline} }

/* barvy těla a lišty */
body		{background-color: #fffbf8}
/*body, html 		{scrollbar-track-color: #fffbf8; scrollbar-base-color: #eeeae6}*/

/*zarovnání */
h1			{text-align: center}

/*písmo*/
dt {font-weight: bold}

/* tabulky */
td, table, th {border-color: #aaaaaa}
td, th     { border-left: 1px solid ; border-bottom: 1px solid ; border-top: 0; border-right: 0 }
table  { border-right: 1px solid; border-top: 1 solid; border-bottom: 0; border-left: 0  }
@media print { th border-left: 1 solid; border-bottom: 2px solid } }
table {margin-bottom: 1em}


/* obsah v levém rámum */
.obsah 	{} 
div.obsah td, div.obsah table 	{border: none} 

/* Třídy */
.lista {font-style: italic}

.podtitul {text-align: center}
.slozeni {font-size: 85%; font-family: MS Sans Serif}
.zalozka {}
p.zalozka {font-style: italic}
.vetsi       { font-size: 200%; }