/**************** COMMON ****************/


.contentik h1, .contentik h2, .contentik h3,.contentik h4,.contentik h5,.contentik h6 {
    margin: 0 0 15px 0;
    color: white;
}

.contentik h1 {
    font-size: 30px;
    font-weight: normal;
    /*text-transform: uppercase;*/
}

.contentik h2 {
    font-size: 30px;
    font-weight: normal;
    color: white;
}

.contentik.upravah2 h2 {
    /* font-size: 18px;
    font-weight: normal; */
    
}


.contentik h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.contentik h4 {
    font-size: 17px;
    font-weight: normal;
}

.contentik h5 {
    font-size: 14px;
    font-weight: normal;
}

a {
    color: #F58220;
    font-weight: bold;
}

a:hover {

}

.contentik p {
    padding: 0 0 15px 0;
    line-height: 1.45em;
}

.contentik ul {
    padding: 10px;
    background-color: #2d2c29;
    margin: 0 0 15px 0;
}

.contentik ul li {
    list-style-position: outside;
    list-style-type: none;
    background: url(../images/bg_li.gif) no-repeat left 7px;
    padding: 2px 0 2px 10px;
}

.contentik ul li h3 {position:relative; top:-5px; padding-left:20px}
.contentik ul li h3 a:hover {color:white}
.contentik ul.ulhome {padding:15px 15px 5px 15px; margin-top:40px; background:none;}
.contentik ul.ulhome li {padding:20px; list-style:none; background:#2D2C29; margin-bottom:20px; font-size:18px}


.underh1 {
    position: relative;
    top: -18px;
    font-size: 18px;
    font-weight: normal;
    color: white;
}

















