*     {margin: 0px;
       padding: 0px}

body  { margin: 0px;
        padding: 0px;
        font-family: 'PT Sans', sans-serif;
      }

#ram  { width: 1000px;
        height: 637px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -500px;
        margin-top: -315px;
        border: 0px solid black;
        background-color: #FFFFFF;}

#hlavni {width: 865px;
        height: 405px;
        overflow: auto;
        position: absolute;
        left: 0px;
        top: 137px;
        border: 0px;
        background-color: #ebf4de;
        border: 0px solid black;
}       

#hlavni-obsah {
        width: 60%;
        padding: 50px 0px 50px 50px;
        border: 0px solid black;
        }

#hlavni-obrazky {
        width: 230px;
        float: right;
        padding: 90px 20px 0px 0px;
        border: 0px solid black;
        }

p       {text-align: justify;
        margin-bottom: 10px;
        font-size: 100%;
        color: #505050;}
        
p.small {margin: 10px 0px 15px 0px;
        font-size: 80%;}        

h1      {
        font-size: 140%;
        font-weight: bold;
        margin-bottom: 20px;
        }

h2      {
        font-size: 120%;
        font-weight: bold;
        margin-bottom: 10px;
        }
        
#tab-vpravo {width: 132px;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 125%;
        font-weight: bold;
        text-align: center
        }
        
#tab-vpravo td {
        height: 136px;
        padding: 0px;
        margin: 0px;
        border: 0px solid #FFFFFF;
        }
        
#tab-dole {width: 870px;
        position: absolute;
        bottom: 0px;
        left: -3px;
        text-align: center;
        table-layout: fixed;
        font-size: 90%;
        }
        
#tab-dole td {
        padding: 4px;
        margin: 0px;
        border: 0px;
        background-color: #dcdddf;
        }
        
#tab-dole td a{ 
        height: 100%; 
        width: 100%; 
        display: block;
        color: #000000;
        text-decoration: none; 
        }

#tab-dole td a:hover{ 
        background-color: #ffffff;
        }
        
table.tab-akce {
       font-weight: normal;
       font-size: 100%;
       color: #000000;
       font-style: normal;}

table.tab-akce td {vertical-align: middle;
      padding: 5px;}
      
.vtextu {width: 230px;
        border: 0px;
        float: right;
        margin: 0px;
        padding: 0px 0px 10px 0px;
        clear: right;
        }
        
.pata  {
        font-weight: normal;
        font-size: 90%;
        font-style: normal;
        color: #808080;
        text-decoration: none;}        
        
#aktualne {
        position: absolute;
        left: 0px;
        top: 220px;
        width: 250px;
        border: 5px solid #FFFFFF;
        background-color: #8cc63e;
        font-size: 100%;
        font-weight: normal;
        text-align: center;
        padding: 10px;        
        }        