/*!
 * print.css v1.0.0
 * http://printstylesheet.com/
 *
 * Copyright (c) 2011 David Bushell
 * Dual licensed under the BSD or MIT licenses: http://printstylesheet.com/license.txt
 
 * Author: David Bushell
 * http://dbushell.com/
 */

/* use a media query to limit the CSS to only print devices, like a printer */
@media only print
{
   body, html { background: #fff; color: #000; }
    body:after { content: ""; }
}

#header *, #footer, #header-lang, #links, a.powrot, .print-site, .noprint {
  display: none; !important;
}

#wrapper, .col_2, #content {
  width: 98% !important;
  padding:0px !important;
  margin:0px !important;
}