/* hlavni kontajner */
div.border {
 border-style: double;
 background: #ffffff;
 /* original pouziva nadrazeny 'blockquote'! */
 /* width: 93%; */
 padding: 1em;
 border: 0.5em solid #669966;
 line-height: 150%;
 margin-left: 6%;
 margin-right: 6%;
}

/*** hlavicka ***/
div#header {
    text-align: center;
    color: #030;
    font-weight: bold;
    padding-bottom: 5em;
}

/*** toc a obalka ***/
div#toc_obalka_kontajner {
    padding-top: 5em;
}
#obalka { width: 50%; float: left}
#toc { float: right}
.clear { clear: both;}
#obalka img {
    border:1px solid #021a40;
}
/* toc */
div#toc > ul > li {
    list-style-type: none;
    color: #030;
}
div#toc > ul > li > ol {
    list-style-type: upper-roman;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}


/*** text ***/
/* odsazeni numerickeho listu */
ol {
 text-indent: 1em;
 color: #000000;
 margin-left: 6%;
 margin-right: 6%;
}
/* inline komentare od vydavatele */
pre {
 text-indent: 1em;
 margin-left: 6%;
 margin-right: 6%;
}
pre > code {
 white-space: normal;
 font-family: "Georgia", "Times New Roman", serif;
 font-size: 10pt;
}

/* poznamky pod carou */
section.footnotes > ol {
 list-style-type: decimal;
 text-align: left;
 line-height: 150%;
 margin-left: 5%;
 margin-right: 6%;
}

section.footnotes > ol > li {
 margin: 0;
 padding: 0 0 0 2em;
 text-indent: -2em;
 list-style-type: none;
 counter-increment: item;
}
section.footnotes > ol > li:before {
 color: #030;
 display: inline-block;
 width: 1em;
 padding-right: 0.5em;
 font-weight: bold;
 text-align: right;
 content: counter(item) ".";
}

/*** footer ***/
footer {
    text-align: center;
}
footer > ul > li {
    /*    display: inline; */
    list-style-type: none;
    text-indent: 0;
    font-weight: bold;
    font-size: 12pt;
    font-family: "Arial", "Helvetica", sans-serif;
}

hr {
    height: 2px;
    width: 88%;
    color: #030;
}

a:link {
    color: #060;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
