div.domtab {
    padding: 0;
    margin: 0 0 1em 0;
    list-style: none;
    font-size: 10px;
    float: right
    }
ul.domtabs {
    width: 100%;
    margin: 0;
    padding: 0
    }
ul.domtabs li {
    float: left;
    list-style: none;
    padding: 0 1px 0 0;
    margin: 0 0 0 1px
    }
ul.domtabs a:link, ul.domtabs a:visited, ul.domtabs a:active, ul.domtabs a:hover {
    padding: 4px 2em 4px 2em;
    color: #8396A4;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8
    }
ul.domtabs a:hover {
    text-decoration: underline;
    color: #0CA6F1
    }
div.domtab div {
    clear: both;
    /*color: #fff;*/
    padding: 0;
    margin: 0
    }
ul.domtabs li.active a:link, ul.domtabs li.active a:visited, ul.domtabs li.active a:active, ul.domtabs li.active a:hover {
    color: #0CA6F1;
    background: #e8e8e8
    }
div.domtab div h2 {
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;
    font-weight: normal
    }
div.domtab div div.obsah {
    border: 1px solid #e8e8e8
    }