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





/* * * * * * * * * * * * * * *    common styles    * * * * * * * * * * * * * * */
	
	html, body, h1, h2, h3, h4, h5, h6, p, form, input, select, textarea, ul, li, hr
			{ font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; color: Black; }
	
	body	{ text-align: justify; font-size: 85%; }
	p		{ margin: 10px 0; text-align: justify; }
	
	
	h1, h2, h3, h4, h5, h6
			{ color: #000; }
	
	h1		{ margin-bottom: 10px; margin-top: 15px; font-size: 1.6em; padding-top: 0px; }
	h2		{ margin-top: 10px; margin-bottom: 5px; font-size: 1.5em; padding-top: 0px; }
	h3		{ margin-bottom: 10px; font-size: 1.4em; padding-top: 10px; }
	h4		{ font-size: 1.3em; padding-top: 10px; }
	h5		{ font-size: 1.2em; padding-top: 10px; }
	h6		{ font-size: 1em; padding-top: 0px; font-weight: normal; }
	
	hr		{ color: #ccc; height: 0; background: #ccc; clear: both; height: 1px; }
	
	ul		{ margin-top: 0; }
	
	li		{ line-height: normal; font-size: 1em; }
	
	
	a:hover { text-decoration: underline; }
	
	
	/*------------------ BOXY ------------------------*/
	#main,
	#top	{ width: auto;  }		
	#navigace, .odkazy, #bottom, #right, #left, #top	, hr.none	
			{ display: none; }
									
	
	

