/* CSS Document */
root {
    display: block;
}

html, body  { font-family: Arial, Verdana; }
html        { font-size: 106.5%; }
body        { font-size: 76.5%; margin: 0px; padding: 0; border: 0px; color: #252525; text-align: center; }

h1, h2, h3  { color: #FF2F00; }

a           { color: #FF2F00; text-decoration: none; }
a:hover     { color: #888; text-decoration: underline; }
.clear      { clear: both; }
.hidden     { display: none;}

#statvypisDiv1 { width: 100%; }
#statistika_div h1  { font-size: 177.5%;}
#statistika_div .nadpis { padding: 0px 0px 0px 85px;  float: left; width: 500px; text-align: left;  }
#stat_table { width: 700px; background: #ddd; margin: 25px auto;}
#stat_table .kategorie { font-size: 131.5%; color: red;}
#stat_table .celkem { font-size: 131.5%; }
#stat_table .mezera { height: 15px; }