/* CSS subor na ucely vytlacenia stranky */

/* Odstranit nepotrebne TAG-y */
td.menucell, .printtop, .printtitulok, .printbottom, div.wodstavecsedyprint, div.wodstavec span.home  {
	display: none;
}
/* Formatovanie tlaceneho ID */
#pravyramik { 
	background-image: none;
	font: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px auto 0px 140px;
}

a {
	font: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #5F1100;
	font-weight: bold;
	text-decoration: underline;  
}

a:hover {
	font: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #636363;
} 	

span.help {
	font: "Times New Roman", Times, serif;
	font-size: 0.8em;
} 
