/* --- css stylesheet for print - fasvoboda --- */
html , html * , body , body * {
  color: #000000 !important;
  background: no-repeat none transparent !important;
}
/* --- mask --- */
div.web-all {
  width: auto;
}
div.web-left {
  display: none;
}
div.web-content {
  width: auto;
  float: none;
}
/* --- web-content --- */
div.top-image {
  display: none;
}
div.navigation {
  border-bottom: 1px solid #E0E0E0;
}
div.footer {
  border-top: 1px solid #E0E0E0;
}
div.main {
  width: auto;
  float: none;
}
div.main-right {
  display: none;
}
.search-right {
  display: none;
}

