h1 {
    padding-bottom: 5px;
    border-bottom: 6px dotted white;
    text-align: center;
    margin: 30px 30px 10px;
    font-size: 20pt;
    line-height: 22pt;
}

h2 {
    margin: 10px 0px;
}

hr {
    display: none;
    border: none;
    border-top:2px solid white;
    margin: 5px 0px 30px;
}

p {
    text-align: justify;
    margin:0px;
    padding:10px 0px;
    border-bottom: 3px dotted white;
}
p:first-letter {
    padding-left: 30px;
}
table p:first-letter {
    padding-left: 0px;
}
table p {
    text-align: justify;
    margin:0px;
    padding:10px 0px;
    border-bottom: none;
}

#content img {
    padding: 5px;
    margin: 0px 10px 5px 0px;
}

#content img.velky {
    padding: 0px;
    margin: 0px 0px 5px;
    width: 100%;
}

#content, #content table {
    color: #753B2A;
    font-size: 11pt;
}

#content ul {
    list-style: inside url(../gif/kulicka.gif);
}
#content li {
    margin: 5px 0px 10px;
}

#content .sipka {
    text-align: right;
    margin: 20px 0px 0px 60px;
}

a img {
    border: none;
}

table .roky {
    width: 200px;
    text-align: center;
}
table .info:first-letter {
    padding-left: 18px;
}
table .info {
    background-image: url(../../gif/kulicka.gif);
    background-attachment: scroll;
    background-position: 0px 4px;
    background-repeat: no-repeat;
}
#content table img {
    padding: 2px;
    margin: 0px;
}

tr.modra {
    background-color: #1DAFCA;
    color:white;
}
tr.cervena {
    background-color: #DA2625;
    color:white;
}
tr.oranzova {
    background-color: #EDA127;
    color:white;
}
tr.zelena {
    background-color: #6DBB32;
    color:white;
}

td.modra {
    background-color: #97D1DE;
    color:white;
    border: 3px solid #753B2A;
    text-align: center;
}
td.cervena {
    background-color: #EA9896;
    color:white;
    border: 3px solid #753B2A;
    text-align: center;
}
td.oranzova {
    background-color: #F3D09C;
    color:white;
    border: 3px solid #753B2A;
    text-align: center;
}
td.zelena {
    background-color: #BADCA0;
    color:white;
    border: 3px solid #753B2A;
    text-align: center;
}

