/*
menu lewe - 181px
menu prawe - 198px
content - 618px
całość - 997px



*/

body {
    background: #280101 url('../img/body.jpg') repeat scroll left 42px;
    color: #BB9D6A;
    font-family: tahoma, "Trebuchet MS";
    font-size: 13px;
    margin: 0;
}

#page {
    background: transparent url('../img/page.jpg') repeat-x scroll left top;
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
}

#header {
    /* wyświetlanie blokowe i pozycjonowanie relatywne dla łatwiejszego
        rozmieszczania elementów wewnątrz */
    background: transparent url('../img/header.png') no-repeat scroll left 2px;
    display: block;
    height: 349px;
    position: relative;
}

#headerLeft {
    background: transparent url('../img/headerLeft.png') no-repeat scroll right 2px;
}

.header-title {
    height: 175px;
    left: 60px;
    position: absolute;
    top: 35px;
    width: 330px;
}

.header-title a {
    display: block;
    height: 100%;
    outline: 0;
    text-indent: -9999px;
}

#container {
    margin: 0;
    padding: 0;
    width: 997px;
}

#containerLeft {
    background: transparent url('../img/containerLeft.png') no-repeat scroll right top;
}

#content {
    float: left;
    left: 181px; /* 181 + 0 + 0 */
    padding: 0 20px 20px 10px;
    position: relative;
    width: 588px;
    z-index: 5;
}

#menuLeft {
    background: transparent url('../img/menuLeft.png') no-repeat scroll left top;
    float: left;
    left: -618px; /* 618 + 0 + 0 */
    position: relative;
    width: 181px;
    z-index: 0;
}

#menuRight {
    float: left;
    width: 198px;
}

#footer {
    text-align: right;
    font-size: 11px;
}

#footer > p {
    color: #57482F;
}

#footer > p > a {
    text-decoration: underline;
}

#footer > ul,
.footer-menu {
    color: #681B04;
    display: inline;
    margin-top: 0;
    margin-bottom: 5px;
}

#footer .footer-menu-wrapper {
}

#footer .footer-menu-wrapper .footer-menu-header {
    margin-right: 5px;
}

#footer > ul > li,
#footer .footer-menu .footer-menu-item {
    display: inline;
}

#footer .footer-menu .footer-menu-item:after {
    content: '/';
    margin-left: 2px;
    margin-right: 1px;
}

#footer .footer-menu .footer-menu-item:last-child:after {
    content: '';
}

#footer > ul > li > a,
#footer .footer-menu .footer-menu-item a {
    color: #E56F4F;
}

#footer .footer-menu-cities-authenticated .footer-menu-cities-grouper {
    color: #E7D48A;
    padding-right: 4px !important;
}

#footer .footer-menu-cities-authenticated .footer-menu-cities-grouper:after {
    content: "";
}


a {
    color: #C7B570;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
}

