/* tělo dokumentu */
body { font-family:"Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif; 
font-size: 10pt; 
background-color: white;
color: black; 
text-align: left; 
margin: 20px 20px 50px 20px; 
}

/* Obecné informace - nadpis*/
h2 { text-align: center; font-size: 15px; color: black; }

/* Obecné informace - polozky*/
table#information { width: 100%; border: 0px;font-size: 12px; }
table#information td { width: 33%; padding-bottom: 20px; }
table#information td.pict { width: 67%; }
table#information span.head { font-weight: bold; }

table#information img.pict { border: 0px; width: 400px; }


/* menu odkazy - přepínání skupin */
a.sekcemenu { color: black; text-decoration: none; }
a.sekcemenu:visited { color: black; text-decoration: none; }
a.sekcemenu:hover { color: black; text-decoration: underline; }

/* tabulka s položkami */
table#hlavni_tab { width: 100%; border-collapse: collapse; border: 1px solid black; }

/* celý řádek v tabulce - kromě prvního, hlavičkového řádku */
/*tr.radek { border-bottom: 1px solid gray; }*/

/* hlavičkové buňky tabulky */
table#hlavni_tab th { background-color: gray; color: white; text-align: left; font-size: 9pt; } /* všechny stejné */

/* pro různý vzhled */
th#header_titul { width: 60% }
th#header_cisla { width: 20% }
th#header_datumy { width: 20% }

/* buňky s položkami v tabulce */
table#hlavni_tab td { 
font-size: 8pt;
vertical-align: top;
text-align: left;
border-bottom: 1px solid gray;
} 
/* všechny stejné */

/* každá zvlášť */
td.titul { width: 60%; padding-left: 33px; }
td.cisla { width: 20% }
td.datumy { width: 20% }

/* odkaz na titulu pro stáhnutí souboru */
a.soubor { 
color: black; 
text-decoration: none;
}
a:hover.soubor { 
color: gray;
text-decoration: underline; 
}

/* ikonka */
img.ikona { border: 0px; margin-left: -22px; margin-right: 3px; margin-top: 3px }


