body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  color: black;
  background-color: white;
  margin: 0px;
  text-align: center;
}

/* ----------------------- kompletni obvod ----------------------- */

div.obvod {
  border: 0px solid #000000;
  width: 717px;
  margin: 0px auto;
  background-color: #E0E0E0;
}

/* ----------------------- logo ----------------------- */

div.logo {
  background: url(../images/logo.jpg);
  width: 717px;
  height: 180px;
}

/* ----------------------- okoli + buttons ----------------------- */

div.obvod_tlacitka {
  width: 717px;
  height: 46px;
}                                                                     

div.uvod {
  width: 149px;
  height: 46px;
  float: left;
}

div.pribeh {
  width: 146px;
  height: 46px;
  float: left;
}

div.obrazky {
  width: 124px;
  height: 46px;
  float: left;
}

div.novinky {
  width: 147px;
  height: 46px;
  float: left;
}

div.kontakt {
  width: 151px;
  height: 46px;
  float: left;
}

/* ----------------------- table ----------------------- */

div.table_pixel {
  background-image: url(../images/table_pixel.gif);
  width: 717px;
  height: auto;
}

/* ----------------------- bottom ----------------------- */

div.bottom {
  background-image: url(../images/bottom.jpg);
  width: 717px;
  height: 42px;
}

/* ----------------------- paticka ----------------------- */

div.paticka {
  width: 717px;
  margin: 0px auto;
}

/* ----------------------- info page--------------- */

div.info_page {
  width: 717px;
  margin: 0px auto;
}

