/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * 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 / WebArchitect 3 Pre Devel
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: screen
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	html, body						{ color: #5f5645; }
	
	
	/* * * * * *  nadpisy - headers  * * * * * */
	h1									{ color: #52719a; }
	h2									{ color: #52719a; }
	h3									{ color: #52719a; }
	h4									{ color: #52719a; }
	h5									{ color: #52719a; }
	h6									{ color: #52719a; }
	
	
	/* * * * * *  seznamy - lists  * * * * * */
	ul li								{ background-image: url(../images/default/li.gif); }
	
	
	/* * * * * *  odkazy - links  * * * * * */
	a									{ color: #ce4f02; }
	a:visited						{ color: #86431a; }
	
	
	/* * * * * *  formuláře - forms  * * * * * */
	input.submit,
	input.sub						{ border: none; background: #52719a; }
	
	