/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * PRINT.CSS: - styly pro email (nedává smysl, že?)
 *            - email styles
 *
 * version: 1.0.0 / wa 2.82
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: print
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	html, body						{ font-family: Arial, Helvetica, sans-serif; color: black; background: white; }
	body								{ font-size: 75%; }
	
	p									{ margin: 1em 0; line-height: 1.5em; }
	address							{ margin: 1em 0; line-height: 1.5em; font-style: normal; }
	hr									{ height: 1px; border: none; clear: both; color: #dadada; background: #dadada; }
	big								{ color: #c00; font-size: 1.166em; }
	kbd								{ margin: 0 3px; padding: 1px 4px; font-weight: bold; color: black; border: solid 1px; border-color: #eee #aaa #aaa #eee;
										  background: #dadada; }
	
	acronym, abbr					{ border-bottom: 1px dotted black; }
	
	.cleaner							{ display: block; clear: both; height: 1px; line-height: 1px; font-size: 1px; }
	.noscript						{ display: inline; }
	
	code								{ padding: 0 5px; font-style: normal; font-family: "Courier New", Courier, monospace; font-size: 12px; background: #fff3bb; }
	pre								{ width: 462px; margin: 1em 0; padding: 1em; background: #fff3bb; overflow: auto; font-size: 12px; }
	code strong,
	pre strong						{ color: #bc0000; }
	
	
	/* * * * * *  nadpisy - headers  * * * * * */
	h1									{ color: black; font-size: 1.833em; margin: 0 0 12px; font-weight: normal; }
	h2									{ color: black; font-size: 1.5em; margin: 32px 0 12px; font-weight: normal; }
	h3									{ color: black; font-size: 1.25em; margin: 32px 0 12px; }
	h4									{ color: black; font-size: 1em; margin: 32px 0 12px; }
	h5									{ color: black; font-size: 1em; margin: 32px 0 12px; }
	h6									{ color: black; font-size: 1em; margin: 32px 0 12px; }
	
	
	/* * * * * *  seznamy - lists  * * * * * *
	 * POZOR: neměnit! Lineheight p ul a ol musí být stejný kvůli obyčejnému textu na stránce
	 * a kvůli Rich Textu, páč louduje tohle cssko a řada lidí si stěžuje, že jim to tam vypadá
	 * všechno jinak. Odrážky jsou na pozadí proto, že jako list-style-image je jejich pozice
	 * nenastylovatelná (a každej prohlížeč to "zvoře" po svým)... Měnit pouze hodnotu line-height
	 * a margin (a samozřejmě polohu obrázku na pozadí). Všechny meníčka, navigace, atp. se
	 * pak musí vyresetovat zvlášť. Pokud by někoho napadlo použít třeba #center li...,
	 * tak vězte, že v editoru žádnej #center není.
	 */
	ul									{ margin: 1em 0 1em 0.355em; padding: 0; line-height: 1.5em; list-style: none; list-style-image: none; }
	ol									{ margin: 1em 0 1em 3em; padding: 0; line-height: 1.5em; }
	ul li								{ padding-left: 1.25em; background: url(../images/design/li.gif) 0.333em 0.333em no-repeat; }
	/* konec POZOR */
	
	dl									{ margin: 1em 0; line-height: 1.5em; }
	dl dt.first						{ margin-top: 0; }
	dl dt								{ margin-top: 1.5em; }
	dl dd								{ margin-left: 0.355em; background: url(../images/design/li.gif) 0.333em 0.333em no-repeat; padding-left: 1.25em; }
	
	
	/* * * * * *  tabulky - tables  * * * * * */
	table								{ border-collapse: collapse; font-size: 1em; }
	th, td							{ font-size: 1em; text-align: left; }
	
	
	/* * * * * *  odkazy - links  * * * * * */
	a									{ color: #0068cc; /* #007ffe */ text-decoration: underline; }
	a:visited						{ color: #8b008b; }
	a:hover							{ text-decoration: none; }

	a.external						{ padding-right: 10px; background: url(../images/icons/icon_external.gif) 100% 0 no-repeat; }
	a.new_window					{ padding-right: 10px; background: url(../images/icons/icon_new_window.gif) 100% 0 no-repeat; }
	a.external_new_window		{ padding-right: 23px; background: url(../images/icons/icon_external_new_window.gif) 100% 0 no-repeat; }
	
	a.external img,
	a.external_new_window img,
	a.new_window img				{ margin: 0; padding: 0; border: none; }
	
	
	/* * * * * *  obrázky - images  * * * * * */
	img								{ border: none; margin: 0; padding: 0; }
	
	
	/* * * * * *  formuláře - forms  * * * * * */
	form								{ margin: 0; padding: 0; }
	fieldset							{ border: solid 1px #dadada; margin: 1em 0; padding: 1em; background: #fafafa; }
	legend							{ padding: 2px 5px; font-weight: bold; font-size: 1.09em; color: black; }
	input, textarea				{ border: solid 1px #dadada; font-size: 1em; padding: 3px 3px; margin: 0; }
	textarea							{ font-size: 12px; }
	select							{ font-size: 1em; }
	input.submit,
	input.sub						{ padding: 1px 5px; color: white; border: none; font-weight: bold;
										  font-family: Arial, Helvetica, sans-serif; border: solid 1px #175a9e;
										  background: #185c9f url(../images/design/submit.gif) 0 0 repeat-x; }
	
	input.checkbox,
	input.no_border,
	input[type="checkbox"],
	input[type="radio"]			{ margin: 0; }
	
	fieldset th,
	fieldset td						{ vertical-align: top; }
	fieldset th						{ text-align: left; font-weight: normal; }
	fieldset span.red_star		{ font-size: 1.1em; color: red; font-weight: bold; padding-left: 5px }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * *   STYLY PRO PLNĚNÍ  * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	p.alert,
	strong.alert					{ color: #c00; font-style: italic; }
	
	/* * * * * *  obrázky - images  * * * * * */
	img.floatLeft					{ float: left; margin: 0 1.5em 0.5em 0; }
	img.floatRight					{ float: right; margin: 0 0 0.5em 1.5em; }
	img.imageCenter				{ display: block; margin: 0 auto; }
	img.border						{ border: solid 5px #e3e3e3; padding: 1px; }
	
	p.caption							{ display: inline; width: 151px; margin: 0 6px 0 0; padding: 5px 0 10px; text-align: center;
											  line-height: normal; background: #d7eecf; }
	p.caption a img					{ border: solid 5px #d7eecf; }
	p.caption a:hover img			{ border-color: #b6dba9; }
	p.caption span						{ display: block; margin: 0 7%; font-size: 0.916em; text-align: left; }
	
	p.imageFloatLeft					{ display: inline; float: left; margin: 0 1.5em 0.5em 0; }
	p.imageFloatRight					{ display: inline; float: right; margin: 0 0 0.5em 1.5em; }
	
	
	/* * * * * *  tabulky - tables  * * * * * */
	table.fullWidth					{ width: 100%; } /* tabulka široká */
	table.inlineImages				{ width: 100%; } /* tabulka široká na obrázky */
	
	table th.w25,
	table td.w25						{ width: 25%; }
	
	table.standard						{  } /* standardní nastylovaná tabulka */
	table.standard th,
	table.standard td					{ padding: 3px 5px; }
	table.standard th					{ border: solid 1px #bfd4e8; background: #dae7f3; color: black; }
	table.standard td					{ border: solid 1px #dadada; background: #fafafa; }
	
	table.contactInfo					{  } /* kontaktní tabulka */
	table.contactInfo th,
	table.contactInfo td				{ padding: 3px 5px; }
	table.contactInfo th				{ border: solid 1px #bfd4e8; background: #dae7f3; color: black; }
	table.contactInfo td				{ border: solid 1px #dadada; background: #fafafa; }
	
	table.floatLeft					{ float: left; margin: 0 1.5em 1em 0; } /* zarovnání doleva */
	table.floatRight					{ float: right; margin: 0 0 1em 1.5em; } /* zarovnání doprava */
	
	
	/* * * * * *  citace - citations  * * * * * */
	blockquote						{ margin: 1em 0; padding: 10px 14px; font-style: italic; border: solid 1px #ffe8c0; background: #fff6e6; }
	blockquote p					{ margin: 0; }
	blockquote p strong			{ position: relative; top: -1px; margin: 0 0 1.5em; padding: 10px 0 0 57px; text-align: left;
										  background: url(../images/design/quote_person.gif) 0 0 no-repeat; }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * *   STYLY PRO PLNĚNÍ  * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  obrázky - images  * * * * * */
	img.float_left					{ float: left; margin: 0 1.5em 0.5em 0; }
	img.float_right				{ float: right; margin: 0 0 0.5em 1.5em; }
	
	
	/* * * * * *  tabulky - tables  * * * * * */
	table.tabulka_1				{ width: 100%; border-collapse: collapse; }
	table.tabulka_1 th,
	table.tabulka_1 td			{ padding: 3px 5px; }
	table.tabulka_1 th			{ border: solid 1px #db6601; background: #F5821F; color: white; }
	table.tabulka_1 td			{ border: solid 1px #dadada; background: #fafafa; }
	
	
	/* * * * * *  citace - citations  * * * * * */
	blockquote						{ margin: 0; padding: 10px 14px; font-style: italic; border: solid 1px #ffe8c0; background: #fff6e6; }
	blockquote p					{ margin: 0; }
	blockquote p strong			{ position: relative; top: -1px; margin: 0 0 1.5em; padding: 10px 0 0 57px; text-align: left;
										  background: url(../images/design/quote_person.gif) 0 0 no-repeat; }
	
	
	/* * * * * *  zmizík  * * * * * */
	hr.none,
	.odkazy,
	#top,
	#left,
	#right,
	#bottom,
	#bottomAfter,
	p#navigace,
	p.skipLinks,
	p.control_box
	{ display: none; }
	
	
	