/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * 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.0 / ecp 1.3
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  nadpisy / headers  * * * * * */
	h1, h2, h3, h4, h5, h6		{ color: #378500; }
	h1									{ background-image: url(../images/h1.gif); }
	
	
	/* * * * * *  odkazy / links  * * * * * */
	a,
	a:visited						{ color: #378500; }
	
	
	/* * * * * *  formuláře / forms  * * * * * */
	input.submit,
	input.sub						{ background-color: #c2dd9e; background-image: url(../images/submit.gif); }
	
	