/*
 *  Projekt Ubytovaniumacochy
 *  CSS Style Document
 */

body {
    margin: 0px;
    font-family: Constantina, Georgia,'Nimbus Roman No9 L', serif;
    /*font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;*/
    background: rgb(255, 234, 213) url(img/bcg.png) repeat-x;
}

#page {
    width: 1000px;
    margin: auto;
    position: relative;
}

#head {
    display: block;
    height: 172px;
    background-image: url(img/head_bcg.png);
}

#topMenu {
    display: block;
    height: 20px;
    padding-top: 16px;
    padding-right: 10px;
    
    color: white;
    font-size: 13px;
    font-weight: bold;
}

#topMenu a {
    text-decoration: none;
    color: white;
}

#topMenu a:hover {
    color: rgb(166, 48, 25);
}

#fbBar {
    float: right;
    padding-left: 35px;
    margin-top: -2px;
    font-size: 9px;
    font-family: sans-serif;
}

#fbBar img {
    border: none;
    
}

#langBar {
    float: right;
    padding-top: 3px;
}

#searchBar {
    float: right;
    padding-right: 20px;
}

#searchBarTitle {
    float: left;
    padding-top: 3px;
}

#quickContact {
    display: block;
    text-align: right;
    padding-top: 66px;
    font-size: 12px;
    font-weight: normal;
}

#quickContact a {
    color: rgb(229, 143, 23);
}

#quickContact a:hover {
    color: white;
}

#main {
    display: block;
    height: 396px;
    background: url(img/main_bcg.png) no-repeat;
}

#mainMenu {
    float: left;
    width: 259px;
    padding-top: 45px;
}

.menuItem {
    display: block;
    height: 27px;
    padding-left: 25px;
    font-weight: bold;
    color: white;
    font-size: 16px;
}

.menuItem a {
    padding-left: 21px;
    text-decoration: none;
    color: white;
    background: url(img/menu_button.png) no-repeat 4px;
}

.menuItem a:hover {
    color: rgb(229, 143, 23);
    background: url(img/menu_button_highlighted.png) no-repeat 4px;
}

.menuItem a.selected {
    color: rgb(229, 143, 23);
    background: url(img/menu_button_highlighted.png) no-repeat 4px;
}

#mainPhoto {
    float: left;
    width: 741px;
    height: 381px;
    overflow: hidden;
}

#content {
    display: block;
    padding-bottom: 20px;
}

#text {
    float: left;
    width: 706px;
    padding-left: 20px;
    padding-right: 15px;
}

#leftPanel {
    float: left;
    width: 229px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    background: url(img/leftPanel_bcg.png) 258px 0px no-repeat;
}

#foot {
    display: block;
    padding-top: 15px;
    height: 205px;
    background: rgb(102, 51, 0) url(img/foot_bcg.png) repeat-x;
}

#support {
    width: 1000px;
    margin: auto;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background: white;
    border: 1px solid rgb(230, 199, 168);
    font-size: 12px;
}

#footer {
    width: 1000px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: right;
    font-size: 12px;
    color: white;
}

#footer a {
    text-decoration: none;
    color: rgb(230, 199, 168);
}

#footer a:hover {
    color: rgb(229, 143, 23);
}

strong {
    font-weight: bold;
    color: rgb(229, 143, 23);
}

