/*------------------ HLAVNI NASTAVENI ------------------*/
body {
     background-color: #EBD0B2;
     font-family: verdana;
     font-size: 8pt;
     color: black;
     margin: 8px 10px 12px 10px;
     text-align: center;
     padding: 0;
     }
a {
     color: #B8351B;
     font-weight: bold;
     font-style: normal;
     text-decoration: none;
}

a:hover {
     color: #B8351B;
     font-weight: normal;
     font-style: italic;
     text-decoration: none;
}

table {
     font-family: verdana;
     font-size: 8pt;
     font-weight: normal;
     color: black;
     }

img {
     border: 0px;
     border-color: #D8E5FF;
     margin: 0;
     padding: 0;
}

/*--------------  telo --------------*/
#telo {
       margin-left: auto;
       margin-right: auto;
       width: 778px;
       height: 100%;
       }
   div {
       text-align: left;
       margin: auto;
       padding: 0;
       position: relative
       }

#shd { filter: shadow(color=#333333, direction=125) }

.copy {
     font-size: 8pt;
     color: #B8351B;
     font-weight: bold;
     font-style: normal;
     text-decoration: none;
}

.gal {
     font-size: 9pt;
     color: #B8351B;
     font-weight: normal;
     font-style: italic;
     text-decoration: none;
}

.crv {
     font-size: 8pt;
     color: Black;
     font-weight: normal;
     font-style: normal;
     text-decoration: none;
}


