body {
  background-color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: black;
  margin: 0px;
  text-align: center;
}

/* ----------------------- kompletni obvod, logo, hidden logo ----------------------- */

div.obvod {
  background-repeat: 743px;
}

div.logo-texture {
  background: url(../images/logo-texture.jpg) top center repeat-x;
  height: 305px;
  margin: 0px auto;
}

div.logo {
  background: url(../images/logo.jpg);
  width: 743px;
  height: 260px;
  position: relative;
  margin: 0px auto;
}

/* ----------------------- pozicovani logo + buttons ----------------------- */

div.buttons-obvod {
  border: 0px solid red;
  width: 743px;
  height: 46px;
  margin: 0px auto;
}

div.btn-uvod {
  width: 98px;
  height: 46px;
  float: left;
}

div.btn-informace {
  width: 122px;
  height: 46px;
  float: left;
}

div.btn-cenik {
  width: 88px;
  height: 46px;
  float: left;
}

div.btn-rezervace {
  width: 122px;
  height: 46px;
  float: left;
}

div.btn-fotogalerie {
  width: 128px;
  height: 46px;
  float: left;
}

div.btn-kontakt {
  width: 185px;
  height: 46px;
  float: left;
}

/* ----------------------- podmenu + nadpis ----------------------- */

div.btn-down {
  border: 0px solid red;
  background: url(../images/btn-down.jpg);
  width: 743px;
  height: 10px;
  margin: 0px auto; 
}  

/* ----------------------- table pixel ----------------------- */

div.table {
  border: 0px solid red;
  background: #dbe1bd;
  width: 743px;
  height: auto; 
  margin: 0px auto;
}

/* ----------------------- pixel ----------------------- */

div.bottom {
  background: url(../images/bottom.jpg);
  width: 743px;
  height: 63px;
  margin: 0px auto;
  position: relative;
}

div.bottom-down-copyright {
  border: 0px solid red;
  width: 743px;
  height: 30px;
  margin: 0px auto;
  margin-top: 10px;
  position: absolute; 
  top: 65px; 
  left: 0px;
  
}

div.info-page {
  border: 0px solid red;
  width: 743px;
  height: 20px;
  margin: 0px auto;
  color: #4d4d4d;
}


