@media screen {

body {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #000;
    background-color: #fff;
    background-image: url(/style/img/bg-foot.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

div#underall {
    background-image: url(/style/img/bg.png);
    background-repeat: repeat-x;
}

div#underbody {
    background-image: url(/style/img/uheader-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
}

div#underunderbody {
    background-image: url(/style/img/footer-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}		

#content div p, #content div li, #content div td {
 text-align: justify;
 line-height: 150%;
 font-size: 14px;
 }

#content p { margin-bottom: 10px; }

#content div table { 
    margin: 10px 0 0 0;
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
}

#content div td { font-size: 11px; }
#content div th { font-size: 13px; text-align: center; background-color: #f0f0f0; }

#content div td, #content div th { padding: 5px; border: 1px solid #555;}

#content div {
 padding: 16px 16px 32px 16px;
 }


#left div, #right div {
 }
 
#right div { padding: 0; }

#right h2 { 
 font-family: "Trebuchet MS", Arial, sans-serif;
 font-weight: bolder;
 font-size: 15px;
 text-align: center;
 margin: 10px 0px;
}

#right div ul {
 list-style: none;
 padding: 0;
 margin: 0;
 }

#right div ul, #right div p {
 text-align: center;
 }

#left div div, #right div div {
 border: none;
 }


#content h2, #content h3, #content h4, #content h5 {
 text-align: left;
 font-family: Georgia, "Times New Roman", serif;
 font-weight: lighter;
 color: #012354;
 clear: both;
 }
 

#content h2 {
 text-align: left;
 font-size: 30px;
 margin: 15px 0 20px 0;
 }
 

div.patient #content h2 { 
 background-image: url(/style/img/h2-bg.png);
 background-position: left top;
 background-repeat: no-repeat;
 padding: 0px 0 0 45px;
}

 
#content h3 {
 font-size: 21px;
 border-bottom: 1px solid #444;
 margin: 0 0 10px 0;
 } 
 
#content h4, #content h5 {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 font-size: 18px;
 margin: 0 0 10px 0;
 padding: 10px 0 0 0px;
 }

#content h5 {
    font-size: 16px;
    }

div.patient #content h4 {
 background-image: url(/style/img/h4-bg.png);
 background-position: left bottom;
 background-repeat: no-repeat;
 padding: 10px 0 0 50px;
}

#content p, #content li {
 
}

#content ul, #content ol {
    margin-bottom: 5px;
    }
    
#content ul {
    margin: -10px 0px 5px 0;
    padding: 0 0 0 20px;
}

div.patient #content ul {
    list-style: circle;
    list-style-image: url(/style/img/list.png);

}

#content a, #footer a, #right a {
    color: #222;
    }

#content a {
    background-color: #2b73d5;
    padding: 2px;
    color: #fff;
    }

#content a:hover, #footer a:hover {
    background-color: #e0e0e0;
    color: #000;
    }



div.menu a {
 font-family: Arial Narrow, sans-serif;
 font-variant: small-caps;
 font-size: 13px;
 font-weight: normal;
 text-align: center;
 text-decoration: none;
 color: #fff;
}

#banner {
    height: 90px;
    width: 90px;
}

div.menu a span.txt { 
 display: block;
 padding: 10px 3px 2px 3px;
 color: #fff;
}

/* patient */

div.menu a {
 color: #fff;
 margin: 1px 1px 2px 2px;
 background-image: url(/style/img/menu-normal-bg.png);
 background-repeat: no-repeat;
 background-position: top center;
 background-color: #2b73d5;
}

div.menu a span.bottom {
 background-image: url(/style/img/menu-normal-bgb.png);
 background-position: bottom center;
 background-repeat: no-repeat;
 display: block;
 height: 9px;
 padding: 0;
}

div.menu a:hover {
 background-image: url(/style/img/menu-hover-bg.png);
 background-color: #e83018;
 color: #000;
 }

div.menu a:hover span.bottom {
 background-image: url(/style/img/menu-hover-bgb.png);
}


div.menu a.current {
 background-image: url(/style/img/menu-current-bg.png);
 color: #fff;
 background-color: #3f0c06;
 }

div.menu a.current span.bottom {
 background-image: url(/style/img/menu-current-bgb.png);
}

div.menu a.current:hover {
 background-image: url(/style/img/menu-currenthover-bg.png);
 background-color: #cb1500;
	color: #000;
 }

div.menu a.current:hover span.bottom {
 background-image: url(/style/img/menu-currenthover-bgb.png);
}


/* doctors */

div.doctor div.menu a {
 color: #fff;
 margin: 1px 1px 2px 2px;
 background-image: url(/style/img/menu-hover-bg.png);
 background-repeat: no-repeat;
 background-position: top center;
 background-color: #e83018;
}

div.doctor div.menu a span.bottom {
 background-image: url(/style/img/menu-hover-bgb.png);
 background-position: bottom center;
 background-repeat: no-repeat;
 display: block;
 height: 9px;
 padding: 0;
}

div.doctor div.menu a:hover {
 background-image: url(/style/img/menu-normal-bg.png);
 background-color: #2b73d5;
 color: #000;
 }

div.doctor div.menu a:hover span.bottom {
 background-image: url(/style/img/menu-normal-bgb.png);
}


div.doctor div.menu a.current {
 background-image: url(/style/img/menu-current-bg.png);
 color: #fff;
 background-color: #3f0c06;
 }

div.doctor div.menu a.current span.bottom {
 background-image: url(/style/img/menu-current-bgb.png);
}

div.doctor div.menu a.current:hover {
 background-image: url(/style/img/menu-currenthover-bg.png);
 background-color: #cb1500;
	color: #000;
 }

div.doctor div.menu a.current:hover span.bottom {
 background-image: url(/style/img/menu-currenthover-bgb.png);
}



/* koniec */


#right {
 background-color: #fff;
 }

#right a img { border: none; }



#footer div {
    font-size: 12px;
    text-align: center;
    padding: 50px;
}   

#footer a {  }

                            
#content img.floating {
 float: left; 
 margin: 10px;
 border: 1px solid black;
 }

#content a img { border: 0px; }

#content p.sponsor {
clear: both;
border: 2px dashed #000;
padding: 10px;
color: #888;
background: #fff;
text-align: center;
}

#content p.wthumb img {

    float: left;
    border: 1px solid black;
    margin-right: 5px;

}

div.patient #content h3 {
 background-image: url(/style/img/h3-bg.png);
 background-position: right bottom;
 background-repeat: no-repeat;
 padding: 10px 0 0 0 ;
}

#content ol ol {
    list-style-type: lower-alpha;
}

form label span {
    display: block;
    float: left;
    width: 270px;
    }

form label {
    height: 200%;
    }

form label input {
    border: 1px solid #bbb;
    padding: 2px;
    background-color: #f0f0f0;
}


div#surveypopup {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    font-size: 11px;
} 

div#surveypopup div {
    background: #1b63c5;
    color: #fff;
    text-align: left;
    margin: 40px auto;
    width: 400px;
    padding: 10px;
}

div#surveypopup label {
    padding: 3px;
    display: block;
}

div#surveypopup a { color: #fff; }

} /* @media screen */
