





html {
    font-family: 'Open Sans', 'Arial';
    color: #141414;
    /*
    background: #ffffff url('img/bg_1.jpg') no-repeat 0 0;
    background-size: 100% 100%;
    background-attachment: fixed;*/
    height: 100%;
}

body {
    text-align: center;
    position: relative;
    height: 100%;
}

.clear {
    clear: both;
}

#main-box {
    width: 990px;
    margin: 0 auto 0;
    position: relative;
    text-align: left;
}

#header-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: transparent url('img/main_menu_bg.png') no-repeat center top;
}
#header-box .header-content {
    width: 990px;
    margin: 0 auto 0;
    position: relative;
    text-align: left;
}

#logo-box {
    position: absolute;
    left: 354px;
    z-index: 20;
}

#main-menu-box {
    list-style: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 17px;
    height: 27px;
    left: 100px;
    width: 950px;
    z-index: 30;
}
#main-menu-box li {
    float: left;
}
#main-menu-box li.mm-break {
    margin-left: 235px;
}
#main-menu-box a {
    line-height: 27px;
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 15px;
    background: transparent url('http://bytyholeckova.cz/web/img/main_menu_separator.jpg') no-repeat left top;;
}
#main-menu-box a:hover {
    color: #83732a;
}
#main-menu-box a.selected {
    color: #83732a;
}

#content-box {
    top: 110px;
    width: 990px;
    position: relative;
    /*margin-bottom: 220px;*/
}

.content {
    position: relative;
    margin: 0 50px;
    font-size: 15px;
    line-height: 1.5em;
}
.content-bg {
    background: transparent url('img/content_bg.png') repeat 0 0;
    padding: 15px;
}
.content h1 {
    font-weight: normal;
    font-size: 1.5em;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}
.content p {
    margin-top: 0px;
    padding-top: 0px;
}
.content h2 {
    font-weight: normal;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    padding-bottom: 0px;
}
.content a {
    color: #00a3d2;
}
.content-tbl {
    width: 100%;
}
.content-tbl td {
    width: 48%;
    font-size: 15px;
}
.content-tbl td.tbl-space {
    width: 4%;
    padding: 0px;
}


.form .text {
    width: 118px;
}

.form input,
.form textarea {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    font-size: 0.9em;
    padding: 4px;
}

.form textarea.text {
    width: 250px;
    margin-top: 5px;
}
.form .long {
    margin-top: 5px;
    width: 250px;
}
.form .short {
    width: 100px;
}
.form .alert-box {
    float: left;
    font-size: 12px;
    color: #ff0000;
    padding-top: 15px;
    width: 150px;
}

.form label {
    margin-top: 1px;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.9em;
    position: relative;
}
.form .label {
    float: left;
    text-align: right;
    width: 170px;
    padding-right: 15px;
}
.form .label-short {
    width: 70px;
}
.form .right_part {
    margin-left: 190px;
    color: #4e4f4f;
    position: relative;
}
.form .req {
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
}
.form .error {
    color: #ff0000;
    font-weight: bold;
    margin-left: 5px;
    white-space: nowrap;
}
.form .clear {
    clear: both;
    margin-bottom: 3px;
}
.form .auto {
    width: 99%;
}
.form button {
    background-image: linear-gradient(bottom, rgb(210,198,138) 10%, rgb(194,183,127) 55%);
    background-image: -o-linear-gradient(bottom, rgb(210,198,138) 10%, rgb(194,183,127) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(210,198,138) 10%, rgb(194,183,127) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(210,198,138) 10%, rgb(194,183,127) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(210,198,138) 10%, rgb(194,183,127) 55%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.1, rgb(210,198,138)),
        color-stop(0.55, rgb(194,183,127))
    );
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ebdfa1;
    color: #ffffff;
    margin-top: 10px;
    width: 100px;
    height: 45px;
    float: right;
}

#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 89px;
    background: #ffffff url('img/footer_bg.png') repeat-x 0 0;
    z-index: 120;
}
#footer .footer-content {
    width: 990px;
    margin: 0 auto 0;
    position: relative;
    text-align: left;
}

#footer .footer-content a.nomination {
    position: absolute;
    top: -45px;
    right: 100px;
}
#footer .footer-content ul.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    left: 250px;
    font-size: 14px;
}
#footer .footer-content ul.footer-menu li {
    float: left;
}
#footer .footer-content ul.footer-menu li a {
    color: #67621a;
    display: block;
    text-decoration: none;
    padding: 5px 10px;
}
#footer .footer-content ul.footer-menu li a:hover {
    text-decoration: underline;
}
#footer .footer-content .copyright {
    position: absolute;
    top: 55px;
    color: #b1b1b1;
    font-size: 12px;
    left: 320px;
}
#footer .footer-content .copyright a {
    color: #b1b1b1;
    text-decoration: none;
}
#footer .footer-content .copyright a:hover {
    text-decoration: underline;
}

.footer-form-box {
    position: absolute;
    bottom: 105px;
    height: 56px;
    left: 50px;
    background-color: #e3e4e6;
    border: 1px solid #ffffff;
    z-index: 130;
}
.footer-form-box a.btn-go {
    float: left;
    display: block;
    height: 56px;
    width: 146px;
    text-align: center;
    color: #090909;
    text-decoration: none;
    font-size: 15px;
}
.footer-form-box a.btn-meeting {
    padding-top: 7px;
    height: 49px;
}
.footer-form-box a.btn-question {
    padding-top: 18px;
    height: 38px;
    background: transparent url('img/quick_menu_separator.png') no-repeat 0 0;
}
.footer-form-box a.btn-go:hover {
    background-color: #d2d2d2;
}
.footer-form-box div.transp-btn-meeting {
    position: absolute;
    top: -31px;
    width: 127px;
    height: 30px;
    left: 13px;
    cursor: pointer;
}
.footer-form-box div.transp-btn-question {
    position: absolute;
    top: -31px;
    width: 127px;
    height: 30px;
    left: 153px;
    cursor: pointer;
}
div.form-box {
    position: absolute;
    top: -103px;
    left: 50px;
    z-index: 120;
    height: 30px;
    width: 294px;
    overflow: hidden;
}
div.form-box a.arrow {
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    display: block;
    width: 127px;
}
div.form-box a.arrow span {
    position: absolute;
    width: 11px;
    height: 10px;
    background: transparent url('img/arrow_small.png') no-repeat 0 0;
    top: 11px;
    left: 58px;
}
div.form-box a.arrow:hover span {
    background: transparent url('img/arrow_small.png') no-repeat 0 -10px;
}
div.form-box a.arrow-down span {
    background: transparent url('img/arrow_small.png') no-repeat 0 -20px;
}
div.form-box a.arrow-down:hover span {
    background: transparent url('img/arrow_small.png') no-repeat 0 -31px;
}
div.form-box div.inner-content {
    background-color: #ffffff;
    height: 240px;
    padding: 15px;
}
#question-box .arrow {
    margin-left: 155px;
}

div.social-box {
    position: absolute;
    top: 30px;
    left: 50px;
}

div.social-box a {
    padding-right: 10px;
}

a.bg-arrow-left {
    position: absolute;
    top: 40%;
    left: 30px;
    width: 57px;
    height: 108px;
    z-index: 100;
    background: transparent url('img/bg_arrow_left.png') no-repeat 0 0;
}
a.bg-arrow-left:hover {
    background-position: 0 -108px;
}
a.bg-arrow-left span {
    display: none;
}


a.bg-arrow-right {
    position: absolute;
    top: 40%;
    right: 30px;
    width: 57px;
    height: 108px;
    z-index: 100;
    background: transparent url('img/bg_arrow_right.png') no-repeat 0 0;
}
a.bg-arrow-right:hover {
    background-position: 0 -108px;
}
a.bg-arrow-right span {
    display: none;
}

.map-place {
    margin-top: 20px;
}

#map {
    float: right;
    width: 560px;
    height: 500px;
}
#legend-points {
    float: left;
    width: 270px;
}

#legend-points .legend-title {
    display: block;
    margin-bottom: 7px;
}
#legend-points table {
    width: 100%;
}
#legend-points table th {
    font-size: 14px;
}

.pricelist-tbl td,
.pricelist-tbl th {
    border-bottom: 1px solid gray;
    padding: 5px 10px;
    font-size: 13px;
}
.pricelist-tbl td {
    cursor: pointer;
}
.pricelist-tbl th {
    vertical-align: bottom;
    line-height: 16px;
    padding-bottom: 4px;
}
.pricelist-tbl .col-stav {
    font-weight: bold;
    text-align: center;
}
.pricelist-tbl .col-cena,
.pricelist-tbl .col-plocha,
.pricelist-tbl .col-jedn-cena,
.pricelist-tbl .col-balkon-cena {
    text-align: right;
}
.pricelist-tbl .col-orientace,
.pricelist-tbl .col-typ,
.pricelist-tbl .col-pdf {
    text-align: center;
}


/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 860px;
    height: 516px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

