/* --- 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 {
  height: auto;
  padding: 0px;
  border-bottom: 0px none;
}
div.header img.logo {
  float: none;
}
div.header div.banner {
  display: none;
}
/* --- left-menu --- */
div.left-menu {
  display: none;
}
/* --- right-side --- */
div.right-side {
  float: none;
  width: auto;
}
/* --- right-block --- */
div.right-block {
  display: none;
}
/* --- content --- */
div.content {
  float: none;
  width: auto;
}
div.content-in {
  padding: 0px;
}
/* --- footer --- */
div.footer {
  top: 0px;
  width: auto;
  margin-left: 0px;
}
div.footer div.allrights {
  color: #482507;
  margin: 0px;
}
/* --- detail --- */
div.detail {
  border: 5px solid #c1b5aa; 
  width: auto;
}
div.detail div.caption {
  background: #482507;
  min-height: auto;
}
div.detail div.caption h1 {
  padding: 6px 0px 0px 9px;
}
div.detail div.tisk {
  display: none;
}
.dokose {
  display: none;
}
/* ---  --- */