
/* -----[ common layout elements ]------------------------------------------- */

body {}
.main_wrapper {
    text-align: center;
}



/* -----[ header styles ]---------------------------------------------------- */

.header_wrapper { width: 100%; }
#header {
    position: relative; width: 960px; height: 368px; margin: 0 auto;
}
#header h1.logo {
    /*overflow: hidden;*/ position: absolute; left: 0; top: 20px;
    display: block; /*width: 119px;*/ width: 120px; /*height: 112px;*/ height: 114px;
    text-indent: -9999em;
}
#header h1.logo a {
    display: block; /*width: 119px;*/ width: 120px; /*height: 112px;*/ height: 114px;
    background: url(../img/header/logo.png) no-repeat 0 0;
    margin-left: -10px;
}

#pacjent .header_wrapper {
    background: #54a2af url(../img/header/wrapper_back_pacjent.jpg) no-repeat 50% 0;
}
/*
#pacjent #header div.picture {
    position: absolute; right: 0; top: 0;
    width: 454px; height: 368px;
    background: url(../img/header/pic_pacjent.png) no-repeat 0 0;
}
*/
#lekarz .header_wrapper {
    background: #4ca67d url(../img/header/wrapper_back_lekarz.jpg) no-repeat 50% 0; margin: 0px auto; text-align: center;
}
#pielegniarka .header_wrapper {
    background: #e19d9d url(../img/header/wrapper_back_pielegniarka.jpg) no-repeat 50% 0;
}
#media .header_wrapper {
    background: #457bad url(../img/header/wrapper_back_media.jpg) no-repeat 50% 0;
}



/* -----[ content styles ]--------------------------------------------------- */

#main_container { overflow: hidden; width: 960px; margin: 35px auto 70px; }

#pacjent.index #content { width: 620px; }
#pacjent.index #aside { width: 320px; padding-bottom: 10px; }
#pacjent.news_list #content { width: 960px; }
#pacjent.submenu #content { width: 645px; }
#pacjent.submenu #aside { width: 285px; }
#pacjent.ask_expert #content { width: 960px; }
#pacjent.find_office #content { width: 960px; }

#lekarz.index #content { width: 620px; }
#lekarz.index #aside { width: 320px; padding-bottom: 10px; }
#lekarz.submenu #content { width: 645px; }
#lekarz.submenu #aside { width: 285px; }
#lekarz.conferences #content { width: 960px; }
#lekarz.register #content { width: 960px; }
#lekarz.calculators #content { width: 960px; }

#pielegniarka.index #content { width: 620px; }
#pielegniarka.index #aside { width: 320px; padding-bottom: 10px; }
#pielegniarka.submenu #content { width: 645px; }
#pielegniarka.submenu #aside { width: 285px; }

#media.index #content { width: 620px; }
#media.index #aside { width: 320px; padding-bottom: 10px; }
#media.submenu #content { width: 645px; }
#media.submenu #aside { width: 285px; }



/* -----[ footer styles ]---------------------------------------------------- */

.footer_wrapper {
    width: 100%;
    background: url(../img/footer/back.png) repeat-x 0 100%; text-align: center;
}
#footer {
    position: relative; width: 960px; margin: 0 auto; padding-bottom: 90px;
}



#footer .partners { display: block; margin-top: 22px; }
#footer .box {}
#footer .copyright {
    position: absolute; left: 0; bottom: 30px;
    font-size: 1.2em;
}



