body {
    text-align: left;
    margin: 0px;
    padding: 15px;
    background-color: #ffffff;
}

body, td, li, input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

textarea {
    width: 372px;
}
.textfield {
    width: 165px;
}
a {
    color: #000000;

}

form {
    margin: 0px;
    padding: 0px;   
}

.top, .top2 {
    display: none;
}


.telo, .telo2 {
    position: relative;
    left: 0px;
    top: 0px;
    width: auto; /* LV: Bylo 630px */
    margin: 0 25px; /* LV */
}

.menu {
    display: none;
}

.print-area {
    display: none;
}


.obsah {
    width: auto; /* LV: Bylo 630px */
}

.obsah h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
    color: #B6B6B6;
}

.obsah h2 {
    margin-bottom: 3px;
    margin-top: 3px;
    color: #666666;
    font-weight: bold;
    font-size: 12px; /* LV: Bylo 11px */
    text-transform: uppercase;
}

.obsah p {
    margin-bottom: 3px;
    margin-top: 3px;
}

.bottom {
    display: none;
}

.table          { background-color: #FFFFFF; width: 499px; border-collapse: collapse; }
.table td       { border: 1px solid #B6B6B6; padding: 3px; color: #000000; }
.table-head td      {
    background-color: #D8D8D8;
    font-weight: bold;
    color: #818080;
}
.table-row-1 td, .table-field-1     { background-color: #FFFFFF; }
.table-row-2 td, .table-field-2     { background-color: #F1F1F1; }

li {
    padding: 0px;
    margin: 0px 0px 0px 12px;
    color: #000000;
    list-style-image: url(../images/li.gif);
    line-height: 1.25; /* LV: Bylo 15px */
} 

li li {
    padding: 0px;
    margin: 0px 0px 0px 12px;
    color: #000000;
    list-style-image: url(../images/li2.gif);
    line-height: 1.25; /* LV: Bylo 630px */
} 

ol, ul { padding: 0px; margin: 5px 0px 5px 5px; color: #000000; }
.image-left {
    margin-right: 10px /* LV: Bylo 5px */
}
.image-right {
    margin-left: 10px; /* LV: Bylo 15px */
}
