/* --- css stylesheet for print --- */
/* --- global --- */
html , html * , body , body * {
  color: #000000 !important;
  background: no-repeat none transparent !important;
}
/* --- common --- */
.print {display: block;}
/* --- form --- */
/* --- mask --- */
div.web-all {
  width: auto;
}
/* --- header --- */
div.header {
  border: 0px none;
}
div.header-in {
  height: auto;
}
/* --- top menu --- */
div.top-menu {
  display: none;
}
/* --- body --- */
div.right-body {
  width: auto;
  float: none;
}
/* --- left-col --- */
div.left-col {
  width: auto;
  float: none;
}
ul.left-menu {
  display: none;
}
/* --- content --- */
div.content {
  width: auto;
  float: none;
  margin: 0px 0px 0px 0px;
  border: 0px none;
}
/* --- right-col --- */
div.right-col {
  width: auto;
  float: none;
}
/* ---  --- */
div.block {
  width: auto;
  margin: 0px 0px 10px 0px;
}
div.block div.block-in {
  background: none #FFFFFF;
  border-left: 0px none;
  border-right: 0px none;
}
div.block div.block-corners-bottom {
  display: none;
}
/* --- jazyky --- */
ul.lang {
  display: none;
}
/* --- patička --- */
div.footer {
  text-align: center;
  padding: 20px 0px 0px 0px;
}
/* ---  --- */
