<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
    margin: 0 0 10px 0;
    background-color: #d6dfe0;
}

body, td {
/* Font                      */
	font-family: geneva, verdana, arial, sans-serif;
	font-size: 0.8em;
	color: #4c333f;
	line-height: 1.3em;
}

h3 {
    background-color: #9eaeb8;
    border-right: 10px solid #bb4a43;
    border-left: 10px solid #bb4a43;
    border-bottom: 2px solid #bb4a43;
    border-top: 2px solid #bb4a43;
    padding: 4px;
    color: #bb4a43;
    text-align: center;
}

h5 {
    /*background-color: #9eaeb8;*/
    border-left: 10px solid #bb4a43;
    border-bottom: 2px solid #bb4a43;
    padding: 1px 5px 1px 6px;
    text-align: left;
}

/* Links                     */
a {
	text-decoration: underline;
	color: #bb4a43;
}
a:hover {
	text-decoration: none;
	background: #cbacb3;
	color: #5a242a;
}

/* Layout                   */

#layout {
    width: 770px;
    height: 550px;
    border-collapse: collapse;
    background-color: #D6DFE0;
    border-right: 2px solid #9eaeb8;
    border-left: 2px solid #9eaeb8;
}

#layout #levy {
    width: 229px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    background-color: #9eaeb8;
    background-image: url("../grafika/kolaz.gif");
    background-position: top middle;
    background-repeat: no-repeat;
}

#layout #text {
    vertical-align: top;
}

#layout #paticka {
    background-color: #9eaeb8;
    font-size: 10px;
}

#text #lista {
    border-collapse: collapse;
}

#text .lista_logo {
    width: 190px;
    text-align: right;
    padding: 15px 15px 0 0;
}

#text .lista_menu {
    text-align: center;
}

#text .lista_logo img {
    border: 1px solid #bb4a43;
}

/* FORMATOVA V TEXTU        */

#text .obsah {
    padding: 0 10px 10px 10px;
}

.obsah p {
    text-align: justify;
    text-indent: 1.5em;
}

.obsah .obr {
    margin: 5px 0px 5px 10px;
    border: 1px solid #bb4a43;
}

.obsah .odstavce {
    list-style-type: none !important;
    padding: 0 0 0 10px;
    margin: 0px;
}

.obsah .odstavce li {
    margin: 0 0 10px 0;
    text-align: justify;
}

.obsah .cislovani li {
    margin: 0 0 10px 0;
    text-align: justify;
}

/* LISTMATIC - MENU              */
#navcontainer {
    text-align: right;
    margin: 290px 4px 50px 0;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;

}

#navcontainer li {
    margin: 0 0 3px 0;
}

#navcontainer a
{
display: block;
padding: 2px 5px 2px 2px;
border-right: 10px solid #bb4a43;
border-bottom: 2px solid #bb4a43;
width: 98%;
text-align: right;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border-right: 10px solid #bb4a43;
border-bottom: 2px solid #bb4a43;
color: yellow;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
color: #333;
}</pre></body></html>