/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * PRINT_CSS.CSS: - styly pro tisk
 *                - print styles
 *
 * verze: 1.0.0 / wa 2.81
 * autor: OV
 * email: vetesnik@ebrana.cz
 * media: print
 *
 * úpravy:
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * *    common styles    * * * * * * * * * * * * * * */
	
	html				{ font-family: "Times New Roman", Times, serif; margin: 0; padding: 0; }
	body				{ font-size: 81.25%; margin: 0; padding: 11px; }
	
	h1					{ margin: 0 0 13px; font-size: 1.5em; }
	h2					{ margin: 26px 0 13px; font-size: 1.4em; }
	h3					{ margin: 26px 0 13px; font-size: 1.3em; }
	
	table				{ font-size: 1em; border-collapse: collapse; }
	table th,
	table td			{ padding: 2px 5px; border: solid 1px black; }
	
	td.t_center		{ padding: 0; border: none; }
	
	
	img				{ margin: 4px; border: solid 1px black; }
	
	div.foto			{ display: inline; }
	div.photo		{ display: inline; }
	
	#top,
	#left,
	#right,
	#bottom,
	hr.none,
	#navigace,
	.odkazy,
	.razeni,
	.navigator,
	form				{ display: none; }
	
	
