/* styl na formatovani cerne hory */

body {margin: 0px;}

/* barva pozadi */
body {background-color: #606060;}

/* barvy odkazu */

a:link {color: #060;}
a:visited  {color: #040;}
h2 a:link, h2 a:visited {color: black;}

/* fyzicke styly */
.center {text-align: center;}

/* logicke styly */
.siroka-tabulka {overflow: auto;}
.rozcestnik a {font-weight: bold;}
.podtitul {}
.popisek {text-align: center; margin-top: 0px; color: #444444; line-height: 1;}
.fotka {margin-top: 1em; margin-bottom: 0px; }

/* fonty */

body, p, li, td, td td {font-family: tahoma, sans-serif; }
body, p, li, td, td td {font-size: small; font-size: "x-small"; } /*uvozovky patří nestandardnímu modelu v exploreru*/
h1 {font-size: large; font-size: "medium"; margin-top: .5em;}
h2, h3 {font-size: medium; font-size: "small"; }

p, h1, h2, h3 {  line-height: 1.5; margin-left: 13px; margin-right: 13px;}
/* p {text-indent: 25px;}*/ 
/* p.popisek, p.fotka, p.podtitul, .leve-menu p {text-indent: 0px;}*/






/* bunky hlavni tabulky */
.leve-menu {background-color: #787878; vertical-align: top;}
.hlavni-bunka {background-color: #e8e8e8; vertical-align: top;}

/* leve menu */

.leve-menu a:link, .leve-menu a:visited {color: white; text-decoration: none; font-weight: bold;}
.leve-menu p {margin-left: 13px; margin-top: 15px; }