#main-column a:hover {
    color: #000000 !important;
}

.invisible {
    color: #CACACA !important; 
}

/* nadpis prezentace */

img#nadpis-prezentace {
    display: block;
    margin: 30px auto 20px auto;
}

/* obrazek prezentace */

img#obrazek-prezentace {
    display: block;
    margin: 15px auto;
}

/* vybrane clanky */

div#vybrane-clanky {
    max-width: 766px;
    margin: 0px auto;
    overflow: hidden;
}

    div#vybrane-clanky .item {
        float: left;
        width: 48.2%;
        text-align: justify;
        margin-bottom: 3%;
    }

    div#vybrane-clanky .item.odd {
        clear: left;
        margin-right: 3%;
    }
    
    div#vybrane-clanky .item .invisible {
        font-size: 0.9em;
    }
    
        div#vybrane-clanky .item a {
            color: #CACACA; 
        }

        div#vybrane-clanky .item a:hover {
            color: #000000;
        }
        
/* box se seznamem souboru */

#box-soubory h3 {
    color: #335D1A !important;
    font-size: 1.2em;
    font-style: normal;
    margin-bottom: 10px;
}

#box-soubory ul li {
    float: left;
    display: block;
    min-width: 100px;
    width: 32.5%;
    line-height: 1em !important;
    margin-right: 1%;
    margin-bottom: 5px;
    padding-top: 15px;
}

#box-soubory ul li.odd {
    margin-right: 0px;
}

    #box-soubory ul li input {
        float: left;
        margin-top: 0px;
    }

    #box-soubory ul li a {
        display: inline;
        line-height: 1.3em !important;
    }

        #box-soubory ul li a img {
            float: left;
            margin: -15px 5px 0px;
        }

/* box se zarukami kvality */
#box-kvalita {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 15px;
}

#box-kvalita span.item {
    /*min-width: 100px;*/
    line-height: 1em !important;
    margin-bottom: 10px;
    display: inline-block;
}

#box-kvalita span.item a {
    display: inline;
    line-height: 1.3em !important;
    text-align: center;
}

#box-kvalita span.item a img {
    height:31px;
    vertical-align: middle;
}
/* vybrane listecky */

#vybrane-listecky {
    clear: both;
}
    
    #vybrane-listecky .invisible {
        font-size: 0.9em;
    }
    
    #vybrane-listecky h4 a{ 
        font-size: 1.1em;
    }
    
    #main-column #vybrane-listecky p {
        font-size: 0.9em;
        line-height: 1.7em !important;
        text-align: justify;
    }

    #vybrane-listecky a.invisible {
        display: block;
        text-align: right;
        margin-top: -5px;
        margin-bottom: 10px;
    }                 
     
    /* dostylovani ol v listeckach */
    #vybrane-listecky ol.common {
        padding-bottom: 0px;
        margin: 0px 0px 0px 20px !important;
        padding-left: 2px !important;  /* pro IE - spatne vykreslovalo cisla u ol */
    }
    
    #vybrane-listecky ol.common li {
        font-size: 0.9em;
        list-style-type: decimal;
        color: #595959 !important;
    }
    
    #vybrane-listecky ol.common li p {
        font-size: 1.0em !important;
        padding-bottom: 0px !important;
    }

/* banner */

a#banner,
a#banner-certified {
    display: block !important;
    clear: both;
    max-width: 468px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px auto 15px auto !important;
}


/* [light]gray box */

div.lightgray-box {
    position: relative;
    overflow: hidden; /* clearing floats hack */
    height: 1%;
    margin-bottom: 15px;
    padding: 15px;
    background: #F1F1F1 url('../../img/bg_lightgray_corner_1.png') left top no-repeat;
}

    span.corner-1,
    span.corner-2,
    span.corner-3 {    
        position: absolute;
        width: 10px;
        height: 10px;
        bottom: 0px;
        right: 0px;
        background-image: url('../../img/bg_lightgray_corner_4.png');
    }

    span.corner-2 {
        bottom: auto;
        top: 0px;
        background-image: url('../../img/bg_lightgray_corner_2.png');
    }

    span.corner-3 {
        right: auto;
        left: 0px;
        background-image: url('../../img/bg_lightgray_corner_3.png');
    }

    /* content */

    div.lightgray-box div.item {
        float: left;
        width: 32%;
        color: #808080;
        margin-right: 2%;
    }
    
    div.lightgray-box div.item.last {
        margin-right: 0%;
    }
    
        div.lightgray-box h4 {
            color: #000000;
            margin-bottom: 10px;
        }
    
        div.lightgray-box h3 {
            color: #808080 !important; 
            font-size: 1.2em;
            margin-bottom: 11px !important;
        }
    
            div.lightgray-box h3 strong,
            div.lightgray-box h3.warning strong {
                color: #000000 !important;
            }
    
        div.lightgray-box .warning,
        div.lightgray-box .warning strong,
        div.lightgray-box .warning a {
            color: #EF1305 !important;
        }
    
            div.lightgray-box .warning strong {
                font-size: 1.25em;
            }
    
            div.lightgray-box h3.warning strong {
                font-size: 1em !important;
            }
        
            div.lightgray-box .warning a {
                text-decoration: underline;
            }
    
            div.lightgray-box .warning a:hover {
                color: #000000 !important;
            }
            
        #main-column div.lightgray-box p {
            line-height: 1.3em !important;
            padding-bottom: 10px !important;
        }
    
        div.lightgray-box div.item ol {
            list-style: none;
            padding-left: 0px !important;
        }
            
            div.lightgray-box div.item ol li {
                line-height: 1.4em;
                margin-left: 0px !important;
                margin-bottom: 5px;
            }

/* priority */

.level-0 {
    text-decoration: line-through;
}

.level-1 {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
}

.level-2 {
    color: #6C6C6C;
    font-weight: bold;
}

.level-3 {
    color: #9C9C9C;
}

.level-4 {
    color: #B7B7B7;             
    font-size: 0.95em;
}

/* pobocka menu */

ul#pobocka-menu {
    width: 164px;
    height: 41px;
    text-decoration: none !important;
    margin-bottom: 3px;
}

    ul#pobocka-menu li {
        float: left;
        text-decoration: none !important;
    }

        ul#pobocka-menu li a {
            display: block;
            font-size: 11px;
            line-height: 20px;
            text-decoration: underline !important;
            margin-right: 20px;
            padding-left: 20px;
            background: url('../../img/icons_agency_detail_small.png') -3px -5px no-repeat;
        }

        ul#pobocka-menu li a:hover {
            background-position: -3px -33px;
        }

        li#centrala-mapa a {
            background-position: -3px -180px !important;
        }

        li#centrala-cenik a {
            background-position: -3px -121px !important;
        }

        li#centrala-pobocky a {
            background-position: -3px -180px !important;
        }

        li#centrala-mapa a:hover {
            background-position: -3px -208px !important;
        }

        li#centrala-cenik a:hover {
            background-position: -3px -149px !important;
        }

        li#centrala-pobocky a:hover {
            background-position: -3px -208px !important;
        }

/* kontaktni udaje */

div#kontaktni-udaje {
    display: none;
    position: relative;
    clear: both;
    width: 319px;
    padding: 15px 0px 0px 0px;
    _padding: 15px 0px 0px 20px;
    margin: 20px 0px 20px 10px;
}

    div#kontaktni-udaje ul {
        clear: both;
        width: 299px;
        padding: 0px 0px 1px 20px;
    }

    div#kontaktni-udaje .separator {
        height: 32px;
        width: 319px;
    }

    div#kontaktni-udaje .end-separator {
        width: 319px;
        height: 15px;
        margin-top: -5px;
    }
    
    div#kontaktni-udaje ul li {
        display: block;
        margin-bottom: 8px;
    }    
    
        /* email */
    
        li.icon-email a {
            display: block;
            height: 15px;
            min-width: 250px;
/*            margin-top: 2px;
 */
        }
    
        li.icon-email a:hover {
            background-position: -500px center !important;
        }

        li.icon-email.a a {
            color: #da7b14;
        }

        li.icon-email.b a {
            color: #469cf1;
        }

        li.icon-email.c a {
            color: #e94100;
        }

            li.icon-email a img {
                display: none;
            }
