/**
*   Soubor: faq.css
*   Popis:  css styl k souboru faq.php
*   Autor:  Martin Stuchlík
*   Verze:  1.0 - 17.08.2005 Vytvoreni
*/

.faq_zaznam {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #39387E;
}
.faq_nazev {
	font-style: italic;
	color: #39387E;
}
.faq_otazka {
	font-weight: bold;
}
.faq_odpoved {

}

