@charset "UTF-8";
/* CSS Document */

html {
	background-image: url(../img/bg-html.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #1d2d28;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;	
}
.center-width {
	width: 980px;
	margin: 0 auto;
}
#top {
	background-color: #1d2d28;
}
#top-box {
	background-image: url(../img/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#top-box h1 {
	clear:both;
}
#top-box h1 a:link, #top-box h1 a:visited {
	background-image: url(../img/logo-promed.png);
	background-repeat: no-repeat;
	display: block;
	height: 65px;
	width: 210px;
	text-indent: -9999px;
	background-position: 0px 0px;
}
#top-box h1 a:hover, #top-box h1 a:active {
	background-image: url(../img/logo-promed.png);
	background-repeat: no-repeat;
	display: block;
	height: 65px;
	width: 210px;
	text-indent: -9999px;
	background-position: 0px -80px;
}
#top-box h2 {
	position: relative;
	left: 74px;
	top: -20px;
	font-size: 10px;
	color: #CCC;
}
#menu {
	background-color: #15221e;
	height: 36px;
	padding-bottom:2px;
}
#menu ul {
	background-image: url(../img/menu-bar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 36px;
	background-color: #e1ebe4;
	
}
#menu ul li {
	display: inline;
	height:36px;
	overflow:hidden;
}
#menu ul li a:link, #menu ul li a:visited {
	font-size: 9px;
	text-decoration: none;
	display:block;
	float:left;
	text-transform:uppercase;
	padding: 0 8px 0 8px;
	margin:0 1px 0 0;
	background-image: url(../img/menu-button-bg.png);
	background-repeat: repeat-x;
	height:36px;
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	background-position: 0px 0px;
	overflow:hidden;
	line-height: 36px;
}
#menu ul li a:hover, #menu ul li a:active {
	background-image: url(../img/menu-button-bg.png);
	background-position: 0px -36px;
}
#menu ul li a.active:link, #menu ul li a.active:visited {
	background-image: url(../img/menu-button-bg.png);
	background-position: 0px -36px;
}

#tools_menu, #language_menu {
	float: right;
}
#tools_menu li, #language_menu li {
	display: inline;
}
#tools_menu li a, #language_menu li a {
	color:#CCC;
	text-decoration:none;
}
#language_menu li a.pl:link, #language_menu li a.pl:visited {
	color:#CCC;
	text-decoration:none;
	background-image: url(../img/pl.png);
	width: 20px;
	height: 16px;
	display:block;
	text-indent: -9999px;
	float:left;
}
#language_menu li a.eng:link, #language_menu li a.eng:visited {
	color:#CCC;
	text-decoration:none;
	background-image: url(../img/eng.png);
	width: 20px;
	height: 16px;
	display:block;
	text-indent: -9999px;
	float:left;
	background-position: 0px -16px;
	margin-left: 6px;
}
#language_menu li a.eng:hover, #language_menu li a.eng:active {
	color:#CCC;
	text-decoration:none;
	background-image: url(../img/eng.png);
	width: 20px;
	height: 16px;
	display:block;
	text-indent: -9999px;
	float:left;
	background-position: 0px 0px;
	margin-left: 6px;
}

#language_menu {
	height: 20px;
}
#tools_menu li a:link, #tools_menu li a:visited {
	line-height:22px;
	font-size:10px;
	background-color: #314c44;
	display:block;
	float:left;
	padding: 0 8px 0 8px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #1d2d28;
	border-left-color: #1d2d28;
}
#tools_menu li a:hover, #tools_menu li a:active {
	color:#fff;
	background-color: #44695d;
}
#tools_menu li a.current:link, #tools_menu li a.current:visited {
	background-color: #44695d;
}
#tools_menu li a.home:link, #tools_menu li a.home:visited {
	background-image: url(../img/home-2.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 24px;
}
#tools_menu li a.home:hover, #tools_menu li a.home:active {
	background-image: url(../img/home-2.png);
	background-repeat: no-repeat;
	background-position: 5px -16px;
	padding-left: 24px;
	color:#fff;
}



#content {
	background-color: #283d36;
}
#banner {
	height: 270px;
	background-color: #a60c23;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #15221e;
}
#content-box {
	background-color: #efedec;
	margin-top: 2px;
	background-image: url(../img/bg-content.png);
	background-repeat: no-repeat;
	background-position: top;
}
#content-addons {
	height: 31px;
	width:980px;
}
#left-col {
	width:700px;
	float:left;
}
#left-col > p {
	padding: 0px 20px 10px 25px !important;
}
#right-col {
	width:280px;
	float:left;
	overflow:hidden;
	margin-top: -30px;
}
#right-col p {
	padding: 10px 0 10px 10px !important;
}
#right-col img {
	padding: 0 0 0 8px;
}
#content h1 {
	padding: 0 0 10px 13px;
}
#content h2 {
	font-size: 15px;
	color: #333;
	padding: 0 0 16px 22px;
}
#content h3 {
	font-size: 13px;
	color: #333;
	padding: 0 0 16px 22px;
}
#content h4 {}
#content h5 {}
#content-box p {
	font-size: 12px;
	line-height: 1.5;
	color: #3b3b3b;
	padding: 0 0 10px 22px;
    text-align: justify;
}
#content-box p img[align=left] {
    margin-right: 8px;
}
#content-box p img[align=right] {
    margin-left: 8px;
}
#content-box ol, #content-box ul {
	font-size: 12px;
	line-height: 17px;
	color: #666;
	padding: 0 0 10px 22px;
    margin-left: 25px;
    list-style-position: inside;
}
#content-box ol li {
    list-style-type: decimal;
}
#content-box ul li {
    list-style-type: disc;
}

#content-box a {
	color:#666;
	font-weight:normal;
	font-size:11px;
}
#content-box a:hover, #content a:active {
    text-decoration: none;
}

.site-lead {
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px !important;
	line-height: 35px;
	font-weight: lighter;
}
#footer {}
#footer-box {
	background-image: url(../img/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: left -60px;
	height:250px;
}
#menu-footer ul {
	padding: 5px 0 0 10px;
	float:left;
}
#menu-footer ul li {
	display: inline;
}
#menu-footer ul li a {
	color:#666;
	font-weight:normal;
	font-size:10px;
	margin-right:8px;
}
#menu-footer ul li a:link, #menu-footer ul li a:visited  {
	color:#666;
	font-weight:normal;
	font-size:10px;
	margin-right:8px;
}
#menu-footer ul li a:hover, #menu-footer ul li a:active  {
	text-decoration:none;
}
#menu-footer ul li a.active:link, #menu-footer ul li a.active:visited  {
	color:#666;
	font-weight:normal;
	font-size:10px;
	margin-right:8px;
	text-decoration:none;
}
#menu-sign {
	float:right;
}
#menu-sign p {
	padding:0 8px 3px 8px;
	font-size: 9px;
	color: #666;
	text-align: right;
}


#breadcrumbs {
	color: #666;
	font-size: 9px;
	padding: 3px 0 0 0;
	width: 700px;
	overflow:hidden;
	float:left;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #CCC;
}
a#bread-home:link, a#bread-home:visited  {
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 14px;
	height: 12px;
	display:block;
	float:left;
	margin: 0 2px 0 0;
	background-position: 0px 0px;
}
a#bread-home:hover, a#bread-home:active  {
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 14px;
	height: 12px;
	background-position: 0px -12px;
}
a#bread-current:link, a#bread-current:visited  {
	color: #CCC;
}
a#bread-current:hover, a#bread-current:active  {
}
#search {
	height:34px;
	width: 280px;
	float:right;
	background-image: url(../img/bg-search.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
}
#search input {
	margin: 10px 0 0 0;
	color:#666;
}
#search-txt {
	margin-left: 30px !important;
	width:205px;
	border:none;
	background-color: transparent;
}
#search-btn {
	width:35px;
	border:none;
	background-color: transparent;
	cursor:pointer;
	text-indent: -9999px
}
a#link-top:link, a#link-top:visited {
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
	display:block;
	width: 42px;
	height: 11px;
	padding: 0 0 3px 0;
	text-decoration:none;
	float:right;
	text-align:center;
	color:#666;
}
a#link-top:hover, a#link-top:active {
	color:#333;
}

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #ebebeb }

	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }

	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 980px; height: 270px; }

	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 600px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }

	/* Arrow styling */
	.coda-nav-left, .coda-nav-right { position: absolute; z-index: 2; margin-top: 115px; }
	.coda-nav-right { margin-left: 937px; }
	.coda-nav-left a, .coda-nav-right a { color: #fff; padding: 5px; width: 33px }

	/* Tab nav */
	.coda-nav ul li a.current { background: url('../img/slider-dot-current.png'); }

	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }

	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav { width: 980px; height: 22px; position: absolute; z-index: 2; margin-top: 246px; background: url('../img/line-banner.png') repeat-x; }
	.coda-nav ul { clear: both; display: block; margin: auto; }
	.coda-nav ul li { display: inline-block }
	.coda-nav ul li a { display: block; width: 11px; height: 11px; background: url('../img/slider-dot.png'); margin-top: 7px; }

	.coda-nav-pause { position: absolute; z-index: 2; margin-top: 253px; margin-left: 961px; }

	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: absolute }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }


table.tabelka {
    border: 0;
    margin-top: 15px;
    margin-left: 22px;
   	margin-bottom: 15px;
    border-spacing: 4px;
    table-layout: fixed;
}
table.tabelka tr {
	border-bottom:#efedec solid 5px;
}
table.tabelka td {
    border: 0;
	padding-top: 8px;
    padding-left: 8px;
    color: #666666;
    font-size:11px;
    line-height:17px;
    background: #f4f4f4;
    text-align: left;
}
table.tabelka td p {
    padding: 0!important;
}
table.tabelka td ul {
    margin: 0!important;
}

.formularz textarea {
    width: 307px;
}
.formularz span {
	margin: 0 240px 0 20px;
}
#formularz1 table {}
#formularz1 table tbody {}
/* menu dodatkowe w prawej kolumnie */

#right-col > ul {
	margin: 15px 0 15px 10px;
	padding: 0 0 0 0;
}
#right-col > ul li {
	list-style-type:none;
}
#right-col > ul li ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#right-col > ul li a:link, #right-col > ul li a:visited  {
	text-decoration:none;
	display:block;
	line-height:28px;
	background-color:#314c44;
	color:#ccc;
	margin-bottom: 3px;
	padding: 0 0 0 13px;
	font-size:12px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#right-col > ul li a:hover, #right-col > ul li a:active  {
	text-decoration:none;
	display:block;
	line-height:28px;
	background-color:#44695d;
	margin-bottom: 3px;
	color:#fff;
	padding: 0 0 0 15px;
}
#right-col > ul li ul li a:link, #right-col > ul li ul li a:visited  {
	text-decoration:none;
	display:block;
	line-height:24px;
	background-color:#548273;
	margin-bottom: 3px;
	font-size:11px;
}
#right-col > ul li ul li a:hover, #right-col > ul li ul li a:active  {
	text-decoration:none;
	display:block;
	line-height:24px;
	background-color:#669d8b;
	margin-bottom: 3px;
}
#right-col > ul li a.active:link, #right-col > ul li a.active:visited  {
	color:#fff;
}
/* bannery */
.bannery {
	background-color:#15221e;
}
.bannery h2 {
	display:block;
	height:130px;
}
.laryngologia {
	background-image: url(../img/laryngologia-banner.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.medycyna-estetyczna {
	background-image: url(../img/medycyna-estetyczna-banner.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.chirurgia-ogolna {
	background-image: url(../img/chirurgia-ogolna-banner.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.endokrynologia {
	background-image: url(../img/endokrynologia-banner.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.leczenie-nadwagi {
	background-image: url(../img/leczenie-nadwagi-banner.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/* bannery kontakt-prawa_kolumna */
#kontakt  {
	text-decoration:none;
	display:block;
	background-color:#e3e1e0;
	margin: 10px 0 5px 10px;
	padding: 0 0 0 0px;
	font-size:12px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	text-align: right;
	background-image: url(../img/koperta.jpg);
	background-repeat: no-repeat;
	background-position: 13px 20px;
}
#kontakt h4 {
	margin: 0 15px 0 3px;
	padding: 55px 0 0 0;
	color:#333;
	text-align: right;
	font-size:10px;
	background-image: url(../img/emblemat.png);
	background-repeat: no-repeat;
	background-position: 210px 10px;
	display:block;
	font-size:12px;

}
#kontakt p {
	margin: 0 15px 0 3px;
	text-align: right;
	line-height:13px;
}
#kontakt a:link, #kontakt a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 15px 0 0 0;
	display:block;
}
#kontakt a:hover, #kontakt a:active {
	color: #666;
}
/* bannery prawa_kolumna */
.bannery-prawa {
	display:block;
	margin: 13px 0 0 7px;
	padding: 0 0 0 0;
	text-indent: -9999px;
}
a#leczenie-chrapania:link,  a#leczenie-chrapania:visited {
	background-image: url(../img/leczenie-chrapania.png);
	height:101px;
	width: 270px;
}
a#leczenie-chrapania:hover,  a#leczenie-chrapania:active {
	background-image: url(../img/leczenie-chrapania.png);
	height:101px;
	width: 270px;
	background-position: 0px -101px;
}
a#poradnia-dietetyczna:link,  a#poradnia-dietetyczna:visited {
	background-image: url(../img/baner-dietetyka.jpg);
	margin-left: 10px;
	margin-top: 2px;
	height:112px;
	width: 254px;
}
a#poradnia-dietetyczna:hover,  a#poradnia-dietetyczna:active {
	background-image: url(../img/baner-dietetyka.jpg);
	height:112px;
	width: 254px;
	background-position: 0px -112px;
}
a#balonikowanie-zatok:link,  a#balonikowanie-zatok:visited {
	background-image: url(../img/banner-balonikowanie.jpg);
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
	height:92px;
	width: 254px;
}
a#balonikowanie-zatok:hover,  a#balonikowanie-zatok:active {
	background-image: url(../img/banner-balonikowanie.jpg);
	height:92px;
	width: 254px;
	background-position: 0px -92px;
}

.naglowek-prezentacyjny {
	font-size: 24px !important;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	padding-top: 20px !important;
}
.lista-glowna {
	padding: 0 0 0 30px !important;
	margin: 0 0 0 0 !important;
}
.lista-glowna li {
	display: inline;
	padding: 0 0 0 10px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#created {
	float:left;
	margin: 6px 0 0 95px;
}
a#oxide:link, a#oxide:visited {
	background-image: url(../img/logo-sygnaturka.png);
	display:block;
	width:60px;
	height:14px;
	text-indent: -9999px;
	background-position: left top;
	margin: 5px 10px 0 0;
	float:right;
}

