@media print {
body {
	color: black;
   	background: transparent;
   	font-size: 1+pt;
	}

[href]:after {
	content: " [" attr(href) "] ";
	}

h1,h2,h3,h4,h5,h6 {
	page-break-after: avoid;
	}

h1,h2 {
	page-break-before: always;
	}

@page {
	margin: 2.5cm;
	}
#horni_nadpis {
	display: none;
	
}
#menu_leve {
	display: none;
}
#menu_prave {
	display: none;
}
#funkce {
	display: none;
}
#menu_dolni {
	display: none;
}

}
