#main {
background-color: white;}

body {
    margin: 0;
    padding: 0;
    background-color: #C1C1C1;
    font-family: calibri;
    font-size: 18px;
}

.box.kategorie {
    background-color: #01afda;
}

.box.kategorie .nadpis {
    background-color: #0082a2;
}

ul#hlavneMenu a:hover, ul#hlavneMenu a.active {
    background-color: #01afda;
}

h2 {
    font-size: 22px;
    color: #01afda;
}

.obal {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.box ul.kategorie0 li a {
    padding: 7px 8px 7px 17px;
    display: block;
    color: #FFF;
    font-size: 18px;
    line-height: 16px;
    border-bottom: 1px dotted rgba(255, 255, 255, .4);
    background-repeat: no-repeat;
    background-position: top left;
    text-decoration: none;
}

h1 {
    display: block;
    color: #2d2d2d;
    font-size: 28px;
    line-height: 22px;
    margin: 0 0 10px 0;
    padding: 2px 0 17px 0;
    font-weight: 600;
    border-bottom: 1px dotted #d8d8d8;
}