/* CSS Document */


body          {
       font-family: tahoma , "Arial CE", "Helvetica CE", Arial, helvetica, verdana, times new roman ,sans-serif  , monotype;
       text-align:center;         
       margin: 0px auto; padding: 0px; 
       background: url("image/pozadi.png")  repeat-x rgb(4,53,125);                  
              }              


   
  
               
h1            {      
      color:white;
      text-align:center;
      margin: 20px 0px 10px 0px;
      font-size:20pt;
      font-weight:bold;
      font-family:arial ;      
              }  

a.odkaz       {    
      color:rgb(0,192,0);
      font: 13pt arial ; 
      font-weight:bold;
      margin: 0px 50px 0px 50px;
      text-decoration:none;       
              }         

a.odkaz:hover {     
     color:rgb(176,176,176);
     font: 13pt arial ; 
     font-weight:bold;
     text-decoration:none;      
              }     


img.galery  {           
    text-decoration:none;
    border-style:none;
    text-align:center;
    margin: 15px 0px 30px 0px;                                    
