body {
    text-align: -webkit-center; /* LV: bylo "center" */
    margin: 0px;
    padding: 15px;
    background-color: #525252;
}

body, td, li, input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased; /* LV */
}

textarea {
    width: 372px;
}
.textfield {
    width: 165px;
}
a {
    color: #000000;

}

form {
    margin: 0px;
    padding: 0px;   
}

.celek, .celek2 {
    text-align: left;
    background-repeat: repeat-y;
    width: 786px;
}

.celek {
    background-image: url(../images/telo_bg.gif);
}

.celek2 {
    background-image: url(../images/telo2_bg.gif);
}

.sub-celek {
    background-image: url(../images/left_bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.sub-celek2 {
    background-image: url(../images/left2_bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.top, .top2 {
    height: 203px;
    position: relative;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

.top {
    background-image: url(../images/top.jpg);
}

.top2 {
    background-image: url(../images/top2.jpg);
}

.telo, .telo2 {
    position: relative;
    left: 0px;
    top: 0px;
}

.menu {
    width: 199px;
    position: relative;
    float: left;
    padding-left: 64px;
}

.menu a.level1 {
    height: auto; /* LV: Bylo 19px */
    width: 189px; /* LV: Bylo 199px */
    color: #818080;
    text-decoration: none;
    display: block;
    background-color: #E6E5E5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BFBEBE;
    line-height: 1.14; /* LV: Bylo 19px */
    /* text-indent: 5px; */ /* LV: Nahradit paddingem */
    padding: 5px;	
}

.menu a.level1:hover {
    /*text-decoration: underline;*/ /* LV */
    background-color: #D8D8D8;
	color: #424242; /* LV */
}

/* LV */
.menu a.level1:active {
    background-color: darkgray;
    color: black;
}

.menu div {
    width: 199px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BFBEBE;
}
.menu div p {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 15px;
}
.menu a.level2 {
    text-decoration: none;
    color: #818080;
}

.menu a.level2:hover {
    text-decoration: underline;
}


.obsah {
    width: 499px;
    position: relative;
    float: right;
    padding-top: 10px;
    padding-right: 13px;
}

.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: 11px;
    text-transform: uppercase;
}

.obsah p {
    margin-bottom: 3px;
    margin-top: 3px;
}

.bottom {
    height: 3px;
    position: relative;
    left: 0px;
    top: 0px;
    background-image: url(../images/bottom.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.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: 15px;
} 

li li {
    padding: 0px;
    margin: 0px 0px 0px 12px;
    color: #000000;
    list-style-image: url(../images/li2.gif);
    line-height: 15px;
} 

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 5px */
}
