@media print {

	body {
		background-color: white;
		margin: 0px; padding: 0px; border: 0px;
		font-family: Verdana, "Arial CE",Helvetica,Arial,Sans-serif;
		color: #4f4f4f;
		font-size: 10pt;
	}
	
	#hponly, #right, #nothing, #topbanner, #leftmenu, #leftmenu_bottom, #mestotabor, #copycontact, #validation, #copyright, #mestotabor, #contacts, #bottom, #topmenu, #toptext, #toplogo {
		display: none;
	}		
	
	#print_top {
		width: 210mm;
		height: 12.9mm;
		margin-bottom: 5mm;
	}

	#print_bottom {
		width: 210mm;
		height: 16.5mm;
		margin-top: 15mm;
	}
	
	#print_bottom_canvas {
		text-align: right;
	}

	#main {
		width: 100%;
	}
	
	#doc {
		margin: 0 0 0 1mm; padding: 0px; border: 0px;
		width: 99%;
	}

	#content {
		width: 100%;
	}

	#bottom {
		margin-top: 1cm;
		border-top: 1px solid #999999;
		color:  #999999;
		padding-top: 2mm;
		font-size: 8pt;
	}
		

}