/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * PRINT.CSS: - styly pro tisk
 *            - print styles
 *
 * version: 1.0.1 / ecp 1.3
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: print
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	html, body						{ color: black; background: white; }
	
	
	/* * * * * *  hiding unnecessary content  * * * * * */
	h2.hidden,
	hr.none,
	.odkazy,
	#top,
	#left,
	#right,
	#bottom,
	#crumb_trail,
	p.skipLinks,
	div.links,
	#info,
	p.nahoru,
	div.tlacitko,
	p.koupit,
	p.info,
	p.strankovani,
	#asistent,
	#review_form,
	#contact_form,
	.noprint
	{ display: none; }
	
	#center	{ margin: 0; width: 980px; }
	
	
  textarea {
  	border-color: black;
  }
  span.red, span.star {
   	color: black;  	
  }
