
@media print {

	#top, #header, #navi, #tisk, #infopanel, #paticka {display: none;}
	
	 @page 
        {
            size: auto;  /*auto is the current printer page size */
            margin: 0mm;  /* this affects the margin in the printer settings */
        }

        body 
        {
            margin: 0px;  /* the margin on the content before printing */
       	}

		#maincol {
			float: left;
		}
}



