#top_container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    min-width: 1231px;
    height: 80px;
    background-color: #e5e7e8;
    border-bottom: solid 1px #ccd1d3;
}

#top_bar_container {
    width: 1231px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    vertical-align: top;
}

#logo_container {
    width: 300px;
    height: 40px;
    display: inline;
}

#logo {
    border: 0px;
}

#menu_container {
    position: relative;
    top: -20px;
    height: 50px;
    width: auto;
    display: inline;
    margin-left: 600px;
}

#bottom_container_main {
    position: absolute;
    left: 0px;
    top: 1612px;
    width: 100%;
    min-width: 1231px;
    height: 100px;
    background-image: url(../images/foot_bck.png);
    background-repeat: repeat;
    overflow: hidden;
}

#bottom_container {
    width: 1231px;
    height: 762px;
    margin-left: auto;
    margin-right: auto;
}

#bottom_logo {
    position: relative;
    left: 0px;
    top: 10px;
}

#bottom_pouziti {
    position: relative;
    left: 0px;
    top: 23px;
}

#bottom_cpr {
    position: relative;
    left: 0px;
    top: 17px;
}

#bottom_nvst_hdr {
    position: relative;
    left: 350px;
    top: -54px;
    cursor: pointer;
}

#bottom_nvst_ulice {
    position: relative;
    left: 350px;
    top: -48px;
    cursor: pointer;
}

#bottom_nvst_mesto {
    position: relative;
    left: 350px;
    top: -33px;
}

#bottom_email_hdr {
    position: relative;
    left: 600px;
    top: -84px;
}

#bottom_email {
    position: relative;
    left: 600px;
    top: -78px;
}

#writeus_container {
    position: fixed;
    right: 0px;
    top: 80px;
    width: 110px;
    height: 30px;
    background-color: #474747;
    overflow: hidden;
    cursor: pointer;
}

#writeus_text {
    position: relative;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 70px;
    color: #fff;
    font-size: 7pt;
    border-right: solid 1px #fff;
    padding-top: 9px;
    padding-left: 8px;
}

#writeus_img {
    position: relative;
    left: 83px;
    top: -35px;
    height: 24px;
    width: 24px;
}