@media print
{

  /* ------------------------------- PRINTING-RULES --------------------------- */
  *
  {
    color: #000000;
    background-image: none;
  }
  body
  {
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
  }
  h1,h2,h3,h4,h5,h6
  {
    page-break-after: avoid;
  }
  h1,h2
  {
    page-break-before: auto;
  }
  /*
  a:after
  {
    content: " [" attr(href) "] ";
  }
  */
  /* ------------------------------- PRINTABLE-CONTENT ------------------------ */
  /* ------------------------------- NO-PRINT --------------------------------- */
  .invisible
  {
    display: ;
  }

  .noprint
  {
    display: none;
  }

  .forprint
  {
    display: inline;
  }



  #main-1
  {
    width: 19cm;
  }
  
  #column-2
  {
    width: 19cm;
  }
  

  #column-2-1
  {
    float: none;
    width: auto;
  }
  
  
  #column-2-2
  {
    float: none;
    width: auto;
    overflow: visible;
  }
  
  .related-box-1
  {
    width: 19cm;
  }
  
  .prislusenstvi-item
  {
  }
  
  #footer
  {
    clear: both;
    float: none;
    display: block;
    width: 19cm;
  }


   #footer-left
   {
      clear: both;
      float: none;
      display: block;
      width: auto;
   }
   
   #footer-right
   {
      clear: both;
      width: auto;
      float: none;
      display: block;
   }
   
   #main-1 #copy-text
   {
      clear: both;
      width: auto;
      float: none;
      display: block;
   }
   
   #main-1 #hp-box-1-col-3
   {
      width: 19cm;
      float: none;
      clear: both;
      height: auto;
   }
  
   #main-1 #hp-box-1-col-2
   {
      width: 19cm;
      float: none;
      clear: both;
      height: auto;
   }
  
  #main-1 .hp-row-2-box-1-1
  {
    width: 19cm;
    float: none;
    clear: both;
    height: auto;
  }
  
  #main-1 .hp-row-2-box-2-1
  {
    width: 19cm;
    float: none;
    clear: both;
    height: auto;
  }
  
  #main-1 .hp-row-2-box-2-1 .panel-hp-content *
  {
    text-align: left;
  }
  
  #main-1 .hp-row-2-box-4-1
  {
    width: 19cm;
    float: none;
    clear: both;
    height: auto;
  }
  
}

