@media print{
  html{
    	font-family:Verdana, Arial, Helvetica, sans-serif; 
	    font-size: 12px; 
	    line-height: 14px;
  }

  body {
  	margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
  	color: black;
  	background: white;
  }  
  
  #kontener{
   	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  }
  
  .title{
    font-size:13px;
    font-weight:bold;
    text-indent:10px;
    line-height:30px;
    color:#457446;
    padding-top:5px;
  }
  
  #wyswietlanie{
    width:100%;
    position:relative;
    left:0px;top:0px;
  }
  
  #srodek{
    width:100%;
    position:relative;
    left:0px;top:0px;
    padding:0px;
  }
  
  .belka_srodek{
    width:100%;height:5px;
    background: url(kreska_srodek.jpg) repeat-x 4px 3px;
    padding-bottom:10px;
    clear:both;
  }
  
  .art_tresc{
    position:relative;
    left:0px;top:0px;
    width:95% !important;
    height:auto !important;
    color:black;
    font-size: 12px; 
	  line-height: 14px;
	  background: white;
	  text-align: justify;
  }
  
  #menu_top{display:none;}
  #top{display:none;}
  #lewa{width:0px;display:none;}
  .no-print{display:none;}
  #prawa{width:0px;display:none;}
  #footer{display:none;}
}
