@charset "utf-8";

/*
***** CSS RESET ****************************************************************
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
********************************************************************************
*/

body {
    background: #FFF;
    font-family: arial;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #678ba9;
    font-weight: bold;
}

#middleStrip {
    width: 100%;
    height: 199px;
    position: absolute;
    margin-top: 445px;
    background: url('images/middle_strip.jpg') no-repeat #e5e5e5;
    background-position: center;
    z-index: -1;
}

#top {
    margin: 0px auto;
    margin-top: 10px;
    width: 978px;
    height: 137px;
    position: relative;
}

#quote {
    position: absolute;
    z-index: 10;
    height: 30px;
    line-height: 30px;
    right: 35px;
    bottom: 0px;
    color: #a7a7a7;
    font-size: 11px;
}

#mainMenuContainer {
    margin: 0px auto;
    width: 978px;
    height: 95px;
}

#mainMenu {
    float: left;
    width: 618px;
    height: 95px;
}

#mainMenu li {
    display: inline;
    margin-right: -3px;
    position: relative;
}

.mainMenuSub li {
    list-style: none;
}

ul.topnav li ul.subnav {
    list-style: none;
    position: absolute;
    left: 0; top: 11px;
    background: url('images/dropDownBG.jpg');
    margin: 0; padding: 0;
    display: none;
    float: left;
    width: 195px;
    height: 165px;
    z-index: 100;
}
ul.topnav li ul.subnav li{
    margin: 0;
    padding: 0;
    clear: both;
    width: 200px;
}
html ul.topnav li ul.subnav li a {
    float: left;
    width: 200px;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

html ul.topnav li ul.subnav li a:hover {
    float: left;
    width: 257px;
    padding-left: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
/*MENU LEWE */
ul.topnav li ul.subnav2 {
    list-style: none;
    position: absolute;
    left: 0; top: 11px;
    background: url('images/dropDownBG2.jpg');
    margin: 0; padding: 0;
    display: none;
    float: left;
    width: 155px;
    height: 165px;
    z-index: 100;
}
ul.topnav li ul.subnav2 li{
    margin: 0;
    padding: 0;
    clear: both;
    width: 1455px;
}
html ul.topnav li ul.subnav2 li a {
    float: left;
    width: 155px;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

html ul.topnav li ul.subnav2 li a:hover {
    float: left;
    width: 257px;
    padding-left: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

#searchBoxContainer {
    background: url('images/searchBar.jpg') no-repeat;
    width: 360px;
    height: 95px;
    float: right;
}

#searchBox {
    background: none;
    border: 0px;
    height: 30px;
    width: 205px;
    margin-top: 30px;
    margin-left: 80px;
    color: white;
}

#searchSubmit {
    margin-left: 8px;
    width: 32px;
    height: 32px;
    background: none;
    border: 0px;
}

#underMenu {
    clear: both;
    background: url('images/underMenu.jpg') top no-repeat;
    width: 978px;
    height: 211px;
    margin: 0px auto;
}

#underMenu h1 {
    padding-top: 60px;
    padding-left: 80px;
    font-size: 24px;
    color: #486f90;
}

#underMenu p {
    padding-top: 10px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 16px;
    color: #6e6e6e;
    width: 550px;
    padding-bottom: 10px;
}

#underMenu a {
    padding-left: 480px;
    height: 27px;
}

#content {
    margin: 0px auto;
    width: 980px;
}

#footer {
    width: 980px;
    margin: 0px auto;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
    clear: both;
}

#copyright {
    float: left;
    width: 310px;
    color: #6d6d6d;
    margin-left: 10px;
}

#bottomMenu {
    background: url('images/footerBG.jpg') no-repeat;
    width: 655px;
    height: 44px;
    float: right;
    word-spacing: 20px;
    text-align: center;
    color: #a8baca;
}

#bottomMenu a, #bottomMenu a:visited {
    color: #fff;
    word-spacing: 1px;
}

#bottomMenu a:hover {
    font-weight: bold;
    color: #b3dcff;
}

#authors {
    clear: both;
    float: right;
    width: 350px;
    color: #bbb;
    font-size: 11px;
}

#authors a {
    color: #929292;
}

.center {
    text-align: center;
}

#glownaSrodek {
    height: 200px;
}

#glownaB1 {
    background: url('images/glowna/b1.jpg') left no-repeat;
    height: 200px;
    width: 320px;
    margin-left: 4px;
    float: left;
    position: relative;
}

#glownaB2 {
    background: url('images/glowna/b2.jpg') left no-repeat;
    height: 200px;
    width: 320px;
    margin-left: 7px;
    float: left;
    position: relative;
}

#glownaB3 {
    background: url('images/glowna/b3.jpg') left no-repeat;
    height: 200px;
    width: 320px;
    margin-left: 7px;
    float: left;
    position: relative;
}

.glownaBHeader {
    margin-top: 25px;
    margin-left: 95px;
    font-size: 17px;
    color: #486f90;
}

.glownaBText {
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 15px;
}

.glownaWiecej {
    position: absolute;
    width: 73px;
    height: 21px;
    bottom: 15px;
    right: 15px;
}

#MPlowerBox {
    height: 161px;
    width: 975px;
    margin: 0px auto;
    margin-top: 7px;
    clear: both;
}

.glownaKHeader {
    padding-top: 25px;
    padding-left: 15px;
    font-size: 17px;
    color: #486f90;
}

.glownaKText {
    margin-top: 25px;
    margin-left: 15px;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 15px;
}

#glownaKontakt {
    background: url('images/glowna/b4.jpg') center no-repeat;
    float: left;
    width: 318px;
    height: 161px;
    padding-left: 2px;
}

#showcase {
    width: 646px;
    height: 161px;
    float: right;
}

#showcase2 {
    width: 453px;
    height: 300px;
    float: right;
    margin-right: 8px;
}

#doswiadczenieCytat {
    float: right;
    background: url('images/doswiadczenie/cytat.jpg') no-repeat;
    width: 453px;
    height: 166px;
}

#doswiadczenieCytat p {
    width: 190px;
    padding-top: 70px;
    padding-left: 15px;
    text-align: center;
    color: #8a8282;
    font-size: 14px;
    font-style: oblique;
}

.header {
    color: #c80d14;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mainLeftCol {
    float: left;
    width: 48%;
    text-align: justify;
}

.mainLeftCol p, .mainRightCol p, #partners {
    line-height: 18px;
    margin-bottom: 20px;
}

.mainRightCol {
    float: right;
    width: 48%;
    text-align: justify;
}

.grey {
    line-height: 18px;
    background-color: #e5e5e5;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.grey p, .grey .text{
    color: #666;
}


.smallHeader {
    margin-bottom: 10px;
}

.mainRightCol li, .mainLeftCol li  {
    line-height: 18px;
    color: #819db5;
    background: url('images/naczympolega/kropka.jpg') left no-repeat;
    padding-left: 20px;
}

#coWyrozniaCytatBox {
    background: url('images/cowyroznia/cytatBG.gif') no-repeat;
    background-position: right;
    height: 61px;
    line-height: 61px;
    margin-bottom: 20px;
}

.cytatHeader {
    font-size: 20px;
    color: #bababa;
    display: inline;
    margin-left: 310px;
}

#coWyrozniaCytat {
    display: inline;
    margin-left: 25px;
    color: #6e6e6e;
    font-size: 11px;
    font-style: oblique;
}

#coWyrozniaKolumny {
    background: url('images/cowyroznia/lekarze.jpg') no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 500px;
    position: relative;
}

#coWyrozniaBG{
    background: url('images/cowyroznia/lekarze.jpg') no-repeat;
    background-position: bottom center;
    width: 900px;
    height: 221px;
    z-index: 1111;
    clear: both;
    overflow: hidden;
}

.coWyrozniaKolumna {
    width: 25%;
    float: left;
    z-index: -100;
}

.coWyrozniaKolumna p {
    margin-top: 20px;
    text-align: justify;
    line-height: 15px;
    font-size: 12px;
    color: #6e6e6e;
    width: 210px;
    z-index: -100;
}

.coWyrozniaKolumnaHeader {
    font-size: 13px;
    color: #678ba9;
}

#prawyDolLinki {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 12px;
    color: #666666;
}

.cytatShortBox {
    background: url('images/cytatBGshort.jpg') no-repeat;
    background-position: right;
    height: 61px;
}

.cytatShortHeader {
    font-size: 20px;
    color: #bababa;
    margin-left: 20px;
    line-height: 61px;
    float: left;
}

.cytatShort {
    float: right;
    display: inline;
    margin-right: 10px;
    color: #6e6e6e;
    font-size: 11px;
    font-style: oblique;
    width: 360px;
    line-height: 20px;
    padding-top: 10px;
}

#dlaczegowartoLekarze {
    height: 160px;
    background: url('images/dlaczegowarto/lekarze.jpg') no-repeat;
    background-position: right;
}

.right {
    text-align: right;
    float: right;
}

.clear {
    clear: both;
}

#historiaFirmySymbol {
    height: 300px;
    background: url('images/historiafirmy/symbol.jpg') no-repeat;
    background-position: top center;
}

#historiaFirmyLinki {
    text-align: right;
    float: right;
    padding-right: 15px;
    padding-bottom: 15px;
    line-height: 16px;
}

#naczympolegaKartki {
    height: 120px;
    background: url('images/naczympolega/kartki.jpg') no-repeat;
    background-position: right;
}

.center {
    text-align: center;
}

#specyfikaRight {
    color: #6e6e6e;
}

#specyfikaRight img {
    margin: 10px;
    float: left;
}

#specyfikaRight p {
    clear: both
}

#zakresLeft img, #zakresRight img  {
    float: left;
    margin-right: 10px;
    width: 128px;
    height: 128px;
    clear: both;
}

#zakresLeft div, #zakresRight div  {
    height: 128px;
    padding-top: 20px;
    line-height: 15px;
}

#zakresLekarze {
    height: 229px;
    background: url('images/zakresoferty/lekarze.jpg') no-repeat;
    background-position: right;
}

#zakresKontakt {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 20px;
}

#zakresKontakt h3 {
    color: #819db5;
}

.gallery {
    text-align: center;
}

#kontaktMain {
    background: url('images/kontakt/lekarz.jpg') bottom center no-repeat;
    background-position: bottom center;
    z-index: 1111;
    overflow: hidden;
}

.kontaktheader {
    color: #486f90;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#kontaktLeft {
    float: left;
}

#kontaktRight {
    float: right;
}

#praca {
    font-size: 10px;
    width: 385px;
}

#partners img {
    float: left;
    margin: 10px;
}


