/* CSS Document */
body
  { background-color: rgb(70,130,180);
    margin: 0px;
  }
  
table.menu
  { background-color: black;
    color: white;
    font-family: "Verdana";
    
    width: 100%;
    border-spacing: 0;
  } 
  
table.menu th
  { width: 25%;
    vertical-align: middle;
  }
  
table.menu td
  { width: 15%;
    text-align: center;
    font-size: 14px;
    
    border-style: none; 
  } 
  
table.menu td:hover 
  { background-color: rgb(255,208,0);
  } 
  
table.menu img
  { vertical-align: middle;
  }   
   
   
table.obsah
  { color: white;
    font-family: "Verdana";
    
    width: 100%;
    border-spacing: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  } 
  
table.obsah th
  { width: 25%;
  }
  
table.obsah td
  { width: 25%;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 12px;
    padding: 20px;
  }    