/* ***** ELEMENTY WSPÓLNE ***** */
body {
    background-color: #fef8f8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
}

h1 {
    color: #7B5B72;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

a:focus {
    outline: none;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #9966CC;
}

a:hover {
    text-decoration: underline;
}

.lefty {
    float:left;
}

.righty {
    float: right;
}

div.article {
    margin: 10px;
}

p.justify {
    text-align: justify;
}

p.center {
    text-align: center;
}

p.normal {
    font-size: 11px;
    color: #000;
}

/* ***** MAIN WRAP ***** */
div.wrap {
    width:100%;
/*     height: auto; */
    background: #fef8f8 url('/img/tlo.jpg') no-repeat center center;
    overflow: auto;
}

div.tlo2 {
    background: #fef8f8 url('/img/tlo2.jpg') no-repeat center center;
}

div.centered_wrap {
    width: 556px;
    height: auto;
    overflow: auto;
    
    position: relative;
}

div.mainframe {
    border: 2px solid #7B5B72;
    background: url('/img/cross.png') no-repeat 135px 137px;
    width: 556px;
    height: 434px;
    margin: auto;
    overflow: hidden;
    
    position: relative;
}

a.logo {
    display:block;
    width: 166px;
    height: 51px;
    background: url('/img/logo.png') no-repeat scroll 0 0;
    margin: 0 auto 9px auto;
    
    position: absolute;
    top: -51px;
}

/* ***** MENU GRAFICZNE STRONY GŁÓWNEJ ***** */
a.block {
    display: block;
    position: absolute;
}

a.alergologia {
    top: 315px;
    left: 247px;
    width: 20px;
    height: 88px;
    background: url('/img/main_menu/alergologia.png') no-repeat scroll 0 0;
}

a.dermatologia {
    top: 240px;
    left: 39px;
    width: 105px;
    height: 21px;
    background: url('/img/main_menu/dermatologia.png') no-repeat scroll 0 0;
}

a.kosmetologia_medyczna {
    top: 202px;
    left: 360px;
    width: 186px;
    height: 20px;
    background: url('/img/main_menu/kosmetologia_medyczna.png') no-repeat scroll 0 0;
}

a.medycyna_estetyczna {
    top: 257px;
    left: 359px;
    width: 166px;
    height: 19px;
    background: url('/img/main_menu/medycyna_estetyczna.png') no-repeat scroll 0 0;
}

a.studio_pilates {
    top: 27px;
    left: 223px;
    width: 16px;
    height: 106px;
    background: green url('/img/main_menu/studio_pilates.png') no-repeat scroll 0 0;
}



/* ***** ARTYKUŁY ***** */
div.article_narrow {
    width: 400px;
    padding: 10px;
    height: auto;
    float: left;
}

div.flash_banner {
    width: 136px;
    height: 426px;
    float: left;
/*     background-color: green; */
}

/* ***** FOOTER MENU ***** */
div.footer_menu {
    width: 556px;
    clear: both;
    margin: 0 auto;
}

a.footer_menu {
    display: block;
    font-size: 16px;
    padding: 11px 12px 0 12px;
    font-weight: 600;
    color: #000;
}

a.footer_menu:hover {
    color: #777;
    text-decoration: none;
}

/* ***** Te deklaracje muszą być na końcu ***** */
div.nobg {
    background: transparent none;
}

div.infinite {
    height: auto;
    overflow: hidden;
}












