/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * FORMAT.CSS: - základní typografické styly
 *             - basic typograpgy styles
 *
 * verze: 1.2.6 / ecp 1.2
 * autor: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * úpravy: dl (1.1.1)
 *         přidán input.submit (1.1.2)
 *         přidána sekce pro plnění (1.2.2)
 *         úprava tabulky ve formuláři - fieldset th (1.2.3)
 *         přidány styly pro tabulku plnění - table.tabulka_1, img.float_left (1.2.4)
 *         přidáno pozadí na fieldset - fieldset (1.2.5)
 *         upraveny odkazy a pseudotřídy - a:active (1.2.6)
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * *    common styles    * * * * * * * * * * * * * * */
	
	html, body						{ font-family: Arial, Helvetica, sans-serif; color: black; background: white; }
	body								{ font-size: 75%; }
	
	p									{ margin: 1em 0; text-align: justify; line-height: 1.5em; }
	hr									{ height: 1px; border: none; clear: both; color: #aaa; background: #aaa; }
	
	acronym, abbr					{ border-bottom: 1px dotted #335375; cursor: help; }
	
	.cleaner							{ display: block; clear: both; height: 1px; line-height: 1px; font-size: 1px; }
	
	
	
	/* * * * * *  nadpisy  * * * * * */
	h1									{ font-size: 1.333em; margin: 0 0 12px; padding: 6px 5px 14px 30px; color: #cc6600;
										  background: #ffebcb url(../images/left_h3.gif) 0 0 no-repeat; }
	h2									{ font-size: 1.3em; margin: 24px 0 12px; }
	h3									{ font-size: 1.2em; margin: 24px 0 12px; }
	h4									{ font-size: 1em; margin: 24px 0 12px; }
	h5									{ font-size: 1em; margin: 24px 0 12px; }
	h6									{ font-size: 1em; margin: 24px 0 12px; }
	
	
	/* * * * * *  seznamy  * * * * * *
	 * 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 2em; padding: 0; line-height: 1.5em; }
	ul li								{ background: url(../images/li.gif) 0.333em 0.333em no-repeat; padding-left: 20px; }
	/* konec POZOR */
	
	dl									{ line-height: 1.4em; }
	
	
	
	/* * * * * *  tabulky  * * * * * */
	table								{ border-collapse: collapse; font-size: 1em; }
	th, td							{ font-size: 1em; text-align: left; }
	
	
	
	/* * * * * *  odkazy  * * * * * */
	a:link							{ color: #C26700; text-decoration: underline; }
	a:visited						{ color: #944a00; text-decoration: underline; }
	a:active,
	a:hover							{ text-decoration: none; }
	
	
	
	/* * * * * *  obrázky  * * * * * */
	img								{ border: none; margin: 0; padding: 0; }
	
	.img_left						{ float: left; margin: 10px 15px 0 0 !important;}
	.img_right						{ float:right; margin-right: 0 !important; padding: 0; border: 0; margin-left: 15px !important;}
	
	
	
	/* * * * * *  formuláře  * * * * * */
	form								{ margin: 0; padding: 0; }
	fieldset							{ border: solid 1px #dadada; margin: 1em 0; padding: 1em; background: #fafafa; }
	input, textarea				{ border: solid 1px #dadada; font-size: 1em; margin: 0; }
	textarea							{ font-size: 11px; }
	.foot textarea					{ border-color: #EEC88B; }
	select							{ font-size: 1em; }
	input.submit,
	input.sub						{ padding: 0 0.41666em; background: #ff7e2e; border: solid 1px #ff7e2e; cursor: pointer; color: white;
										  font-weight: bold; }
	
	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Í  * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  obrázky  * * * * * */
	img.float_left					{ float: left; margin: 0 1.5em 0.5em 0; }
	img.float_right				{ float: right; margin: 0 0 0.5em 1.5em; }
	
	.oddelovac						{ border-bottom: 1px dashed silver;}
	
	/* * * * * *  tabulky  * * * * * */
	table.tabulka_1				{ width: 100%; border-collapse: collapse; }
	table.tabulka_1 th,
	table.tabulka_1 td			{ padding: 0.2em 0.3em; }
	table.tabulka_1 th			{ border: solid 1px #658ab2; background: #98b4d2; color: white; }
	table.tabulka_1 td			{ border: solid 1px #C8D7E7; background: #F7F9FC; }
	
	.homepageAnotace				{ width: 661px; padding: 1px 0 1px 20px; border-left: solid 1px #ffebcb; }
	.homepageAnotace:after		{ display: block; clear: both; content: " "; }
	.homepageAnotace p.obrazek	{ display: inline; float: right; margin: 14px 0 6px 20px; }
	
	/*-----------------obchodni podminky---------*/
.podminky						{ background-color: #F4F4F4; border: 1px solid #939393; width: 98%; padding: 5px; margin-bottom: 20px;}
.nadpis_h3						{ font-size: 1.2em;  width: 100%;}
.nadpis_h3 p					{ text-align: center; }
.podminky_text					{ width: 100%;}
	
	