/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * FORMAT.CSS: - pat�� sem z�kladn� a typografick� styly - nadpisy, seznamy, odkazy, formul��e,
 *               tabulky, odstavce, citace, apod. Tento styl se tak� jako jedin� na��t� do RichTextu.
 *             - for basic and typographic styles - headers, lists, anchors, forms, tables,
 *               paragraphs, citations, etc. This stylesheet also loads into RichText Editor.
 *
 * version: 1.0.1 / wa 2.82
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	html, body						{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: black; background: #C0C0C0; }
	body								{ font-size: 81.25%; }
	
	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; cursor: help; }
	
	.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								{ margin: 0 20%; font-size: 12px; text-align: left; }
	code strong,
	pre strong						{ color: #bc0000; }
	
	
	/* * * * * *  nadpisy - headers  * * * * * */
	h1									{ color: #F76210; font-size: 1.45em; margin: 0 0 16px; font-weight: bold; }
	h2									{ color: #F76210; font-size: 1.35em; margin: 24px 0 12px; }
	h3									{ color: #F76210; font-size: 1.15em; margin: 24px 0 6px; }
	h4									{ color: black; font-size: 1em; margin: 16px 0 0px; }
	h5									{ color: #F76210; font-size: 1em; margin: 32px 0 12px; }
	h6									{ color: #F76210; font-size: 1em; margin: 32px 0 12px; }
	
	h1					{ width: 665px; height: 90px; margin: 0; position: relative; top: 20px; left: 0; overflow: hidden; }
	h1 a				{ width: 100%; height: 100%; display: block; position: absolute; cursor: pointer; }
	h1 a span		{ display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/logo.gif) 0 0 no-repeat; }
	
	/* * * * * *  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: 0.8em 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.5em; background: url(../images/li.gif) 0.6em 0.55em 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; }
	table th,
	table td							{ font-size: 1em; text-align: left; vertical-align: top; }
	
	
	/* * * * * *  odkazy - links  * * * * * */
	a									{ color: #AF7A1F; text-decoration: underline; }
	a:visited						{  }
	a:hover							{ text-decoration: none; }
	a.no_underline					{ 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; font-family: Arial, Helvetica, sans-serif;}
	select							{ font-size: 1em; }
	input.submit,
	input.sub						{ padding: 1px 5px; cursor: pointer; color: black; border: 1px solid FF8F35; font-weight: bold;
										  font-family: Arial, Helvetica, sans-serif;
										  background: #FCB02C; }
	
	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		{ color: red; padding: 0 0.2em; }
	
	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * *   RICHTEXT STYLY  * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  fotky / photos  * * * * * */
	.fotkyRT									{ width: 100%; margin: 2em 0; }
	.fotkyRT p.foto						{ display: inline; float: left; /*width: 33.3%;*/ margin: 0 0.9em 0 0; text-align: left; }
	.fotkyRT p.foto a						{  }
	.fotkyRT p.foto a img				{ padding: 1px; border: solid 4px #dadada; }
	.fotkyRT p.foto a:hover img		{ border-color: #1b66a6; }
	
	
	/* * * * * *  obr�zky - images  * * * * * */
	img.floatLeft							{ float: left; margin: 0 1.5em 1em 0; }
	img.floatRight							{ float: right; margin: 0 0 1em 1.5em; }
	img.imageCenter						{ display: block; margin: 0 auto; }
	img.border								{ padding: 1px; border: solid 5px #e3e3e3; }
	
	
	/* * * * * *  obr�zky s popiskem - images with labels  * * * * * */
	span.caption							{ display: block; text-align: center; line-height: normal; }
	span.captionFrame						{ padding: 10px; background: #e3e3e3; }
	
	span.captionFloatLeft				{ display: inline; float: left; margin: 0 1.5em 0.5em 0; }
	span.captionFloatRight				{ display: inline; float: right; margin: 0 0 0.5em 1.5em; }
	span.captionCenter					{ margin: 1em auto; }
	
	span.caption span						{ display: block; margin-top: 5px; font-size: 0.916em; text-align: center; }
	
	
	/* * * * * *  reklamn� sra�ky  * * * * */
	div.adText								{ display: block; width: 200px; padding: 10px 12px; line-height: 1.5em; font-size: 1.25em; background: #e3e3e3; }
	div.adTextLeft							{ display: inline; float: left; margin: 0 1.5em 0.5em 0; }
	div.adTextRight						{ display: inline; float: right; margin: 0 0 0.5em 1.5em; }
	div.adText p							{ margin: 0; }
	div.adText ul							{ margin: 0; }
	
	
	/* * * * * *  tabulky - tables  * * * * * */
	table.fullWidth					{ width: 100%; margin: 0 0 1em; } /* tabulka �irok� */
	table.inlineImages				{ width: 100%; margin: 0 0 1em; } /* tabulka �irok� na obr�zky */
	table.inlineImages td			{ text-align: center; }
	
	table th.w25,
	table td.w25						{ width: 25%; }
	
	table.standard						{ margin: 1em 0 0 0; } /* standardn� nastylovan� tabulka */
	table.standard th,
	table.standard td					{ padding: 4px 6px; vertical-align: middle; }
	table.standard th					{ border: solid 1px #C0C0C0; color: black; background: #d1cfcf; }
	table.standard td					{ border: solid 1px #C0C0C0; }
	table.standard th	p				{ margin: 0; }
	table.standard tr.bg				{ background: #e4daf5; }
	table.standard tr.bg1			{ background: #c6aff6; }
	
	.width70				{ width: 70%; }	

	table.contactInfo					{  } /* kontaktn� tabulka */
	table.contactInfo th,
	table.contactInfo td				{ padding: 3px 5px 3px 0; }
	
	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: 0; padding: 10px 14px; font-style: italic; border: solid 1px #dedede; background: #f6f6f6; }
	blockquote p				{ margin: 0; }
	blockquote p.mt			{ margin-top: 1em; }
	p.osoba						{ 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; }
	
	div.right					{ float: right; margin: 1em 0 1em 1em; }
	.floatRight					{ float: right; margin: 1em 0 1em 0.5em; }
	img.floatRight					{ border: 3px solid #C0C0C0; }