/* verze 7.3.2005 */
A {
   color: #00DEF8;
   text-decoration: none;
 }
A:hover {
   color: #F30946;
   text-decoration: underline;
 }
A:visited {
   color: #2C9DCC;
   text-decoration: none;
 }
A:visited:hover {
   color: #F30946;
   text-decoration: underline;
 }
A IMG {
   border: solid 2px #00DEF8;
 }
A:hover IMG {
   border: solid 2px #F30946;
 }
A:visited IMG {
   border: solid 2px #2C9DCC;
 }
A:visited:hover IMG {
   border: solid 2px #F30946;
 }
BODY {
   margin: 0;
   padding: 0px 50px 0px 210px;
   background: #202020 url("left.jpg") repeat-y fixed;
   color: #C1FFF4;
   font-family: Arial,Helvetica;

   scrollbar-arrow-color: black;
   scrollbar-base-color: #324441;
   scrollbar-face-color: gray;
   scrollbar-highlight-color: white;
   scrollbar-shadow-color: black;
   scrollbar-track-color: #202020; 
 }
H1, H2, H3, H4, H5 {
   color: #E5FFFA;
   margin-top: 1em;
   text-align: center;
 }
OL {
   line-height: 1.2em;
 }
P {
   clear: both;
 }
TABLE {
   background: url(tabulka.gif);
   border-collapse: collapse;
   border-top: solid 1px #314442;
   border-bottom: solid 1px #314442;
   font-size: x-small;
   line-height: 1.1em;
 }
TD {
   background: inherit;
 }
UL {
   list-style-image: url("ball.gif");
   line-height: 1.2em;
 }




.col2 {
   font-size: xx-small;
   padding-left: 15pt;
   text-align: right;
 }
.hr {
   width: 60%;
   height: 1px;
   float: right;
   margin: -20px -50px 0px 0px;
 }