/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by Michal Madlenak, www.LTweb.info
 */
 
#header, #topmenu, #leftmenu, #rightmenu, #footer {
  display: none;
}

#page, #mainpart {
  width: auto;
}

#page {
  border: none;
}
#content {
  width: auto;
  padding: 0;
  top: 0;
}

