/* ---------------------------------------------------------------- */
/* ----------------------- BASIC CSS STYLES ----------------------- */
/* ---------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
h1 {font-size: 18px}
h2 {font-size: 16px; font-weight: normal}
h3 {font-size: 14px}
h4 {font-size: 12px}

ul {}
li {list-style: none; padding: 0 0 0 24px}
body {
	font-family: Arial, Sans-Serif, "Microsoft Sans Serif", Verdana, "Trebuchet MS", Tahoma;
	font-size: 14px;
	color: #595252;
}
dfn {font-style: normal}
a {color: #45696a; text-decoration: none}
a:hover {text-decoration: underline}

object, a:active {outline: none}
object, a:focus {-moz-outline-style: none; outline-style: none;}

.clear {clear: both; display: block; font-size: 0px; height: 0px}
.fR {float: right}
/***************************************************************
Common backgrounds
***************************************************************/
.rT,
.rB,
.rB b,
#sideBar .c01,
#sideBar h3,
#sideBar h3 span,
#sideBar .btm,
#sideBar .btm b,
#sideBar .btm span,
.rTop, .rTop b, .rTop span,
.rBottom, .rBottom b, .rBottom span,
.moduleShell .tytul b {
	background-image: url(/_szablon/grafika/rounds1_bg.gif);
	background-repeat: no-repeat;
}

/*****  Body  *******/
#webSiteBody {
	background: #e9e9e9 url(/_szablon/grafika/bodyBG.gif) repeat-x left top;
}

/*****  TOP   ******/
#webSiteTop {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: 129px;
	background: white url(/_szablon/grafika/top_mainTheme.gif) no-repeat center top;
}

#webSiteTop .pielegniarka {
	position: absolute;
	width: 166px;
	height: 247px;
	top: 3px;
	right: 32px;
	background: url(/_szablon/grafika/pielegniarka.png) no-repeat center center;
	z-index: 100;
}
#webSiteTop #mainTheme a {
	
}


#webSite {
	width: 980px;
	background: white url(/_szablon/grafika/webSiteBG.gif) repeat-x 0 top;
	margin: 20px auto 0 auto;
}
#webSite .header {
	height: 103px;
	overflow: hidden;
	position: relative;
	padding: 0 215px 0 33px;
}
#webSite .header big {
	color: #ff7e00;
	font-size: 20px;
	display: inline-block;
}
.rT {
	position: absolute;
	width: 33px;
	height: 33px;
	top: 0px;
}
.rTL {left: 0px;}
.rTR {
	right: 0px;
	background-position: right -66px;
}
.rB {
	height: 33px;
	overflow: hidden;
	background-position: left -33px;
}
.rB b {
	float: right;
	height: 100%;	
	width: 33px;
	background-position: right -99px;
}

/*****  MainContent  *****/
#mainContent {

}


/*****  SideBar  *****/
#sideBar {
	float: left;
	width: 240px;
	margin: 5px 0 0 0;
	background: #ededed;
}
#sideBar .c01 {
	background-color: #ff7e00;
	background-position: 0 -716px;
	background-repeat: repeat-x;
}
#sideBar h3 {
	height: 30px;
	color: white;
	font-size: 20px;
	font-weight: normal;
	background-position: left -132px;
	padding: 0 0 0 30px;
	_overflow: hidden;
}
#sideBar h3 span {
	display: block;
	height: 30px;
	line-height: 50px;
	background-position: right -202px;
}
#sideBar ul {
	margin: 20px 0 0 0;
	background: url(/_szablon/grafika/sBdots.gif) repeat-x 0 bottom;
}
#sideBar ul ul {background: none;}
#sideBar ul li {
	padding: 0 3px;
}
#sideBar ul li.active, #sideBar ul li.thisParent {background: url(/_szablon/grafika/sBactive.gif) no-repeat left 9px}
#sideBar ul li li.active {background: transparent}

#sideBar ul li a {
	display: block;
	padding: 9px 10px 9px 30px;
	background: url(/_szablon/grafika/sBdots.gif) repeat-x 0 top;
	color: white;	
	font-size: 12px;
	font-weight: bold;
}

#sideBar ul li ul {padding: 0; margin: -5px 0 0 0;}
#sideBar ul li ul li {
	padding: 0;
	margin: 0;
}
#sideBar ul li ul li a, #sideBar ul li.parent ul li a {
	padding: 4px 10px 4px 50px;
	font-size: 11px;
	font-weight: normal;
	background: url(/_szablon/grafika/sB_l2Bullet.gif) no-repeat 40px 9px;
}

#sideBar .btm {
	height: 40px;
	background-color: #ff7e00;
	background-position: right -232px;
	padding: 0 33px 0 0; 
}
#sideBar .btm b {
	float: left;
	width: 33px;
	height: 100%;
	background-position: left -162px;
	_margin: 0 -3px 0 0;
}
#sideBar .btm span {
	display: block;
	height: 100%;
	background-repeat: repeat-x;
	background-position: 0 -272px;
	margin: 0 0 0 33px;
	_margin: 0;
}



table{
	background: #8ca1ae;
	color: #002b47;
}
table caption{
	font-size: 16px;
	padding-bottom: 10px;
}
table th{
	background: #024e8b url(/_szablon/grafika/th_bg.gif) repeat-x;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
	height: 50px;
}
.left{text-align: left}
.center{text-align: center}
table td{
	background: #ebf6ff;
	text-align: left;
	padding: 5px 10px;
}



.moduleShell {
	float: right;
	width: 720px;
	_width: 710px;
	margin: 10px 9px 0 0;
}
.moduleShell .tresc {
	padding: 0 10px;
	margin: -10px 0;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.moduleShell .tresc {line-height: 150%;}
.moduleShell .rTop,
.moduleShell .rBottom {
	position: relative;
	height: 27px;
	overflow: hidden;
	padding: 0 27px 0 0;
	background-position: right -372px;
}
.moduleShell .rBottom {background-position: right -399px;}
.moduleShell .rTop b,
.moduleShell .rBottom b {
	float: left;
	height: 100%;
	width: 27px;
	background-position: left -318px;
	 _margin: 0 -3px 0 0;
}
.moduleShell .rBottom b {background-position: left -345px;}
.moduleShell .rTop span,
.moduleShell .rBottom span {
	height: 100%;
	display: block;
	margin: 0 0 0 27px;
	_margin: 0;
	background: url(/_szablon/grafika/mSborder.gif) repeat-x 0 top;
}
.moduleShell .rBottom span {background-position: 0 bottom}
.moduleShell .tytul {
	position: relative;
	zoom: 1;
	color: #ff7e00;
	font-size: 20px;
	font-family: "Myriad Pro", Verdana;
	position: relative;
	background: url(/_szablon/grafika/mShBG.gif) repeat-y left 0;
	padding: 4px 16px;
	margin: 0 0 10px 0;
}
.moduleShell .tytul b {
	display: block;
	font-size: 0px;
	position: absolute;
	left: 0px;
	width: 6px;
	height: 6px;
	background-position: 0 -426px;
}
.moduleShell .tytul b.t {
	top: 0px;
}
.moduleShell .tytul b.b {
	bottom: 0px;
	background-position: -6px -426px;
}
.moduleShell ul,
.moduleShell ol {padding: 10px 10px 10px 25px; margin: 5px 0}
.moduleShell ul li,
.moduleShell ol li {
	list-style: inherit;
	> list-style: disc;
	padding: 0;
	margin: inherit;
}
.moduleShell ol li {>list-style: decimal;}
* html .moduleShell ul li,
* html .moduleShell ol li {
	list-style: disc;
}
* html .moduleShell ol li {
	list-style: decimal;
}



/*****  Footer  *****/
#footer {
	clear: both;
	font-size: 11px;
	color: #919191;
	width: 980px;
	margin: 0 auto;
}

#footer .content1 .left {
	float: left;
	padding: 10px 5px 10px 30px;
}
#footer .content2 .left {
	padding: 2px 5px 2px 10px;
}
#footer .right {
	float: right;
	padding: 5px 30px 5px 5px;
}
#footer ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#footer ul li a {
	font-size: 12px;
	color: #393939;
	display: block;
	padding: 5px 8px;
}
#footer ul li.active a,
#footer ul li.thisParent a {
	color: white;
	background: #7d7d7d;
}
#footer ul ul {display: none;}
#footer .content2 {
	padding: 1px 0 20px 0;
	background: url(/_szablon/grafika/fCdots.gif) repeat-x 0 top;
}

/**************************************************
*				KONTENERY                         *
***************************************************/

/*************  Ikonki   ***************/



/******************************************************************************
 MODUŁY i BLOKI                                                               *
******************************************************************************/
.komunikat {
	padding: 30px 30px;
	text-align: center;
}
.komunikat p {
	border: 1px solid #a1bdce;
	background: #fce7ed;
	line-height: 150%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 10px;
}
.info p {background: #D0E7FF}
.error p {background: #FF4040}

.listaAktualnosci li, .listaAktualnosciBig li {
	padding: 1px 0 1px 0; 
	margin: 0px 4px 0 2px;
	position: relative;
}
.listaAktualnosci a, .listaAktualnosciBig a {
	display: block;
	position: relative;
	padding: 3px;
	background: url(/_szablon/grafika/aktualnosciBG.gif) repeat-x 0 bottom;
}
.listaAktualnosciBig a {padding: 0 0 3px 0}
.listaAktualnosciBig li {position: relative}
.listaAktualnosci a:hover, .listaAktualnosciBig a:hover {background: #d8e8f2; text-decoration: none}
.listaAktualnosci .header, .listaAktualnosciBig .header {
	font-size: 14px;
	font-weight: bold;
}
.listaAktualnosci .header {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #595252;
	padding: 3px 5px 8px 20px;
	background: transparent url(/_szablon/grafika/aktualnsciBullet.gif) no-repeat 4px 7px;
}
.listaAktualnosci img, .listaAktualnosciBig img {
	float: left;
	position: relative;
	border: 4px solid #eeeded;
	margin: 3px 10px 5px 0px;
}
.listaAktualnosci .aInfo, .listaAktualnosciBig .aInfo {display: block}
.listaAktualnosci .aInfo {
	padding: 2px 5px 0px 20px;
	font-size: 10px;
}
.listaAktualnosci .aInfo span {
}
.listaAktualnosci .aInfo var, .listaAktualnosciBig .aInfo var {
	font-style: normal;
	float: right;
	margin: 0 5px 0 5px;
}
.listaAktualnosciBig .header {
	display: block;
	background: #d8e8f2;
	padding: 6px 115px 6px 10px;
	border-bottom: 1px solid #c5d2db;
	margin: 0 0 5px 0;
}
.listaAktualnosciBig .header .data {
	font-size: 10px;
	font-weight: normal;
	float: right;
	_margin: 0 15px 0 0;
}
.listaAktualnosciBig a:hover .header {
	background: #a1bdce;
	border-bottom: 1px solid #2e5770;
}
.listaAktualnosciBig .data {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 10px;
}
.listaAktualnosciBig .splash {display: block}
.listaAktualnosciBig var {
	float: right;
	font-style: normal;
	font-size: 11px;
}
.aktualnosc .header {position: relative}
.aktualnosc h3, .contactPreContent h3 {
	margin: 0 4px 0 2px;
	background: #d8e8f2;
	border-bottom: 1px solid #c5d2db;
	padding: 3px 140px 3px 10px;
}
.aktualnosc .header span {
	display: block;
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 11px;
	font-weight: normal;
	_margin: 0 10px 0 0;
}
.aktualnosc .kernel {
	margin: 5px 15px 0 12px;
	line-height: 150%;
}
.aktualnosc img {
	border: 4px solid #EEEDED;
	margin: 0 10px 5px 0;
	float: left;
}
.aktualnosc .aInfo {
	font-size: 11px;
	margin: 10px 0 0 12px;
	float: left;
} 
.aktualnosc .rButton {float: right}

.c01 .ilosc {
	margin: 10px 5px 5px 5px;
	float: left;
}

.contact .etykieta {
	width: 175px;
	text-align: right;
	padding: 3px 10px 0 0;
}
.contact td {
	padding: 5px 0;
}
.contact input[type="text"], .contact textarea {
	border: 1px solid #c9bebe;
	background: #f6fbfe;
}
.contact .input_blad input[type="text"], .contact .input_blad textarea {
	border: 1px solid red;
}
.contact input[type="text"] {
	width: 200px;
	padding: 3px 0;
}
.contact label strong {color: red}
.contactPreContent {border-bottom: 1px solid #e2dddd; margin: 0 4px 0 1px}
.contactPreContent h3 {margin: 0;}
.contactPreContent p{
	margin: 10px;
}

.btn {
	display: inline-block;
	height: 24px;
	padding: 0 0 0 8px;
	background: url(/_szablon/grafika/rButton.gif) no-repeat;
}
.btn input {
	border: none;
	background: url(/_szablon/grafika/rButton.gif) repeat-x right -24px;
	padding: 1px 8px 0 0;
	height: 24px;
	overflow: hidden;
}


.moduleShell ul.breadCrumb {
	padding: 0;
	height: 24px;
}
.moduleShell .breadCrumb li {
	list-style: none;
	float: left;
	padding: 0;
	color: #595252;
}
.breadCrumb li a {
	margin: 0 0 0 5px;
	color: #595252;
}
.rButton {
	display: inline-block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	font-size: 11px;
	padding: 0 0 0 8px;
	background: url(/_szablon/grafika/rButton.gif) no-repeat;
	margin: 10px 10px 0 5px;
}
.rButton:hover {text-decoration: none}
.rButton span {
	display: inline-block;
	height: 100%;
	background: url(/_szablon/grafika/rButton.gif) repeat-x right -24px;
	padding: 0 8px 0 0;
	cursor: pointer;
}

/* NYROMODAL */
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/_szablon/grafika/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}

a#closeBut {
	position: absolute;
	display: block;
	top: -3px;
	right: -3px;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
	background: url(/_szablon/grafika/nm_close.gif) no-repeat;
	outline: 0;
	z-index:1000;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 14px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a {
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}

div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev {
	left: 0;
	width: 40%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalPrev:hover {
	background: url(/_szablon/grafika/nm_prev.gif) left 20% no-repeat;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext {
	right: 0;
	width: 40%;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent a.nyroModalNext:hover {
	background: url(/_szablon/grafika/nm_next.gif) right 20% no-repeat;
}
