body
{
    background: #ffd5a4 url(../images/top_baner_bg.jpg) top left repeat-x;
    font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
    font-size: 75%;
    text-align: center;
    margin: 0;
    color: #945101;
}

#page
{
    width: 950px;
    margin: 0px auto;
    text-align: left;
}

#content, #sidebar
{
    float: left;
}

#content
{
    width: 735px;
    padding-right: 15px;
}

#sidebar
{
    width: 200px;
    margin: 15px 0;
}

#content h2
{
    background: url(../images/h2_bg.gif) top left no-repeat;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
    color: #fff;
    width: 132px;
    height: 28px;
    margin: 0;
    padding: 0;
}

#content h3
{
    font-style: italic;
    color: #eb8a00;
}

#content a
{
    color: #da7906;
}

#content a:hover
{
    text-decoration: none;
}

ul.decored
{
    list-style: none;
    padding: 10px 0px 10px 10px;
    margin: 0px
}

ul.decored li
{
    background: url(../images/li_decor.gif) top left no-repeat;
    padding-left: 15px;
}

/* ========================================================== LANG MENU ====================================================== */
#top_baner
{
    height: 252px;
    background: url(../images/top_baner.jpg) top left no-repeat;
}

#top_baner ul
{
    margin: 0;
    padding: 0 0 0 60px;
    margin-right: -60px;
    width: 300px;
    height: 39px;
    float: right;
    list-style: none;
    background: url(../images/lang_menu_bg.jpg) top left no-repeat;
}

/* Begin IE */
* html #top_baner ul
{
    margin-right: 0;
}
/* End IE */

#top_baner li
{
    float: left;
    width: 38px;
    height: 39px;
    margin-right: 10px;
    background: url(../images/lang_button_bg.jpg) top left no-repeat;
}

#top_baner a
{
    color: #eb7f00;
    padding: 0 10px 0 13px;
    line-height: 3.5em;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

#top_baner a:hover
{
    text-decoration: underline;
}

/* ======================================================= MENU ==================================================== */
.main_menu
{
    width: 200px;
    height: 188px;
    background: url(../images/main_menu_bg.jpg) top left no-repeat;
    font-size: 13px;
    font-weight: bold;
}

.main_menu ul
{
    margin: 20px;
    margin-top: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
}

.main_menu li
{
    border-bottom: 1px solid #fedfbb;
    padding: 12px 0;
}

.main_menu a
{
    color: #f19e3b;
    text-decoration: none;
}

.main_menu a:hover
{
    color: #da7906;
}

a.home, a.about, a.offer, a.contact
{
    padding: 7px 0;
    padding-left: 45px;
}

a.home
{
    background: url(../images/home_normall.gif) center left no-repeat;
}

a.home:hover
{
    background: url(../images/home_over.gif) center left no-repeat;
}

a.about
{
    background: url(../images/about_normall.gif) center left no-repeat;
}

a.about:hover
{
    background: url(../images/about_over.gif) center left no-repeat;
}

a.offer
{
    background: url(../images/offer_normall.gif) center left no-repeat;
}

a.offer:hover
{
    background: url(../images/offer_over.gif) center left no-repeat;
}

a.contact
{
    background: url(../images/contact_normall.gif) center left no-repeat;
}

a.contact:hover
{
    background: url(../images/contact_over.gif) center left no-repeat;
}

/* ====================================================== ADDRESS ================================================== */
.address
{
    width: 200px;
    height: 130px;
    text-align: center;
    line-height: 1.2em;
    background: url(../images/address_bg.jpg) top left no-repeat;
    color: #fff;
}

/* Begin IE */
* html .address
{
    margin-bottom: 15px;
}
/* End IE */

.address p
{
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.address a
{
    color: #fdead3;
}

.address a:hover
{
    text-decoration: none;
}

/* ======================================================= FOOTER ================================================== */

#footer
{
    clear: both;
    width: 100%;
    height: 70px;
    text-align: center;
    background: url(../images/footer_bg.jpg) top left repeat-x;
}

.footer_body
{
    width: 950px;
    margin: 0px auto;
    text-align: left;
}

.footer_body ul
{
    margin: 0;
    padding: 25px 0 0 0;
    list-style: none;
}

.footer_body li
{
    float: left;
    background: url(../images/footer_a_decor.gif) top right no-repeat;
    padding: 0 10px;
}

.footer_body li.last
{
    background: none;
}

.footer_body a.img_href img
{
    margin: 0 200px;
    margin-top: -25px;
    padding: 0;
    float: left;
    border: none;
}

.footer_body p
{
    float: right;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.footer_body p a
{
    font-weight: bold;
    color: #ffd5a4;
}

.footer_body p a:hover
{
    text-decoration: underline;
}

.footer_body a
{
    color: #fff;
    text-decoration: none;
}

.footer_body a:hover
{
    text-decoration: underline;
}



/*moje dopisane*/

.white_background {
    background-color: white;
    text-align: center;
}
.border {
    border-right: 1px solid #ff6600
}
.border1 {
    border-right: 1px solid #ff6600;
    border-top: 1px solid #ff6600;
}
.pierwsza {
    background-color: white;
}
.druga {
    background-color: #ffcc99;
}
.center {
    text-align: center;
}
