body {
  background-color: #25567B;
  background-image: url('images/background.png');
  background-repeat: repeat-x;
  font-family: Verdana;
  font-size: 16px;
  color: #033E6B;
}

  body a {
    font-family: Verdana;
    font-size: 14px;
    color: #3F92D2;  
  }
  
  body a:hover {
    font-family: Verdana;
    font-size: 14px;
    color: #3F92D2;  
  }
  
  body a:visited {
    font-family: Verdana;
    font-size: 14px;
    color: #3F92D2;  
  }

div#main {
  position: absolute;
  top: 0px;
  left: 200px;
}


h1 {
  font-weight: bold;
  font-family: Verdana;
  font-size: 22px;
  color: #033E6B;
}



div#head {
  background-image: url('images/head.png');;
  width: 900px;
  height: 250px;
  position: relative;
  top: 50px;
  left: 0;
}

div#divmenu {
  width: 100%;
  position: absolute; 
  bottom: 2px;
  border-top: 2px solid black;
}

div#divmenu a {
  display: block;
  font-family: Verdana;
  font-size: 18px;
  color: #66A3D2;
  text-decoration: none;
  background-color: #033E6B;        
}

div#divmenu a:hover {
  font-family: Verdana;
  font-size: 18px;
  color: #033E6B;
  text-decoration: none;
  background-color: #25567B;
}

div#divmenu a:visited {
  font-family: Verdana;
  font-size: 18px;
  color: #66A3D2;
  text-decoration: none;
}

table#menu {
  width: 100%;
}

table#menu td {
  width: 25%;
}

div#nadobsah {
  width: 900px;
  position: relative;
  top: 50px;
  background-color: #3F92D2;
}

div#obsah {
  width: 896px;
  height: 120%;
  position: relative;
  top: 10px;
  left: 2px;
  background-color: #FFFFFF;
}

div#text {
  width: 880px;
  position: relative;
  left: 8px;
  top: 15px;
}

table#foto {
  width: 100%;
  border: 1px solid #25567B; 
  background-color: #E0EBF3;
}

span#web {
  font-family: Verdana; 
  font-size: 12px; 
  color: #033E6B; 
  float:right;
}
