/* * * DESIGN - ecp 1.3.1 - červený
RH
* * */	
	
	html								{ color: #333; background: white; }
	hr									{ color: #e2e2e2; background: #e2e2e2; }
	kbd								{ border-color: #eee #aaa #aaa #eee; background: #f2f2f2; }
	pre strong						{ color: #cc0000; }
	
	
	/* * * * * *  nadpisy / headers  * * * * * */
	h1, h2, h3, h4, h5, h6		{ color: black; }

	ul li								{ background: url(../images/li.gif) 0px 2px no-repeat; padding-left: 13px; }
	
	/* * * * * *  odkazy / links  * * * * * */
	a									{ color: #cc0000; }
	a:hover							{ color: black; }
	
	/* * * * * *  formuláře / forms  * * * * * */
	fieldset							{ border: solid 1px #e2e2e2; background: #f2f2f2; }
	fieldset legend				{ color: black; background: #f2f2f2; }
	input, textarea				{ border: solid 1px #e2e2e2; }
	input.submit,
	input.sub						{ color: white; background: #666 url(../images/buttons/news_submit.gif) 0 0 no-repeat; }	
	
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	/* * * * * * * * * * *   RICHTEXT STYLY  * * * * * * * * * * */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	/* * * * * *  fotky / photos  * * * * * */
	.fotkyRT p.foto a img				{ border: solid 4px #e2e2e2; }
	.fotkyRT p.foto a:hover img		{ border-color: #fa7476; }
	
	/* * * * * *  obrázky / images  * * * * * */
	img.border								{ padding: 1px; border: solid 5px #e2e2e2; }
	
	
	/* * * * * *  obrázky s popiskem / images with labels  * * * * * */
	span.captionFrame						{ padding: 10px; background: #f2f2f2; }
	
	
	/* * * * * *  reklamní sračky  * * * * */
	div.adText								{ background: #f2f2f2; }	
	
	/* * * * * *  tabulky / tables  * * * * * */
	table.standard th					{ border-bottom: solid 1px #e2e2e2; background: #f2f2f2; }
	table.standard td					{ border-bottom: solid 1px #e2e2e2; }
	
	/* * * * * *  citace / citations  * * * * * */
	blockquote							{ border: solid 1px #a5d6e2; background: #acdeea; }
	p.osoba								{ background: url(../images/default/quote_person.gif) 0 0 no-repeat; }
	
	
	/* * * * * *  poznámka  * * * * * */
	div.notification,
	p.notification						{ border: solid 1px #e2e2e2; background: #fffaed url(../images/icons/ico_notification.gif) 13px 11px no-repeat; }	
	
	/* * * * * *  homepage  * * * * * */
	p.slogan								{ color: #333; }
	ul.homeAnotace						{ color: #2a2b2f; }
		
