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

/*:first-child+html #logo{*/

html {
	width:100%;
	height:100.1%;
	font-size:100.1%;
}
body  {
	font:0.7em Arial, Helvetica, sans-serif;
	color:#5a5a5a;	
}
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, h2, h3 {
	color:#636363;	
}
h1{
	font-size:1.5em;	
}
h2{
	font-size:1.3em;
}	
h3{
	font-size:1.1em;
}
h4{
	font-size:1em;
}
a{
	color:#0095da;	
}
a:hover{
	color:#00aae2;
}
a img{
	border:none;
	vertical-align:bottom;
}	
a.noUnderline{
	text-decoration:none;
}
ul{
	list-style:none;
	padding-left:1.5em;
}
ul li{
	padding:.2em 0 .2em 2.25em;	
	background:url(/images/bullet.gif) center left no-repeat;
}
.dist{
	color:#f18700;
}
.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.2em;
	border-top:solid 1px #c5c5c5;
}

.half {
	width:50%;
}
.setka{
	width:100%;
}


/*Container
--------------------------------------------------*/
#containerWrapper{
	background:url(/images/bg2.png) left bottom repeat-x #ffffff;
}
#container { 
	width:851px;  
	margin:0 auto; 
} 

#contentContainer{
	background:url(/images/contentBg.gif) 2px top repeat-y; 
	margin-bottom:40px;
	margin-top:10px;
}


/* Header
--------------------------------------------------*/
#header { 
	width:100%;
	height:350px;
	position:relative;
}

#header h3{
	position:absolute;
	left:22px;
	top:18px;
	width:300px;
}

#header .fastMenu{
	width:240px;
	height:76px;
	position:absolute;
	top:0;
	right:0;
}
#header .fastMenu a{
	background-image:url(/images/fastMenuBg.gif);
	background-repeat:no-repeat;
	float:left;
	width:120px;
	height:100%;
}
#header .fastMenu a.fm1{
	background-position:left -76px;
}
#header .fastMenu a.fm1:hover{
	background-position:0 0;
}
#header .fastMenu a.fm2{
	background-position:-120px -76px;
}
#header .fastMenu a.fm2:hover{
	background-position:-120px 0;
}

#flashContainer{
	background-position:left top;
	background-repeat:no-repeat;
	height:274px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	overflow:hidden;
}


 
/* LeftColumn
--------------------------------------------------*/ 
#leftColumn {
	float:left; 
	width:228px; 
	overflow:hidden;
}
#leftColumn h3{
	
}

/*menuBox*/
#leftColumn .menuBox{
	width:100%;
	border-top:solid 1px #c5c5c5;
	margin-bottom:10px;
	position:relative;
}
#leftColumn .menuBox .content{
	width:100%;
	min-height:129px;
	background:url(/images/menuBoxBg.png) left top no-repeat #026c9d;	
	padding-top:10px;
}
#leftColumn .menuBox .footer{
	width:100%;
	height:5px;
	background:url(/images/menuBoxFooterBg.png) left top no-repeat #ffffff;
}
#menu, #menu ul{
	width:100%;
	padding:0;
	margin:0;
}
#menu li{
	padding:0;
	margin:0;
	background:none;
	background:url(/images/menuLineBg.png) 19px bottom no-repeat;	
}
#menu li.lastChild{
	background-image:none;
}
#menu li.static1{
	display:none;
}
#menu li ul li{
	background:url(/images/menuBullet.gif) 22px center no-repeat;
}
#menu li a{
	color:#edf8fc;
	text-decoration:none;
	display:block;
	padding:5px 20px;	
	min-height:15px;			
	background:url(/images/menuHoverBg.gif) 300px center no-repeat;
}
#menu li a.selected{
	font-weight:bold;
}
#menu li a:hover{
	color:#ffffff;
	background-position:5px center;
}
#menu li ul li a{
	padding-left:34px;
}




/*externalLinksBox*/
#leftColumn .externalLinksBox{
	padding-bottom:15px;
}
#leftColumn .externalLinksBox ul{
	padding:0;
}
#leftColumn .externalLinksBox ul li{
	padding:0 20px;	
	background:none;
}
#leftColumn .externalLinksBox ul li a{
	color:#6a6a6a;
	text-decoration:none;
	border-bottom:solid 1px #e2e2e2;
	padding:5px 1px;
	display:block;
}
#leftColumn .externalLinksBox ul li.lastChild a{
	border:none;
}
#leftColumn .externalLinksBox ul li a:hover{
	color:#2d98c9;
}


/*aboutUsBox*/
#leftColumn .aboutUsBox{
	width:100%;	
	margin-bottom:20px;
	color:#ffffff;
	background-color:#026c9d;
	position:relative;
	overflow:hidden;
}
#leftColumn .aboutUsBox h3{
	background-color:#ffffff;
}
#leftColumn .aboutUsBox .content{
	background:url(/images/menuBoxBg.png) left top no-repeat #026c9d;
	border-top:solid 1px #c5c5c5;
	min-height:129px;
	padding:0 20px;
	padding-top:10px;
}
#leftColumn .aboutUsBox .footer{
	width:100%;
	height:5px;
	background:url(/images/menuBoxFooterBg.png) left top no-repeat #ffffff;	
}


/*newsletterBox*/
#leftColumn .newsletterBox{
	width:100%;
	color:#888888;
	padding-bottom:20px;
	overflow:hidden;
}
#leftColumn .newsletterBox h3{
	border-bottom:solid 1px #c5c5c5;
}
#leftColumn .newsletterBox p{
	padding:10px 20px;
}

#leftColumn .newsletterBox form{
	padding-left:20px;
	font-size:11px;
}
#leftColumn .newsletterBox form input{
	padding:0;
	vertical-align:bottom;
}
#leftColumn .newsletterBox form .input{
	width:115px;
	height:15px;
	border:solid 1px #848484;
	background:none;
}



/* RightColumn
--------------------------------------------------*/ 
#rightColumn {
	float:right; 
	width:228px; 
	overflow:hidden;
}

#rightColumn .kontaktBox{
	background:url(/images/kontaktBoxBg.png) left top no-repeat;
	border-top:solid 1px #c5c5c5;
	width:100%;
	height:81px;
	overflow:hidden;
	color:#ffffff;
	margin-bottom:15px;
}
#rightColumn .kontaktBox form, #rightColumn .kontaktBox p{
	padding:0 20px;
	padding-top:12px;
}	

/*contactsBox*/
#rightColumn ul{
	padding:0;
}
#rightColumn ul li{
	padding-left:0;
	background:none;
	color:#888888;
}

#contactsBox{
	padding:0 20px;
	padding-bottom:20px;
	color:#888888;
}
#contactsBox .visible{
	display:block;
}
#contactsBox .hidden{
	display:none;
}


/* MainContent
--------------------------------------------------*/
#mainContent { 
	/*margin:0 228px 0 228px;*/
	background:url(/images/cover.gif) left top repeat-x;	
	/*width:385px;*/
	padding:0 5px;
	width:385px;
	float:left;
	overflow:hidden;
} 


/* Footer
--------------------------------------------------*/
#footer { 
	border-top:solid 1px #999999;
	position:relative;
	height:60px;
	width:100%;
} 

#footer .copyrights{
	position:absolute;
	top:15px;
	left:20px;
	color:#636363;
}

#footer .w2b{
	position:absolute;
	top:15px;
	right:20px;
}
#footer .w2b:hover{
	background-color:#FFFFFF;
}


/* popup
--------------------------------------------------*/
#popup{
	display:none;
	font-weight:800;
	padding:10px 5px 12px 75px;
	margin:5px 0;
	border-style:solid;
	border-width:1px;
	background-position:33px 5px;
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
	border-left:none;
	border-right:none;
	position:relative;
}
.popupInfo{
	border-color:#009900;
	background-image:url(/images/infoIcon.gif);
	background-color:#d9ecd4;
	color:#009900;
}
.popupWarning{
	border-color:#de6c28;
	background-image:url(/images/warningIcon.gif);
	background-color:#f8e3d3;
	color:#de6c28;
}
.popupError{
	border-color:#ed1c24;
	background-image:url(/images/errorIcon.gif);
	background-color:#fdddcf;
	color:#ed1c24;
}


/* pager
--------------------------------------------------*/
#pager {
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	padding:0 15px;
}


/* index-index
--------------------------------------------------*/
#indexIndex .newsBox, #indexNews .newsBox{
	border-bottom:solid 1px #eaeaea;	
	margin:0 15px;
	margin-bottom:10px;
	padding-bottom:3px;
}
#indexIndex .newsBox span, #indexNews .newsBox span{
	color:#f18700;
	font-weight:bold;
}

#indexIndex .pageShortCut{
	background:url(/images/pageShortcutBg.gif) left 30px no-repeat;
	margin-left:5px;
	margin-bottom:10px;
	padding:0 15px;
}
#indexIndex .pageShortCut p{
	padding-top:10px;
	padding-bottom:5px;
}
#indexIndex .pageShortCut .line{
	border:none;
	border-bottom:solid 1px #eaeaea;
	line-height:1px;
	height:2px;	
	font-size:1px;
	display:none;
}

#indexIndex .banner{
	text-align:center;
	overflow:hidden;
	padding-bottom:16px;
}

/* index-index
--------------------------------------------------*/
#pageContainer .content{
	padding:0 15px;
}


/* index-index
--------------------------------------------------*/
#detailsNews .content{
	padding:0 15px;
}


/* dodatki-mapa-strony
--------------------------------------------------*/
#mapaStronyDodatki ul li{
	background-position:left 7px;
}


/* galerie-all
--------------------------------------------------*/
#allGalleries .content{
	padding:0 15px;
}


/* details-galleries
--------------------------------------------------*/
#detailsGalleries .content{
	padding:0 15px;
}
#detailsGalleries .imagesContainer a{
	width:156px;
	height:100px;
	border:solid 4px #adcb06;
	background-color:#d3e27e;
	float:left;
	display:inline;
	margin-right:15px;
	margin-bottom:15px;
}
#detailsGalleries .imagesContainer a:hover{
	border-color:#3aa6d6;
}
#detailsGalleries .imagesContainer a.lastInRow{
	margin-right:0;
}