/* ************************************************************* */
/* Layout elements */

td.menu { 
  background-image: url('../img/bg-menu-bottom-first.gif'); 
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  width: 150px;
}

div.menu-items { 
  background-image: url('../img/bg-menu-first.gif');
  background-repeat: no-repeat;
  height: 570px;
}

td.body-text { 
  width: 750px;
  background-image: url('../img/bg-content-first.gif');
  background-repeat: no-repeat;
  color: #9D196A;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}

div.content { 
  font-family: Verdana, Helvetica;
  font-size: 0.7em;
  line-height: 1.5em;
  padding: 5px 0px 10px 8px;
}

div.banner-hrana { 
  position: absolute;
  top: 91px;
  left: 321px;
}

/* ************************************************************* */
/* Page elements */

div.title { 
  font-weight: bold;
  font-size: 120%;
}

div.box { 
  background-image: url('../img/box-home.jpg');
  background-repeat: no-repeat;
  width: 355px; 
  height: 220px; 
}

div.box-text { 
  padding: 12px 10px 10px 10px;
  font-size: 11px;
  line-height: 160%;
}

div.news { 
  padding: 5px 50px 10px 10px;
}

div.clovecek { 
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 802px;
}


