@media print {

BODY, TH, TD {
	FONT: 70% "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
}

h1{
	font-size: 120%;
}
h2{
	font-size: 110%;
}
UL{
	list-style: none;
}
.noPrint {
	display: none;
}
#header {
	display: none;
}
#headerPrint {
	display: block;
	border: 1px solid red;
	width: 100%;
	height: 100px;
}
#headerPrint {
	font-size: 50%;
}
#headerPrint h2 {
	display: none;
}


#menuMain {
	display: none;
}
UL#ulMenuMain {
	display: none;
}
TABLE.ceny,
TABLE.ceny TD{
	border: 1px solid Gray;
	background-color: White;
}
TABLE.ceny{
	margin: 20 auto;
}
#tabFotky {
	margin: 20 auto;
}
#foot {
	font-size: 80%;
	color: Gray;
}
}