@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	background: #FFF;
}
body {
	color: #154459;
	background: url(img/bg.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 9px 0;
	padding: 0;
}
li {
	margin-top: 8px;
	margin-bottom: 8px;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}
a img { border: 0; }
a:link, a:visited {
	color: #FF6000;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #FF6000;
	text-decoration: underline;
}
#error,
.warning {
	overflow: hidden;
	width: 70%;
	margin: 20px auto;
	padding: 8px 10px;
	text-align: left;
	font-size: 12px;
	line-height: 140%;
}
#error p,
.warning p {
	margin: 0 0 0 60px;
}
#error {
	color: #F00;
	background: #FFF url(adm/img/error.png) 10px center no-repeat;
	border: 2px solid #F00;
}
.warning {
	color: #D81;
	background: #FFF url(adm/img/warning.png) 10px center no-repeat;
	border: 2px solid #F81;
}
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
}
/* -- SPLASH -- */
#splash {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2E2E2E url(img/spla.gif) center top repeat-y;
	z-index: 999;
}
#splash div {
	position: relative;
	top: 50%;
	width: 662px;
	height: 287px;
	margin: -160px auto 0 auto;
	background: url(img/splash.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#splash div a {
	float: left;
	width: 50%;
	padding-top: 180px;
	height: 107px;
}
#splash div a span {
	display: block;
	padding: 0 20px;
	line-height: 140%;
}
/* -- LAYOUT -- */
#wrapper {
	width: 960px;
	margin: auto;
}
.content {
	position: relative;
	float: left;
	width: 100%;
}
.inner {
	position: relative;
	width: 960px;
	margin: auto;
}
#site {
	float: left;
	position: relative;
	width: 640px;
	margin-top: 12px;
	background: url(img/sitebg.gif) repeat-y;
	line-height: 132%;
}
.content1 {
	float: left;
	width: 100%;
	min-height: 321px;
	padding: 10px 0 22px 0;
	background: url(img/site.gif) no-repeat;
}
.content1 ul, .content1 ol {
	list-style-position: inside;
}
.siteend {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 640px;
	height: 22px;
	background: url(img/siteend.gif) no-repeat;
	overflow: hidden;
}
.wtext {
	padding: 0 32px;
}
.impo {
	color: #D00 !important;
	font-style: normal;
}
p.msgerr {
	color: #D00;
	font-weight: bold;
}
p.msgok {
	color: #0A0;
	font-weight: bold;
}
h2 {
	clear: both;
	margin: 6px 0 12px 0;
	padding: 10px 32px 0 32px;
	font-size: 15px;
	font-weight: bold;
}
#fla {
	position: absolute;
	right: 30px;
	top: 20px;
	padding: 10px;
	z-index: 999;
	background: #5CC9F7;
}
/* NAWIGACJA */
.navig {
	position: absolute;
	bottom: 13px;
	left: 0;
	margin: 0;
	padding: 0 0 0 6px;
	list-style: none;
}
.navig li {
	float: left;
	margin: 0;
	padding: 0 17px 0 0;
}
.navig li a {
	display: block;
	background: url(img/more-1.gif) center left no-repeat;
	text-indent: 17px;
	line-height: 100%;
}
.navig li a:link, .navig li a:visited {
	color: #0173AC;
	text-decoration: none;
}
.navig li a:hover, .navig li a:focus, .navig li a:active {
	color: #FF6000;
	text-decoration: none;
}
.more {
	clear: both;
}
.more a {
	padding-left: 16px;
	background: url(img/more-1.gif) center left no-repeat;
}
.more a:link, .more a:visited {
	color: #0A7DB4;
	text-decoration: none;
}
.more a:hover, .more a:focus, .more a:active {
	color: #FF6000;
	text-decoration: none;
}
.navvi {
	clear: both;
	margin: 0;
	padding: 14px 0 8px 0;
	font-size: 11px;
	text-align: center;
}
.navvi a,
.navvi span {
	margin: 0 1px;
	padding: 4px 8px;
	text-align: center;
}
.navvi span {
	border: 1px solid #1185BB;
}
.navvi a:link,
.navvi a:visited {
	border: 1px solid #5CC9F7;
	background: #E3F7FF;
	text-decoration: none;
}
.navvi a:hover, .navvi a:focus, .navvi a:active {
	border-color: #1185BB;
	background: #D3F1FF;
	text-decoration: none;
}
.subpages {
	margin: 12px 0;
	padding: 0 0 0 60px;
	font-size: 12px;
}
/* -- FORMULARZE -- */
.formy, .formtxt, .formybtn {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formy {
	padding: 3px 2px;
	color: #0173AC;
	border: 1px solid #31A9DB;
	background: #FFF url(img/formy.gif) no-repeat;
}
.formybtn {
	margin: 0;
	padding: 4px 16px;
	color: #0173AC;
	cursor: pointer;
}
/* -- TOP -- */
#top {
	position: relative;
	width: 960px;
	height: 237px;
	margin: auto;
	background: url(img/top.jpg) center top no-repeat;
}
#top h1 {
	margin: 0;
	padding: 0;
}
#str {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 317px;
	height: 147px;
	background: url(img/logo.gif) no-repeat;
	text-indent: 470px;
	white-space: nowrap;
	overflow: hidden;
}
#str:link, #str:visited {
	opacity: 1;
}
#str:hover, #str:focus, #str:active {
	opacity: 0.7;
}
#top ul#mn {
	position: absolute;
	left: 10px;
	bottom: 38px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#top ul#mn li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0 0 0 10px;
	background: url(img/menu_l.gif) no-repeat;
}
#top ul#mn li a {
	display: block;
	position: relative;
	height: 24px;
	padding: 13px 17px 0 7px;
	background: url(img/menu_r.gif) top right no-repeat;
	font-weight: bold;
	font-size: 12px;
}
#top ul#mn li span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 11px;
	margin-left: -5px;
	background: url(img/grass.gif) repeat-x;
	z-index: 99;
}
#top ul#mn li a:link, #top ul#mn li a:visited {
	color: #0173AC;
	text-decoration: none;
}
#top ul#mn li a:hover, #top ul#mn li a:focus, #top ul#mn li a:active {
	color: #FF8F05;
	text-decoration: none;
}
#top form {
	display: block;
	position: absolute;
	right: 3px;
	bottom: 7px;
	z-index: 10;
}
#top form input {
	margin-right: 6px;
	vertical-align: middle;
}
#top form input.formy {
	width: 150px;
}
/* -- STOPKA -- */
#stopka {
	clear: both;
	padding: 35px 0 0 0;
	color: #5B97B3;
	background: #E3F7FF url(img/footer.gif) repeat-x;
}
#stopka a:link, #stopka a:visited {
	color: #5B97B3;
	text-decoration: none;
}
#stopka a:hover, #stopka a:focus, #stopka a:active {
	color: #467489;
	text-decoration: none;
}
#stopka ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	text-align: right;
}
#stopka ul li {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}
#stopka ul li a {
	padding-right: 20px;
}
#stopka p {
	clear: both;
	margin: 0;
	padding: 15px 10px 20px 0;
	text-align: right;
}
/* -- KOLUMNA -- */
#right {
	float: right;
	width: 320px;
	padding-bottom: 10px;
	overflow: hidden;
}
.kwindow {
	clear: both;
	position: relative;
	width: 297px;
	margin: 0 auto;
	background: #1F94C8 url(img/kwnd.gif) repeat-y;
	overflow: hidden;
}
.kwindow h2 {
	position: absolute;
	bottom: -30px;
	right: 0;
	margin: 0;
	padding: 0;
	color: #FFF;
	white-space: nowrap;
}
.kwindow .inside {
	position: relative;
	padding: 58px 28px 0 28px;
	color: #FFF;
	line-height: 132%;
	z-index: 99;
}
.kwindow .kbottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: url(img/kwnd_bt.gif) bottom left no-repeat;
}
.kwindow a:link, .kwindow a:visited, .kwindow label {
	color: #B4E6FF;
	text-decoration: none;
}
.kwindow a:hover, .kwindow a:focus, .kwindow a:active {
	color: #B4E6FF;
	text-decoration: underline;
}
#akt {
	margin-top: 12px;
	min-height: 206px;
}
#akt .inside {
	min-height: 26px;
	background: url(img/akt.gif) no-repeat;
}
#akt span {
	display: block;
	color: #5CC9F7;
	font-size: 11px;
}
#akt h3 {
	margin: 0 0 10px 0;
}
#bmi {
	min-height: 206px;
}
#bmi .inside {
	min-height: 26px;
	background: url(img/bmi.gif) no-repeat;
}
#bmi form {
	padding-bottom: 10px;
}
#bmi label {
	float: left;
}
#bmi input.formy {
	width: 85px;
	border-color: #00557D;
}
#bmi p.obl {
	clear: both;
	margin: 0;
	padding-top: 12px;
	text-align: center;
}
#porada {
	height: 137px;
}
#porada .inside {
	min-height: 79px;
	background: url(img/porada.gif) no-repeat;
}
p.mre {
	clear: both;
	margin: 8px 0 10px 0;
	padding-bottom: 2px;
	background: url(img/more-2.gif) center left no-repeat;
	text-indent: 15px;
}
/* -- GŁÓWNA -- */
#saktual, #spromo {
	float: left;
	position: relative;
	width: 320px;
	height: 353px;
	background: url(img/aktualnosci.gif) no-repeat;
}
#spromo {
	background-image: url(img/witaj.gif);
	text-align: justify;
}
#saktual h2, #spromo h2 {
	display: none;
}
#spromo .wtext {
	padding-top: 50px;
	font-size: 11px;
	line-height: 120%;
}
#saktual {
	width: 256px;
	height: 293px;
	padding: 60px 32px 0 32px;
}
#saktual span {
	display: block;
	color: #259ACE;
}
#saktual h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#saktual p.ncont {
	margin: 6px 0 9px 0;
	padding-bottom: 11px;
	background: url(img/hr1.gif) left bottom repeat-x;
	text-align: justify;
	line-height: 120%;
}
#saktual .more {
	position: absolute;
	bottom: 22px;
	left: 29px;
	margin: 0;
}
/* -- MAPA WITRYNY -- */
#sitemap {
	margin: 20px;
}
#sitemap a {
	color: #333;
}
/* -- AKTUALNOŚCI, PROMOCJE -- */
#aktlista span.dta {
	display: block;
	color: #259ACE;
}
#aktlista h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#aktlista p.newspar {
	margin: 6px 0 4px 0;
}
#aktlista p.more {
	margin: 3px 0 9px 0;
	padding-bottom: 11px;
	background: url(img/hr1.gif) left bottom repeat-x;
}
.nws {
	padding: 0 32px;
}
.nws .nwsfoto {
	float: left;
	margin: 0 10px 5px 0;
	border: 2px solid #FFF;
}
/* -- KONTAKT -- */
.kleft {
	float: left;
	width: 40%;
	padding-right: 2%;
}
#fpytanie {
	overflow: hidden;
}
#fpytanie label,
#fpytanie p.chl {
	clear: left;
	float: left;
	height: 25px;
	width: 120px;
}
#fpytanie p.chl {
	width: auto;
	padding-left: 110px;
}
#fpytanie p.chl input {
	float: none;
	width: auto;
}
#fpytanie input {
	float: left;
	width: 197px;
}
#fpytanie textarea {
	float: left;
	width: 197px;
	height: 90px;
	margin: 0 0 3px 0;
}
#fpytanie input#subme {
	clear: left;
	width: 140px;
	margin: 0 0 0 120px;
}
/* -- LINKI -- */
#linkizew, #linkizew li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#linkizew {
	clear: both;
	padding-top: 2px;
	padding-left: 32px;
}
#linkizew li {
	margin: 9px 0;
}
#linkizew li img {
	width: 60px;
	height: 45px;
	margin-right: 20px;
	border: 1px solid #FFFFF4;
	vertical-align: middle;
}
#linkizew li a:hover, #linkizew li a:focus {
	color: #34342C;
	text-decoration: none;
}
#linkizew li a:hover img, #linkizew li a:focus img {
	border-color: #777;
}
#thb {
	position: absolute;
	margin: 0;
	right: 32px;
	bottom: 20px;
}
#thb a {
	color: #9BC5D9 !important;
}
/* -- GALERIE / SKRÓTY GALERII -- */
.thumbwrap {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	margin: 0 7px 15px 7px;
	padding: 0;
	border: 1px solid #5CC9F7;
}
.thumbwrap li>div {
	/*\*/ display: table; /**/
	width: 179px;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}
/*\*/
.thumbwrap>li .wrimg {
	display: table-cell;
	vertical-align: middle;
	width: 179px;
	height: 149px;
}
/**/
.thumbwrap img {
	border: 2px solid #FFF;
	vertical-align: middle;
}
.thumbwrap a:hover {
	background-color: #FFF;
}
/*\*//*/
* html .thumbwrap li .wrimg {
	display: block;
	font-size: 1px;
}
* html .thumbwrap .wrimg span {
	display: inline-block;
	vertical-align: middle;
	height: 149px;
	width: 1px;
}
/**/
.thumbwrap .caption {
	display: block;
	w\idth: 169px;
	padding: 5px;
	border-top: 1px solid #5CC9F7;
	font-size: 11px;
}
@media all and (min-width: 0px) {
	html:first-child .thumbwrap a {
		display: inline-block;
		vertical-align: top;
	}
	html:first-child .thumbwrap {
		border-collapse: collapse;
		display: inline-block;
	}
}
.thumbwrmore {
	clear: both;
	margin: 0;
	padding: 6px 0;
	text-align: right;
	margin-right: 40px;
}
img.thbingl {
	border: 2px solid #FFF;
	vertical-align: middle;
	margin: 5px 6px;
}
.glclr {
	clear: both;
	height: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A9C2CD;
}
.bgalfunc {
	clear: both;
	padding-top: 4px;
}
.bgalfunc span {
	float: right;
	color: #A9C2CD;
	font-size: 75%;
}
/* -- POBIERANIE -- */
#tpliki {
	width: 90%;
	margin: 10px auto 0 auto;
	border: 0;
}
#tpliki th {
	height: 25px;
	color: #0173AC;
	background: #DAF3FD;
	text-align: left;
	text-indent: 5px;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
}
#tpliki tr {
	background-color: #FFF;
}
#tpliki tr.eve {
	background-color: #F5FCFF;
}
#tpliki td {
	text-indent: 8px;
	vertical-align: middle;
}
#tpliki .filename {
	width: 70%;
}
#tpliki .filedescr {
	font-size: 11px;
	font-style: italic;
}
#tpliki td a {
	display: block;
	height: 20px;
	padding-top: 4px;
	vertical-align: middle;
}
#tpliki td a img {
	margin-right: 4px;
	vertical-align: middle;
	border: 0;
}
#tpliki td a span {
	float: right;
	padding-right: 8px;
	color: #888;
	font-size: 10px;
}
#tpliki td a:link, #tpliki td a:visited {
	color: #222;
	text-decoration: none;
}
#tpliki td a:link, #tpliki td a:visited, #tpliki td a:active {
	color: #222;
	text-decoration: none;
}

