/* # -------------------------------------------------- */
.text
{
    font-size: 11px;
}

.text .fcl
{
    margin-right: 0em;
}

.text .fcr
{
    margin-left: 2em;
}

.text .fcl p.fimg
{
    width: 180px;
    margin: 0 12px;
}


.text p
{
    text-align: justify;
}

.text .anotace
{
    font-weight: bold;
}

.text .em
{
    font-weight: bold;
}

.text p.schema-oznaceni
{
    font-size: 150%;
    font-weight: bold;
    margin-top: 1em;
}

/* # -------------------------------------------------- heading */
.text h2
{
    padding-top: 30px;
    padding-bottom: 3px;
}

.text h3
, .text h4
{
    border-bottom: 1px solid;
    border-bottom-color: #E3F6FC;
    padding-bottom: 3px;
    clear: both;
}

.text h3.clear-none
, .text h4.clear-none
{
    clear: none;
}

.text h5
{
    clear: both;
}

.text .ramecek h2
{
    padding-top: 0px;
}

/* # -------------------------------------------------- list * */
.text ul
{
    margin-bottom: 17px;
}

.text li
{
    padding-left: 9px;
    background-image: url(/css/img/odrazka.gif);
    background-position: 0px 7px;
    background-repeat: no-repeat;
    list-style-type: none;
}

.text dl
{
    margin-bottom: 1em;
}

.text dt
{
    font-weight: bold;
}

.text dd
{
    margin-left: 4em;
}

.text dl.inline-medium dt
{
    float: left;
}

.text dl.inline-medium dd
{
    margin-left: 12em;
}

/* # -------------------------------------------------- table */

.text table
{
    border-collapse: collapse;
    margin-bottom: 1em;
    font-size: 11px;
}
.text table caption
{
    text-align: left;
    font-weight: bold;
    margin: 0.25em 0;

}
.text table th
{
    border: 1px solid #C7E9F8;
    padding: 0.125em 0.5em;
    background: #E3F6FC;
    text-align: center;
    vertical-align: middle;
}
.text table td
{
    border: 1px solid #C7E9F8;
    padding: 0.125em 0.5em;
    vertical-align: middle;
}

.text table .hover
{
    background: #F1FBFE;
}

.text table.a-center td
{
    text-align: center;
}

.text table.a-right td
{
    text-align: right;
}

.text .ramecek table th
{
    text-align: left;
}

.text table .w7
{
    width: 7em;
}

/* # -------------------------------------------------- emacs */
/* v2008-09-27
Local Variables:
mode: outline-minor
outline-regexp: "/\\* [#]+"
End:
*/
