@charset "utf-8";
/*:first-child+html #logo{

#00c1e4 - niebieski
*/

html {
	width:100%;
	height:100.1%;
	font-size:100.1%;
}

body{
	background:url(/images/bg.png) center top repeat-x #e4f1f4;
	font:0.7em Arial, Helvetica, sans-serif;
	line-height:1.6em;
	width:100%;
	height:100%;	
	color:#121212;	
}

body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,img, table{	
	margin:0;
	padding:0;
}


/* General
--------------------------------------------------*/
h1,h2,h3,h4,h5,h6,p,ul, table{
	padding-bottom:1.2em;
}
h1{
	font-size:1.5em;
	color:#12526b;	
}
h2{
	font-size:1.3em;
	color:#12526b;
}	
h3{
	font-size:1.1em;
	color:#12526b;
}
img{
	vertical-align:bottom;
}
a{
	color:#6f96a5;
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}	
a.noUnderline{
	text-decoration:none;
}
a.noBg{
	background:none;
}
ul{
	list-style:none;
	padding-left:0;
}
ul li{
	padding:2px 0 2px 25px;	
	background:url(/images/bullet.gif) left 9px no-repeat;
}
ul li.noBullet{
	background:none;
}

.dist{
	color:#000000;
}
.clear{
	clear:both;	
	line-height:1px;
	height:2px;	
	font-size:1px;
}
.tcenter{
	text-align:center;
}
.tleft{
	text-align:left;
}
.tright{
	text-align:right;
}
.just {
	text-align:justify;
}
.left{
	float:left;
}
.right{
	float:right;
}
.noMP{
	margin:0;
	padding:0;
}
.pt{
	padding-top:1.2em;
}
.pl{
	padding-left:1.2em;
}
.pr{
	padding-right:1.2em;
}
.pb{
	padding-bottom:1.2em;
}
.mt{
	margin-top:1.2em;
}	
.cl{
	clear:left;
}
.cr{
	clear:right;
}
.cb{
	clear:both;
}
.line{
	height:1.6em;
	/*border-top:solid 1px #d1dde0;*/
	background:url(/images/line.gif) left top repeat-x;
}

.half {
	width:50%;
}
.setka{
	width:100%;
}



/*Container
--------------------------------------------------*/
#container{
	width:960px;
	margin:0 auto;
}


/* Header
--------------------------------------------------*/
#header{
	height:488px;
	width:100%;	
	position:relative;
	background:url(/images/headerBg.png) left bottom no-repeat;
	position:relative;
}

#header .headerFoto{
	width:700px;
	height:315px;
	position:absolute;
	left:0;
	bottom:0;
	background:url(/images/headerFoto.jpg) left top no-repeat;
}

#logo{
	display:block;
	width:180px;
	height:150px;
}	


/* topNav
--------------------------------------------------*/
#topNav{
	width:515px;
	height:60px;	
	margin:0;
	padding:0;
	list-style:none;	
	background:url(/images/topNavBg.png) left top no-repeat;
	position:absolute;
	right:0;
	top:70px;
}

#topNav li{
	float:left;
	background:none;
	padding:0;
	margin:0;	
}

#topNav li a{
	background-image:url(/images/topNavBg.png); 
	background-repeat:no-repeat;
	background-position:0 -200px;
	height:60px;	
	display:block;	
}

#tn1{
	width:69px;	
}
#tn1:hover{
	background-position:0 -60px;
}

#tn2{
	width:53px;
}
#tn2:hover{
	background-position:-69px -60px;
}

#tn3{
	width:100px;
}
#tn3:hover{
	background-position:-122px -60px;
}

#tn4{
	width:112px;
}
#tn4:hover{
	background-position:-222px -60px;
}

#tn5{
	width:95px;
}
#tn5:hover{
	background-position:-334px -60px;
}
#tn6{
	width:86px;
}
#tn6:hover{
	background-position:-429px -60px;
}


#rightNav{
	width:260px;
	height:285px;
	padding:0;
	padding-top:30px;
	position:absolute;
	right:0;
	bottom:0;
	list-style:none;
	margin:0;
	background:url(/images/rightNavBg.png) left top no-repeat;
}

#rightNav li{
	background:none;
	padding:0;
	margin:0;
	width:100%;
	height:36px;
	overflow:hidden;
}

#rightNav li a{
	background:url(/images/rightNavBullet.gif) 219px -100px no-repeat;
	display:block;
	width:100%;
	height:36px;	
}

#rightNav li a:hover{
	background-position:219px center;
}


/* Content
--------------------------------------------------*/
#content{
	/*fixes ie double padding*/
	display:inline-block;
	overflow:hidden;
}


/* Rightcolumn
--------------------------------------------------*/
#rightColumn{
	/*margines lewy 76*/
	width:260px;	
	float:right;	
	padding-bottom:45px;
}

#openHoursBox{
	width:200px;
	height:208px;
	background:url(/images/openHoursBoxBg.png) left top no-repeat;
	color:#6f96a5;
	padding:0 30px;
	overflow:hidden;
}

#openHoursBox table{
	width:200px;
	margin-top:90px;
	border-collapse:collapse;
	margin-bottom:25px;
}
#openHoursBox table td{
	padding:0;
}
#openHoursBox .days{

}
#openHoursBox .hours{
	text-align:right;
	color:#8a8a8a;
}


/* Leftcolumn
--------------------------------------------------*/
#leftColumn{
	width:640px;
	padding:0 30px;
	padding-bottom:45px;
	float:left;	
}



/* Footer
--------------------------------------------------*/
#footer{
	width:100%;
	height:25px;
	background:url(/images/footerBg.png) right top no-repeat;	
	padding-bottom:45px;
	position:relative;
}

#w2b{
	display:block;
	width:122px;
	height:13px;
	position:absolute;
	top:12px;
	right:24px;
}
#w2b:hover{
	border-bottom:solid 1px #9cc4d3;
}


/* pager
--------------------------------------------------*/
#pager{
	font-size:12px;
	text-transform:lowercase;
	text-align:right;	
}
#pager .pageNumbers{
	display:inline;
}

#pager a{
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
}
#pager a.currentPage{
	background-color:#ffffff;
	color:#333333;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}
#pager a:hover{
}
#pager a.next, #pager a.prev{

}
#pager a.next:hover, #pager a.prev:hover{
	
}
#pager a.next {
	padding-right:10px;
}
#pager a.prev {
	padding-left:10px;
}


/* popup
--------------------------------------------------*/
#popup{
	display:none;
	font-weight:800;
	padding:8px 5px 8px 75px;
	margin:5px 0;	
	background-position:33px 5px;
	background-repeat:no-repeat;
	position:relative;
	z-index:1;	
}
.popupInfo{
	border:solid 1px #009900;
	border-left:none;
	border-right:none;

	background-image:url(/images/infoIcon.gif);
	background-color:#d9ecd4;
	color:#009900;
}
.popupWarning{
	border:solid 1px #de6c28;
	border-left:none;
	border-right:none;

	background-image:url(/images/warningIcon.gif);
	background-color:#f8e3d3;
	color:#de6c28;
}
.popupError{
	border:solid 1px #ed1c24;
	border-left:none;
	border-right:none;

	background-image:url(/images/errorIcon.gif);
	background-color:#fdddcf;
	color:#ed1c24;
}


/* FORM
--------------------------------------------------*/
form {

}
form input, form select, form textarea{
	border:solid 1px #d6e9fb;
	color:#2a647d;
	background-color:#ffffff;
}
form textarea{
	height:130px;
}
form .element input, form .element select, form .element textarea{
	width:300px;
}
form label{
	background:url(/images/blueLabelArrow.gif) left center no-repeat;
	padding-left:20px;
	display:block;
	float:left;
	text-align:left;
	color:#333333;
}
form label a{
	text-decoration:none;
}
form .groupLabel{	
	float:none;
}
form .formHeader{
	color:#333333;
}
form .element{
	padding-bottom:10px;
	text-align:right;
	clear:both;
}
form .errorNote{
	color:#ed1c24;
	text-align:right;
}
form .required{
	color:#ed1c24;
}
form .submit input, form input.btn{
	width:auto;
	color:#2a647d;
	border:solid 1px #ffffff;
	background-color:#d6e9fb;
}


/* indexIndex
--------------------------------------------------*/
#indexIndex .newsy{
	padding-top:20px;
}
#indexIndex .newsy h3{
	text-align:left;
	margin-top:-18px;
	padding-bottom:1em;
	font-size:1em;
}
#indexIndex .newsy p{
	text-align:justify;
}

#indexIndex .newsy .more{
	position:relative;
	top:-35px;
	left:292px;
}
html* #indexIndex .newsy .more{
	top:-33px;
}
#indexIndex .newsy .date{
	color:#b0b8ba;
	display:block;
	text-align:right;
}

#indexIndex .left{
	width:302px;
	float:left;
}
#indexIndex .right{
	width:302px;
	float:right;
}


/* aktualnosciIndex
--------------------------------------------------*/
#aktualnosciIndex .newsBox span{
	color:#b0b8ba;
	font-weight:normal;
}
#aktualnosciIndex .newsBox h3{
	padding-bottom:0;
	font-size:1em;
}
#aktualnosciIndex .newsBox .more{
	position:relative;
	top:-1.6em;
	left:600px;
}


/* pagesDetails
--------------------------------------------------*/
#pagesDetails{
	
}
#pagesDetails .indent{
	text-indent:20px;
}
#pagesDetails a img{
	border:solid 1px #cddfe4;
	padding:2px;
}
#pagesDetails .tcenter{
	text-align:center;
}
#pagesDetails .spacer{
	visibility:hidden;
}


/* productsDetails
--------------------------------------------------*/
#productsDetails{
	background:url(/images/productsDetailsHeader.png) left top no-repeat;
	padding-top:30px;
}
#productsDetails .right a img{
	border:solid 1px #cddfe4;
	padding:2px;
}

#productsDetails h1{
	font-size: 12pt;
  	line-height: 1em;	
	padding:0;
	margin-bottom:30px;
}

#productsDetails .left{
	width:300px;
	padding-left:5px;
	overflow:auto;
}
#productsDetails .right{
	width:230px;
	text-align:right;
}
#productsDetails .right p{
	padding:0;
}
#productsDetails .right span span{
	font-size:1.3em;
}

#productsDetails .categories{
	padding-left:2px;	
}
#productsDetails .categories li{
	display:inline;	
	background-image:url(/images/arrowBullet.gif);
	background-position:6px 6px;
	padding-left:20px;
}
#productsDetails .categories li.firstChild{
	background:none;
	padding-left:0;
}
#productsDetails .categories li.lastChild{
	font-weight:bold;
}

#productsDetails .backLink{
	padding:5px 0;
	text-align:right;
}
#productsDetails .backLink a{
	font-weight:bold;
}


/*galeria*/
.galleryContainer a{
	float:left;
	width:95px;
	height:95px;
	border:solid 5px #cddfe4;
	background-color:#ffffff;
	text-align:center;
	margin-right:10px;
	margin-left:9px;
	position:relative;
	margin-bottom:19px;
}
.galleryContainer a:hover{
	border:solid 5px #b5c5c9;
}
.galleryContainer a.lastChild{
	margin-right:0;
}
.galleryContainer a img{
	position:relative;
}
.productsDetails .galleryContainer{
	padding-top:30px;
}
#productsDetails .galleryContainer h2{
	padding-bottom:4px;
}
.productsDetails .galleryContainer .line{
	height:15px;
}


/* productsIndex
--------------------------------------------------*/
#productsIndex{
	background:url(/images/productsIndexHeader.png) left top no-repeat;
	padding-top:30px;
}

#productsIndex h1{
	font-size: 12pt;
  	line-height: 1em;	
	padding:0;
	margin-bottom:30px;
}

#productsIndex .product p a {
	position:relative;
	top:-4px;
	left:5px;
}
html* #productsIndex .product p a{
	top:-2px;
}

#productsIndex .product{
	background:url(/images/line.gif) bottom left repeat-x;
	margin-bottom:1.6em;
}

#productsIndex form fieldset{
	border:solid 1px #d6e9fb;
	padding:10px 5px;	
}


/* allGalleries
--------------------------------------------------*/
#allGalleries .content{
	padding-top:15px;
}

#allGalleries h1{
	font-size: 12pt;
  	line-height: 1em;	
	padding:0;
	margin-bottom:30px;
}


/* detailsGalleries
--------------------------------------------------*/
#detailsGalleries .content{
	padding-top:15px;
}
#detailsGalleries h1{
	font-size: 12pt;
  	line-height: 1em;	
	padding:0;
	margin-bottom:30px;
}


#detailsGalleries .imagesContainer a{
	border:solid 1px #cddfe4;
	padding:2px;	
	width:140px;
	height:105px;
	float:left;
	display:inline;
	margin-right:15px;
	margin-bottom:15px;
}
#detailsGalleries .imagesContainer a.lastInRow{
	margin-right:0;
}


/* zadajPytanieIndex
--------------------------------------------------*/
#zadajPytanieIndex form{
	width:560px;
}
#questionForm-date select{
	width:60px;
}



