/* CSS Document */
/*** TISKOVY STYL ***/

/*hide the left column when printing*/ 
#leftcol{display:none;} 
#header {
	display:none;
}
/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
#akce {
	display:none;
}

#footer {
	display: none;
}

