a:link    {color: #F8F4EF; text-decoration: none;}
a:visited {color: #F8F4EF; text-decoration: none;}
a:active  {color: #F8F4EF; text-decoration: none;}
a:hover   {color: #F8F4EF; text-decoration: underline;}


body      { background-repeat: no-repeat ;
            background-color: #F8F4EF; }

#logo     { position: relative; top: 0px; 
            background: silver; 
            background-image: url(data/logo.jpg); 
            width: 750px; height: 150px; 
            overflow: hidden;  
            margin: 0px; 
            padding: 0px; 
            border: 0px solid #9D9D9D; }
  
#menu     { position: relative; top: 0px; 
            background: #7D7060; 
            width: 750px; height: 30px; 
            overflow: hidden;  
            margin: 0px; 
            padding: 0px; 
            border: 0px solid #7D7060; }
      
#obsah    { position: relative; top: 0px; 
            background: #F1EBDE; 
            width: 750px;  height: 650px;
            margin: 0px; 
            padding: 0px; 
            border: 0px solid #9D9D9D;}

#right    { position: relative; top: 0px; 
            background: #B0A593; 
            width: 221px;  height: 650px;
            margin: 0px; 
            padding: 0px; }
            
#right2   { position: absolute; top: 190px; left: 10px; 
            background: #F1EBDE; 
            width: 200px; height: 85px; 
            margin: 0px; 
            padding: 0px;
            border: 0px solid #7D7060; }

