/* title */

#main-title {
    width: 276px;
    height: 70px;
    background: url('../../img/bg_homepage_title.gif') left top no-repeat;
}

/* title image container */

#title-image-container {
    position: relative;
    width: 100%;
    height: 310px;
    background: transparent url('../../img/decoration_homepage_1.gif') left top no-repeat;    
}

    #title-image-container div {
        width: 100%;
        height: 100%;
        background: transparent url('../../img/decoration_homepage_2.gif') right top no-repeat !important;
    }

        #title-image-container div img {
            position: absolute;
            top: 0px;
        }

        #img-1 {
            left: 0px;
            z-index: 40;
        }

        #img-2 {
            left: 11%;
            z-index: 30;
        }

        #img-3 {
            left: 25%;
            z-index: 50;
        }

        #img-4 {
            right: 6%;
            z-index: 20;
        }

        #img-5 {
            right: 0px;
            z-index: 10;
        }

/* guidepost */

ul.guidepost li h2 a {
    background: url('../../img/bg_guidepost_item_1.png') left center no-repeat;
}
ul.guidepost li h2 a:hover{
    background: url('../../img/bg_guidepost_item_1_over.png') left center no-repeat;
    text-decoration: underline;
}

ul.guidepost li#item-2 h2 a {
    background-image: url('../../img/bg_guidepost_item_2.png');
}
ul.guidepost li#item-2 h2 a:hover {
    background-image: url('../../img/bg_guidepost_item_2_over.png');
}    

ul.guidepost li#item-3 h2 a {
    background-image: url('../../img/bg_guidepost_item_3.png');
}
ul.guidepost li#item-3 h2 a:hover {
    background-image: url('../../img/bg_guidepost_item_3_over.png');
}    

ul.guidepost li#item-4 h2 a {
    background-image: url('../../img/bg_guidepost_item_4.png');
}        
ul.guidepost li#item-4 h2 a:hover {
    background-image: url('../../img/bg_guidepost_item_4_over.png');
}

ul.guidepost li#item-5 h2 a {
    background-image: url('../../img/bg_guidepost_item_5.png');
}
ul.guidepost li#item-5 h2 a:hover {
    background-image: url('../../img/bg_guidepost_item_5_over.png');
}  

ul.guidepost li#item-6 h2 a {
    background-image: url('../../img/bg_guidepost_item_6.png');
}
ul.guidepost li#item-6 h2 a:hover {
    background-image: url('../../img/bg_guidepost_item_6_over.png');
}        

    ul.guidepost li ul li p a {
        color: #9D9D9D;
    }
    
    ul.guidepost li ul li p a:hover {
        color: #FF4800;
    }

/* rychla volba */

#rychla-volba-form button {
    background-image: url('../../img/button_sipka.png') !important;
}

/* portaly */

#portaly .item h3 a {
    color: #FF4800; 
}

#portaly .item p a {
    color: #7C7A72; 
}
