body {
    background: #000 url(img/body-bgr.jpg) repeat-x top;
    color: #fff;
    font-family: Calibri, Tahoma, Georgia, serif;
    font-size: 12px;
}
td {
    color: #fff;
    font-family: Calibri, Tahoma, Georgia, serif;
    font-size: 12px;
    line-height: 15px;
    padding-top: 4px;
}

a {
    font-size: 12px;
    color: white;
    font-weight: bold;
}


#root {
    width: 1000px;
    margin: 0 auto 0;
}

    #top {
        position: relative;
        background: #533200 url(img/top-bgr.jpg?ver-2) no-repeat;
        height: 225px;
    }
        #topmenu {
            height: 24px;
            padding-left: 10px;
        }
            #topmenu li {
                margin: 0 1px 0 1px;
                color: #503200;
            }
            #topmenu li.separator {
                padding-top: 5px;
            }
            #topmenu a {
                display: inline-block;
                color: #fff;
                font-size: 12px;
                font-weight: normal;
                text-decoration: underline;
                margin-right: 6px;
            }
            #topmenu a:hover {
                color: #ffe400;
            }

            #topmenu li.active a {
                color: #ffe400;
                border-bottom: 1px solid #ffe400;
                font-weight: bold;
                text-decoration: none;
                height: 24px;
            }
                #topmenu a span {
                    display: block;
                    margin: 6px 0px 0 0px;
                }

                #topmenu_item-5 {
                    float: right;
                }
                    #topmenu #topmenu_item-5 a {
                        display: inline-block;
                        background: url(img/sipka-top.gif) no-repeat 1px 10px;
                        padding-left: 15px;
                        color: #ffe400;
                        font-size: 12px;
                    }
        #logo h2 a{
            position: absolute;
            left: 0;
            height: 165px;
            width: 210px;
        }

        #box-search {
            position: absolute;
            right: 0;
            width: 200px;
            height: 83px;
            background: url(img/box-search-bgr.jpg) no-repeat;
        }
            #box-search form {
                position: relative;
                height: 83px;
                width: 200px;
            }
                #box-search #search-q {
                    background: url(img/searchbox-bgr.gif) no-repeat;
                    width: 149px;
                    height: 24px;
                    position: absolute;
                    top: 49px;
                    left: 11px;
                }
                    #box-search #search-q input {
                        border: none;
                        background: none;
                        padding: 5px;
                        font-size: 12px;
                        width: 140px;
                    }
                #box-search #search-b {
                    position: absolute;
                    top: 49px;
                    left: 167px;
                }

        #mainmenu {
            position: absolute;
            top: 192px;
            width: 1000px;
            background: url(img/menu-bgr.gif) repeat-x;
            height: 33px;
        }
            #mainmenu li {
                height: 34px;
                padding: 0 10px 0 5px;
                background: url(img/menu-top-bgr.gif) no-repeat 5px 12px;
            }
            #mainmenu li.active {
                background-color:  #231600;
            }

                #mainmenu a {
                    padding-left: 15px;
                    font-size: 17px;
                    color: white;
                    font-weight: bold;
                    font-style: italic;
                    text-decoration: none;
                }
                #mainmenu a:hover {
                    text-decoration: underline;
                }
                    #mainmenu a span {
                        display: inline-block;
                        padding-top: 8px;
                        cursor: hand;
                        cursor: pointer;
                    }
    #content {
        background: black url(img/content-bgr.jpg) repeat-x;
        min-height: 710px;
    }

    #footer {
        background: black;
        background: url(img/footer-bgr.gif) repeat-x ;
        font-size: 12px;
        height: 30px;
    }
        #footmenu {
            padding-left: 15px;
        }
        #footmenu li {
            color: #241600;
            /*margin-right: 10px;*/
        }
        #footmenu li.separator {
            padding-top: 10px;
            display: none;
        }
        #footmenu a {

            color: white;
            font-size: 11px;
            border-top: 1px solid white;
            display: block;
            padding-top: 10px;
            padding-right: 10px;
            padding-left: 10px;
            font-weight: normal;
        }
        #footmenu li.active a {
            color: #ffe400;
            border-top: 1px solid #ffe400;
        }
            #footmenu_item-5 {
                float: right;
            }
            #footmenu_item-5 a {
                border-top: 1px solid #333333;
                color: #333333;
            }





/* Contents set */
/* 2 col */
    #content-2-l {
        float: left;
        width: 790px;
        margin-right: 10px;
    }
    #content-2-r {
        float: left;
        width: 200px;
    }
/* 3 col */
#content-3-l {
    float: left;
    width: 200px;
    margin-right: 10px;
}
#content-3-c {
    float: left;
    width: 580px;
    margin-right: 10px;
}
#content-3-r {
    float: left;
    width: 200px;
}

/* text content */
.text-2c-l {
    float: left;
    width: 265px;
    margin-right: 10px;
}
.text-2c-r {
    float: left;
    width: 280px;
}




/* Fonts */
p {
    font-family: Calibri, Tahoma, "Georgia", serif;
    font-size: 12px;
}

h1 {
    color: #e45e00;
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
    margin: 5px 0 20px 0;
}

h2 {
    color: #e45e00;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    margin: 5px 0 10px 0;
}

h3 {
    font-size: 18px;
    color: #e45e00;
    font-weight: bold;
    margin-bottom: 10px;
}
.strong {
    font-weight: bold;
}

.text {
    line-height: 14px;
    margin-bottom: 15px;
}

.text-big {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 16px;
}
.cols-2 div {
    float: left;
    width: 45%;
    margin: 10px 20px 10px 0;
}

.text-field {
    margin: 20px;
}

.text-field-slim {
    margin: 10px;
}

.w90 {
    width: 90%;
}
img.dotted {
    border: 1px dotted white;
}
.image-info {
    text-align:center;
    padding: 0px 5px 3px 5px;
}

/* Colors */

.strong-yellow {
    font-weight: bold;
    color: #e6cc05;
}
.orange {
    color: #c64d00;
    font-size: 11px;
    font-style: italic;
}
.silver {
    color: #8d8d8d;
}

.text-silver-italic {
    font-style: italic;
    color: #8d8d8d;
}


#simple-text p {
    line-height: 15px;
    margin-bottom: 15px;
}

#simple-text ul {
    padding-left:  30px;
    margin: 5px;
}

#simple-text ul li {
    line-height: 15px;
    display: list-item;
    list-style: circle;
}


/* HR - lines */
hr.white {
    border: 0;
    height: 1px;
    background: url(img/line-silver.gif);
}
hr.dotted-dark {
    border: 0;
    height: 1px;
    background: url(img/line-dotted-dark.gif);
}

td.dark-line span {
    display: block;
    float: left;
}

span.dark-line {
    display: block;
    float: left;
    margin-left: 5px;
    background: url(img/td-bgr-dark.gif) repeat-x;
}
    #td_dl-01 {
        width: 40px;
    }
    #td_dl-02 {
        width: 81px;
    }
    #td_dl-03 {
        width: 70px;
        margin: 0;
    }
td.white-line strong {
    display: block;
    float: left;
}

span.white-line {
    display: block;
    float: left;
    margin-left: 5px;
    background: url(img/td-bgr-white.gif) repeat-x;
}
    #td_wl-01 {
        width: 20px;
        margin: 0;
        float: right;
    }
    #td_wl-02 {
        width: 10px;
        margin: 0;
    }

#box-mapa {
    background: #613b00;
}
    .mapatitlehelper {
        padding: 12px 0 0 8px;
    }
    #title-mapa {
        background-image: url(img/title-mapa.gif);
        height: 52px;
        width: 181px;
    }


#box-vip {
    margin-top: 10px;
    background: url(img/box-vip-bgr.gif);
    height: 143px;
    width: 200px;
}


    #box-vip form {
        position: relative;
        height: 83px;
        width: 200px;
    }
        #box-vip #vip-l {
            background: url(img/fr-login-input.gif) no-repeat;
            width: 179px;
            height: 24px;
            position: absolute;
            top: 74px;
            left: 11px;
        }
            #box-vip #vip-l input {
                border: none;
                background: none;
                padding: 5px;
                font-size: 12px;
                width: 170px;
            }
        #box-vip #vip-b {
            position: absolute;
            top: 108px;
            left: 110px;
        }

#box-kurzy {
    margin-top: 10px;
    background: black;
    padding: 10px 10px 10px 9px;
}
    #title-kurzy {
        background-image: url(img/title-banka.gif);
        height: 17px;
    }
    .kurzy-datum ,
    #kurzy-datum {
        color: #ffe200;
        border-bottom: 1px dotted #442a00;
        border-top: 1px dotted #442a00;
        padding: 7px 0;
    }
    .exchange_table .exchange_title{
        width: 35px;
    }
    .exchange_table .exchange_img{
        width: 30px;
    }


#popup-curency {
    background-color:black;
    padding:10px;
    width:200px;
    margin: 5px;
    display: none;
}

#box-novinky {
    margin-top: 10px;
    background: black;
    padding: 10px 10px 10px 9px;
}
    #title-novinky {
        background-image: url(img/title-novinky.gif);
        height: 31px;
        width: 181px;
    }
    /* novinky obecne */
    .news-one {
        border-bottom: 1px dotted #442a00;
        margin: 3px 0 2px 0;
    }
        .news-one .date {
            font-size: 11px;
            color: #774a00;
            font-style: italic;
        }

        .news-one .link a {
            font-size: 14px;
            color: #ffe400;
            font-weight: bold;
            text-decoration: none;
        }
        .news-one p {
            font-size: 12px;
            line-height: 14px;
            margin: 5px 0 5px 0;
        }
        .news-one a.more {
            color: white;
            display: block;
            font-size: 11px;
            font-weight: bold;
            text-decoration: none;
            font-style: italic;
        }
        .news-one .image {
            padding: 10px;
            float: right;
        }
            .news-one .image img{
                border: 1px dotted white;
            }

#home-sugest-and-new #box-project,
#home-sugest-and-new #box-fresh,
#home-sugest-and-new #box-newreality {
    float: left;
}
#home-sugest-and-new #box-project,
#home-sugest-and-new #box-fresh {
    margin-right: 10px;
}

/* FRESH */
#box-fresh {
    background: white;
    width: 200px;
    height: 285px;
    color: black;
}
    #box-fresh .wrapper {
        padding: 10px;
        position: relative;
    }
    #title-fresh {
        background-image: url(img/title-fresh.gif);
        height: 29px;
        width: 183px;
        margin-bottom: 8px;
    }
    #box-fresh .fresh-ico {
        position: absolute;
        top: 20px;
        left: 130px;
        height: 53px;
        width: 52px;
        background: url(img/fresh-bgr.png);
    }

    #box-fresh .image-dotted{
        border: 1px dotted black;
    }
    #box-fresh .title {
        color: #c64d00;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }
    #box-fresh p {
        margin: 3px 3px 3px 0;
    }
    #box-fresh .more {
        color: black;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
        font-size: 11px;
    }



#box-newreality {
    background: #1e1e1e;
    width: 390px;
    _height: 285px;
    padding-bottom: 10px;
    min-height: 285px;
}
    #box-newreality .wrapper {
        padding: 12px 7px 4px 7px;
    }

    #title-newreality {
        background-image: url(img/title-novinky_v_nabidce.gif);
        width: 137px;
        height: 14px;
    }

    #box-newreality .newreality-item {
        width: 182px;
        float: left;
        margin-right: 10px;
    }
    #box-newreality .newreality-item-last {
        margin-right: 0px;
    }

    #box-newreality .newreality-item .image-dotted{
        border: 1px dotted white;
    }
    #box-newreality .newreality-item .title {
        color: #ffe400;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }
    #box-newreality .newreality-item p {
        margin: 3px 3px 3px 0;
        color: #a2a2a2;
    }
    #box-newreality .newreality-item .more {
        color: white;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
        font-size: 11px;
    }


#leftmenu {
    background: white;
}

    #leftmenu h4 {
        background: #d9d9d9;
        font-style: italic;
        font-size: 11px;
        font-weight: normal;
        color: #000000;
        height: 27px;
    }
        #leftmenu h4 span {
            display: block;
            padding: 8px 0 0 10px;
        }
    #leftmenu ul {
        padding: 2px 11px 5px 11px;
    }
    #leftmenu li {
        width: 178px;
        border-bottom: 1px dotted #adadad;
    }
    #leftmenu a {
        display: inline-block;
        padding-left: 10px;
        margin: 5px 0 5px 0;
        font-size: 12px;
        font-weight: bold;
        color: black;
        text-decoration: none;
        background: url(img/sipka.gif) no-repeat 0px 4px;
    }
    #leftmenu a:hover {
        color: #e45e00;
    }
#leftmenu-lokace {
    background: #E45E00;
}
    #leftmenu-lokace h4 {
        background: white;
        font-style: italic;
        font-size: 11px;
        font-weight: normal;
        color: #000000;
        height: 27px;
    }
        #leftmenu-lokace h4 span {
            display: block;
            padding: 8px 0 0 10px;
        }
    #leftmenu-lokace ul {
        padding: 2px 11px 5px 11px;
    }
    #leftmenu-lokace li {
        width: 178px;
        border-bottom: 1px dotted #ED914E;
    }
    #leftmenu-lokace a {
        display: inline-block;
        padding-left: 10px;
        margin: 5px 0 5px 0;
        font-size: 12px;
        font-weight: bold;
        color: white;
        text-decoration: none;
        background: url(img/sipka-white.gif) no-repeat 0px 4px;
    }
    #leftmenu-lokace a:hover {
        color: black;
    }



#leftmenu-kategorie {
    background: #833600;
}
    #leftmenu-kategorie h4 {
        background: white;
        font-style: italic;
        font-size: 11px;
        font-weight: normal;
        color: #000000;
        height: 27px;
    }
        #leftmenu-kategorie h4 span {
            display: block;
            padding: 8px 0 0 10px;
        }
    #leftmenu-kategorie ul {
        padding: 2px 11px 5px 11px;
    }
    #leftmenu-kategorie li {
        width: 178px;
        border-bottom: 1px dotted #B17751;
    }
    #leftmenu-kategorie a {
        display: inline-block;
        padding-left: 10px;
        margin: 5px 0 5px 0;
        font-size: 12px;
        font-weight: normal;
        color: white;
        text-decoration: none;
        background: url(img/sipka-white.gif) no-repeat 0px 4px;
    }
    #leftmenu-kategorie a:hover {
        color: black;
    }





#box-kontakt_big {
    background: url(img/kontakt-big-bgr.gif) no-repeat;
    width: 581px;
    height: 240px;
}
    #box-kontakt_big form {
        position: relative;
    }
    #box-kontakt_big form div {
        position: absolute;
        padding: 7px 0 0 3px;
    }

    #box-kontakt_big form label {
        position: absolute;
    }

    #box-kontakt_big form div input {
        border: none;
        width: 174px;
        height: 24px;
        background:none;
        font-size: 11px;
        font-family: Calibri, Tahoma, Georgia, serif;
    }
    #box-kontakt_big form div textarea {
        border: none;
        width: 243px;
        height: 123px;
        background:none;
        font-size: 11px;
        font-family: Calibri, Tahoma, Georgia, serif;
    }

    #for-contact_big-name {
        top: 55px;
        left: 13px
    }

    #contact_big-name {
        top: 71px;
        left: 11px
    }

    #for-contact_big-email {
        top: 109px;
        left: 13px
    }
    #contact_big-email {
        top: 125px;
        left: 11px;
    }

    #for-contact_big-tel {
        top: 162px;
        left: 13px
    }

    #contact_big-tel {
        top: 178px;
        left: 11px
    }

    #for-contact_big-text {
        top: 56px;
        left: 212px
    }

    #contact_big-text {
        top: 72px;
        left: 209px
    }

    #contact_send {
        position: absolute;
        top: 182px;
        left: 470px;
    }


#box-kontakt_small {
    background: url(img/kontakt-small-bgr.gif) no-repeat;
    width: 580px;
    height: 172px;
}
    #box-kontakt_small form {
        position: relative;
    }
    #box-kontakt_small form div {
        position: absolute;
        padding: 4px 0 0 3px;
    }
    #box-kontakt_small form div input {
        border: none;
        width: 174px;
        height: 24px;
        background:none;

    }
    #box-kontakt_small form div textarea {
        border: none;
        width: 243px;
        height: 73px;
        background:none;

    }
    #contact_small-name {
        top: 78px;
        left: 11px
    }
    #contact_small-email {
        top: 132px;
        left: 11px
    }
    #contact_small-text {
        top: 79px;
        left: 216px
    }


/* Detail Reality */
.reality-title h1 {
    float: left;
    width: 300px;
}
.reality-title span {
    display: block;
    float: right;
    width: 200px;
    font-style: italic;
    font-weight: bold;
    padding-top: 20px;
    text-align: right;
}

.reality-info-box-left {
    float: left;
    width: 240px;
    margin-right: 5px;

}

.reality-info-box-right {
    float: left;
    background: url(img/vertical-line.gif) no-repeat left 5px;
    padding-left: 10px;
}

#btn-curency {
    width: 64px;
    height: 28px;
    background-image: url(img/btn-curency-converter.gif);
}

#reality-image-gallery div{
    float: left;
    margin-right: 2px;
}
    #reality-image-gallery div.last{
        margin-right: 0px;
    }

    .reality-image-gallery-item img{
        border: 1px dotted white;
    }


.reality-info .orange {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.reality-info .white {
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

.reality-info .silver *,
.reality-info .silver {
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    line-height: 15px;
}




/* components */
#drobeckova-navigace {
    padding: 10px 0 0 2px;
    font-size: 10px;
    color: #774a00;
}
#drobeckova-navigace a {
    font-size: 10px;
    font-weight: normal;
    display: inline-block;
    margin: 0 6px 0 6px;
}
#drobeckova-navigace a.first {
    color: #8d8d8d;
}


#mainmenu_item-3 ,
#mainmenu_item-4 ,
#mainmenu_item-5 ,
#mainmenu_item-6 {
    position: relative;
}
#mainmenu #mainmenu_item-5 .submenu li {
    width: 270px;
}
#mainmenu #mainmenu_item-6 .submenu li {
    width: 275px;
}



/*  submenu */
#mainmenu .submenu {
    position: absolute;
    z-index: 50;
}

#mainmenu .submenu {
    position: absolute;
    top: 33px;
    left: 0px;
}

#mainmenu .submenu {
    display: none;
    background: #231600;
    padding-top: 5px;
}
    #mainmenu .submenu ul {
        padding: 2px 11px 5px 11px;
    }

    #mainmenu .submenu li {
        background: none;
        width: 225px;
        height: 30px;
        padding: 0 5px 0 5px;
    }

    #mainmenu .submenu a {
        display: block;
        padding: 6px 6px 6px 12px;
        font-size: 12px;
        font-weight: normal;
        color: white;
        text-decoration: none;
        background: url(img/sipka-simple.gif) no-repeat 4px 10px;
        border-bottom: 1px dotted #4b402e;
    }

    #mainmenu .submenu a:hover {
        background-color: #e45e00;
    }

    #mainmenu .submenu a span {
        padding: 0;
    }



.page-image {
    float: right;
    font-size: 11px;
    font-style: italic;
    padding: 5px;
    margin: 5px;
    background: #191919;
}
.page-image img {
    margin-bottom: 5px;
    border: 1px dotted white;
}

#image-0001 { width: 165px; }
#image-0002 { width: 100px; float: left; }
#image-0003 { width: 160px;  }
#image-0004 { width: 138px; float: left; }







#box-reality {
    width: 580px;
    min-height: 285px;
}
    #box-reality .wrapper {
        padding: 12px 7px 4px 7px;
        margin-bottom: 10px;
        clear: both;
    }

    #title-reality {
        background-image: url(img/title-novinky_v_nabidce.gif);
        width: 137px;
        height: 14px;
    }

    .reality-item-vip {
        position: relative;
    }
    .reality-item-vip a.vip{
        display: block;
        background: url(img/r_vip.png) no-repeat 0px 0px;
        height: 50px;
        width: 50px;
        position: absolute;
        top: 88px;
        left: 145px;

    }

    #box-reality .reality-item {
        width: 182px;
        float: left;
        margin-right: 6px;
        min-height: 120px;
    }
    #box-reality .reality-item-last {
        margin-right: 0px;
    }

    #box-reality .reality-item .image-dotted{
        border: 1px dotted white;
    }
    #box-reality .reality-item .title {
        color: #ffe400;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }
    #box-reality .reality-item p {
        margin: 3px 3px 3px 0;
        color: #a2a2a2;
    }
    #box-reality .reality-item .more {
        color: white;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
        font-size: 11px;
    }




table.partneri td {
    text-align: center;
    padding: 10px;
}


#registrace_firmy_help_01 {
    margin: 10px;
    float: left;
}


/**
 * Gmaps
 */
#map_canvas {
    color: black;
}



/**
 * Vyhledavaci formualar
 *
 **/
#box-search_reality {
    float: left;
    width: 185px;
    height: 200px;
    margin-left: 5px;
}

    #box-search_reality .header {
        background: url(img/box-search-title.gif);
        height: 53px;
        width: 159px;
    }

    #box-search_reality select {
        width: 155px;
    }

    #box-search_reality .fr-line {
        padding: 3px 0 3px;
        margin: 2px;
    }
    #box-search_reality td {
        padding: 0;
        margin: 0;
    }

    #search_cena_do,
    #search_cena_od {
        width: 50px;
    }

/**
 * Online kamery
 *
 */
#box-online_kamery {
    margin: 5px 0 5px 0;
    background: url(img/box-online_kamery-bgr.gif);
    width: 200px;
    height: 76px;
    position: relative;
}

    #box-online_kamery .links {
        position: absolute;
        top: 41px;
        left: 79px;
    }

/**
 * Box Project
 */

#box-project {
    margin-top: 5px;
    background: #442a00;
    width: 200px;
    min-height: 275px;
    color: white;
}
    #box-project .wrapper {
        padding: 10px;
        position: relative;
    }
    #title-project {
        background-image: url(img/title-investice.gif);
        height: 20px;
        width: 183px;
        margin-bottom: 8px;
    }


    #box-project .image-dotted{
        border: 1px dotted black;
    }
    #box-project .title {
        color: #ffe400;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }
    #box-project p {
        margin: 3px 3px 3px 0;
    }
    #box-project .more {
        color: white;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
        font-size: 11px;
    }



#video_box {
    clear: both;
    height: 400px;
}



.mit_video {
    height: 10px;
    width: 15px;
    background: url(img/tv.gif);
    display: inline-block;
}
    .mit_video span {
        display: none;
    }
