body {
  font-size: 11pt;
  color: #black;
  background-color: #cdcbcc;
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
}

/* ----------------------- kompletni obvod ----------------------- */

div.obvod {
  border: 0px solid black;
  background: url(../images/table-pixel.jpg);
  width: 961px;
  margin: 0px auto;
}

/* ----------------------- logo + tlacitka ----------------------- */

div.logo {
  border: 0px solid red;
  background: url(../images/logo.jpg);
  width: 961px;
  height: 192px;
  position: relative;
}

div.buttons-o-nas {
  border: 0px solid red;
  width: 218px;
  height: 31px;
  position: absolute; 
  top: 168px; 
  left: 24px;
}

div.buttons-nase-sluzby {
  border: 0px solid red;
  width: 218px;
  height: 31px;
  position: absolute; 
  top: 199px; 
  left: 24px;
}

div.buttons-reference {
  border: 0px solid red;
  width: 218px;
  height: 31px;
  position: absolute; 
  top: 229px; 
  left: 24px;
}

div.buttons-kontaktujte-nas {
  border: 0px solid red;
  width: 218px;
  height: 31px;
  position: absolute; 
  top: 261px; 
  left: 24px;
}

div.buttons-kontaktujte-nas-down {
  border: 0px solid red;
  background: url(../images/kontaktujte-nas-down.jpg);
  width: 218px;
  height: 27px;
  position: absolute; 
  top: 293px; 
  left: 24px;
}

/* ----------------------- prave menu + hlavni okno ----------------------- */

div.table-pixel {
  border: 0px solid black;
  /*background: url(../images/table-pixel.jpg);*/
  width: 961px;
  height: auto;
}

div.prave-menu {
  border: 0px solid black;
  width: 218px;
  height: auto;
  float: left;
  margin-left: 23px;
  _margin-left: 12px;
}

div.table {
  border: 0px solid black;
  width: 652px;
  height: 500;
  float: left;
  margin-left: 23px;
  _margin-left: 25px;
}

/* ----------------------- bottom + knizky ----------------------- */

div.bottom {
  border: 0px solid black;
  background: url(../images/bottom.jpg);
  width: 961px;
  height: 132px;
  position: relative;
}

div.prave-menu-knizky {
  border: 0px solid black;
  background: url(../images/prave-menu-knizky.jpg);
  width: 203px;
  height: 318px;
  position: absolute; 
  top: -230px; 
  left: 32px;
}

/* ----------------------- copyright ----------------------- */

div.copyright {
  border: 0px solid black;
  background-color: #cdcbcc;
}

/* ----------------------- info page ----------------------- */

div.info_page {
  border: 0px solid white;
  width: 450px;
  margin: 0px auto;
}

/* ----------------------- cleaner ----------------------- */

hr.cleaner {
  clear: both;
  border: 1px solid red;
  background-color: red;
  margin-top: 0px auto;
  width: 729px;
  visibility: hidden;
}
