body {
 font-family: "Verdana CE", Verdana, "Arial CE", Arial, sans-serif;
 background-color: white;
 color: black;
 font-size: 13px;
 line-height: 130%;
}

.levy  {
 position: absolute;
 width: 200px;
 top: 10px;
 left: 10px;
 padding: 10px;
 background-color: whitesmoke;
 }
.pravy {
 position: absolute;
 top: 10px;
 left: 230px;
 padding: 10px;
 background-color: #FFFFFF;
 }

.hlavicka_print {display: none;}

@media print {
.levy {display: none;}
.pravy {position: static;}
.hlavicka_print {display: block; font-size: 8px; line-height: 100%}
}

.vpravo {text-align: right;}
.cervena {color: red;}

.cenik_tab {border-collapse: collapse;}

h1 {font-size: 18px; text-align: center;}
h2 {font-size: 13px;}
h3 {font-size: 13px; font-weight: normal; font-style: italic;}
h4 {font-size: 13px; font-weight: normal;}
h1, h2, h3, h4 {color: blue; margin-top: 10px; margin-bottom: 0px;}
p {margin-top: 3px; margin-bottom: 4px; text-indent: 20px}
ul, ol {margin-top: 2px; margin-bottom: 0px}
table {margin-top: 5px; margin-bottom: 5px;}
td, th {font-size: 13px;}
th {background-color: lightgrey;}
code, pre {font-size: 13px; background-color: whitesmoke;}
a         {text-decoration: none}
a:link    {color: navy}
a:visited {color: navy}
a:active  {color: black}
a:hover   {color: red; text-decoration: underline}

hr {height: 1px; color: silver; border-style: dotted}