body {
    width: 1000px;
    margin: 0px auto;
    padding: 0px;
    background-color: #DCD7CB;
}

#wrapper {
    width: 1000px;
    float: left;
    background-color: #dcd7cb;
}

#banner {
    width: 1000px;
    height: 373px;
    float: left;
}

.sub-menu-left {
    margin-top: -70px;
}

.menu-left {
    margin-top: -35px;
}

#menu-left {
    width: 174px;
    border-left: 2px solid #efeeea;
    border-right: 2px solid #efeeea;
    border-bottom: 2px solid #efeeea;
    border-top: 2px solid #efeeea;
    margin-left: 124px;
    background-color: #e8e6e2;
    float: left;
    text-align: center;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 120px 40px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 120px 40px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 120px 40px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 120px 40px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 120px 40px;
    border-top-right-radius: 6px;
    border-top-left-radius: 120px 40px;
}

#menu-left ul {
    margin: 28px 0 35px 0;
    padding: 0px;
    list-style: none;
}

#menu-left li {
    margin: 0 0 5px 0;
    padding: 0px;
    list-style: none;
}

#menu-left a {
    font-size: 18px;
    color: #5f6f82;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    text-decoration: none;
}

#menu-left p {
    margin-top: 10px;
    margin-bottom: 23px;
    font-size: 14px;
    color: #5f6f82;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    line-height: 150%;
    text-shadow: 1px 2px 0.1em #929691;
}

#content {
    width: 588px;
    margin-left: 11px;
    margin-top: -60px;
    padding-bottom: 20px;
    float: left;
    border: 2px solid #efeeea;
    background-color: #e8e6e2;
    -webkit-border-bottom: 10px;
    -webkit-border-bottom: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    color: #5f6f82;
}

#content a {
    text-decoration: none;
    color: inherit;
}

#content  p {
    padding: 0px;
    margin: 10px 0 10px 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #5f6f82;
}

#content span {
    display: block;
    text-align: center;
}

#content  li {
    margin-left: 15px;
}

#sub-content  li {
    margin-left: 15px;
}

#sub-content {
    width: 588px;
    margin-left: 11px;
    margin-top: -140px;
    padding-bottom: 20px;
    float: left;
    border: 2px solid #efeeea;
    background-color: #e8e6e2;
    -webkit-border-bottom: 10px;
    -webkit-border-bottom: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    color: #5f6f82;
}

.content-text {
    margin-left: 20px;
    margin-right: 20px;
}

#sub-content p {
    padding: 0px;

    color: #5f6f82;
    margin: 10px 0 10px 0;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    line-height: 150%;
}

#sub-content .c_photo {
    margin: 18px 5px 0 19px;
    width: 140px;
    float: left;
}

#sub-content img {
    margin-top: 5px;
    margin-bottom: 5px;
}

#sub-content .c_photo img {
    margin: 0 0 22px 0;
}

#sub-content span {
    display: block;
    text-align: center;
}

h1 {
    margin: 0px;
    padding: 10px 0 0 5px;
    font-size: 40px;
    color: #8699b1;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    text-shadow: 1px 2px 0.1em #000;
}

h3 {
    margin: 0px;
    padding: 10px 0 0 65px;
    font-size: 18px;
    color: #5f6f82;
    font-family: 'Dosis', sans-serif;
}

hr {
    margin: 0px auto;
    border: 0px;
    border-top: 2px solid #b7bec7;
    width: 490px;
    height: 0;
}

#footer {
    width: 588px;
    height: 15px;
    float: left;
    margin: 7px 0 15px 310px;
    text-align: center;
}

#footer ul, ul.footer li {
    display: block;
    list-style: none;
    margin: 0;
}

#footer ul li {
    float: left;
    margin-left: 10px;
}


#footer a {
    font-size: 14px;
    color: #5f6f82;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    text-decoration: none;
}

#breadcrumb {
    font-size: 10px;
    font-family: Tahoma;
    margin: 10px 0 5px 0;
    width: 590px;
    float: left;
    color: #000;
}

#breadcrumb ul, ul.breadcrumb li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}

#breadcrumb ul li {
    float: left;
}

#breadcrumb a {
    text-decoration: none;
    color: #5f6f82;
}



table {
    border: 1px solid #5f6f82;
    border-collapse: collapse;
    margin: auto;
}

table td {
   border: 1px solid #5f6f82;
   padding: 5px;
}

#credits {
    text-decoration: none;
    color: #5f6f82;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    margin: 20px 0 20px 0;
    width: 1000px;
    float: left;
}

#credits a {
    text-decoration: none;
    color: #5f6f82;
}

#gallery {
    text-align: center;
}

/* fadeshow */
#fadeshow {
    position: absolute;
    margin: 48px 0  0 657px;
}

#fadeshow_front {
    position: absolute;
    margin: 44px 0  0 658px;
}

#fadeshow_chata {
    position: absolute;
    margin: 53px 0  0 608px;
}

/* formularz ksiega gosci */

#id_opinion {
    width: 400px;
    height: 100px;
}

ul.opinion {
    list-style: none;
}