#faq { overflow: hidden; }

#faq .ka {
	font-weight: bolder;
	font-size: 12px;
	color: #0c5fb3;
	margin: 10px 0;
}
#faq .ka-b {
	font-weight: bolder;
	font-size: 12px;
	color: #E71232;
}
#faq label {
    display: block;
    border: 1px solid #6f93af;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #d1d1d1;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 10px;
}
#faq label.bydlet {
	display: block;
	border: none;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	font-weight: bold;
	background-color: #F7E044;
	vertical-align: middle;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
	padding: 1px;
}
#faq fieldset {
	border: #6f93af 1px solid;
	margin-bottom: 1em;
	color: black;
	text-align: justify;
	padding: 1em 15px 1em 15px;
	font-size: 12px;
	line-height: 1.5em;
}

#faq fieldset img { float: left; margin: 0 5px 5px 0; }
#faq fieldset div { float: left; }
#faq fieldset a.dale { font-weight: bold; text-decoration: underline; }

#faq fieldset.bydlet {
    border: #F8EDB5 2px solid;
    padding: 8px;
    margin-bottom: .5em;
    color: black;
    text-align: justify;
}
#faq legend { font-weight: bold; font-size: 12px; color: #0c5fb3; text-align: justify;  }
#faq textarea { width: 100%; margin: 0px 0; }
#faq div.zadavaj {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px #6f93af solid;
}
#faq div.zadavaj-b {
	background-color: #F8EDB5;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	padding: 0.5em;
	margin: 0.5em 0;
}
#faq div.adresa { font-weight: bold; color: gray; }
#faq a, #faq.a:hover { color: blue; }
#faq span {
	background-color: #0e1fed;
	color: white;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 3px;
}
#faq div.strankovanie { text-align:center; padding: 3px; }
/* tlacitko 'Odesli' */
#faq .isubmit { background-color: #d1d1d1; color: black; font-weight: bold; }
