@charset "utf-8";
/*:first-child+html #logo{
*/

html {
	width:100%;
	height:100.1%;
	font-size:100.1%;
}

body{
	background-color:#fdcc74;
	font:0.85em Trebuchet MS, Helvetica, SunSans-Regular, sans-serif;
	line-height:1.4em;
	width:100%;
	height:100%;
	color:#000000;
}

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{
	padding-bottom:1.8em;
}
h1{
	font-size:1.5em;	
	color:#d17336;	
}
h2{
	font-size:1.3em;
}	
h3{
	font-size:1.2em;
}
a{
	color:#486300;	
}
a:hover{
	color:#d17336;
}
a:active{
	outline:none;
}
a:focus{
	-moz-outline-style:none;
}

img{
	vertical-align:bottom;
}
a img{
	border:none;
}	
a.noUnderline{
	text-decoration:none;
}
a.noBg{
	background:none;
}
ul{
	list-style:none;
	
}
ul li{
	padding:1px 0 1px 18px;
	background:url(/images/bullet.gif) left 5px no-repeat;
}

.dist{
	color:#d17336;
}
.clear{
	clear:both;	
	line-height:0;	
}
.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;
}
.line{
	height:1.6em;
	background:url(/images/line.gif) left top repeat-x;
}

.half {
	width:50%;
}
.setka{
	width:100%;
}

.indent{
	text-indent:26px;
}


/*tinyMce*/
.borderleft{
	padding:4px;
	border:solid 1px #000000;
	float:left;
	margin:0 31px 25px 0;
}
.clear2{
	clear:both;
}
.fontSize1{
	font-size:11px;
}
.fontSize2{
	font-size:12px;
}
.fontSize3{
	font-size:13px;
}


/*Container
--------------------------------------------------*/
#containerWrapper{
	width:100%;
}
#container{
	width:900px;
	margin:0 auto;
}

/* Header
--------------------------------------------------*/
#header{
	height:205px;
	width:100%;	
	position:relative;
	background:url(/images/headerBg.jpg) left top no-repeat;
}

#logo{
	position:absolute;
	top:117px;
	right:0;
}

#email{
	display:inline-block;
	width:243px;
	height:22px;
	position:absolute;
	left:297px;
	top:110px;
}
#email:hover{
	border-bottom:solid 1px #6b9257;
}

/* topNav
--------------------------------------------------*/
#topNavContainer{
	position:absolute;
	bottom:0;
	left:0;
	width:900px;
}
#topNav{	
	margin:0 auto;
	padding:0;
	list-style:none;	
	height:29px;	
}
#topNav li{
	float:left;
	background:none;
	padding:0;
	margin:0;	
}
#topNav li.lastChild{
	background:none;
}
#topNav li a{
	color:#000000;
	font-size:15px;
	line-height:15px;
	letter-spacing:1px;
	float:left;
	padding:6px 6px 10px 6px;
	text-decoration:none;
	background:none;
	font-weight:bold;
}
#topNav li a:hover{
	color:#ffffff;
}


/* Content
--------------------------------------------------*/
#content{
	width:900px;
	overflow:hidden;	
	background-color:#b8ce7b;
}


/* Rightcolumn
--------------------------------------------------*/
#rightColumn{
	width:508px;	
	padding:31px;
	padding-top:25px;
	padding-bottom:0;
	float:right;	
	min-height:410px;	
	overflow:hidden;
}


/* Leftcolumn
--------------------------------------------------*/
#leftColumn{
	width:268px;
	padding:31px;
	padding-top:25px;
	padding-bottom:0;
	float:left;
	min-height:450px;
	overflow:hidden;
	color:#4f552a;
}

/*box*/
.box{
	width:268px;
	margin-bottom:31px;
}
.box .header{
	width:100%;
	height:40px;
	overflow:hidden;
}
.box .header h3{
	font-size:16px;
	color:#000000;
}
.box .content{
	background:url(/images/default/boxLine.gif) left bottom repeat-x;
	padding-bottom:9px;
}
.lastBox .content{
	background:none;
}
.lastBox{
	margin-bottom:0;
}


/*leftColumnNav*/
#leftColumnNav ul{
	padding:0;
	margin:0;
}	
#leftColumnNav li{
	padding:0;
	width:268px;	
}
#leftColumnNav li ul li{
	background:url(/images/default/whiteBullet.gif) 20px 7px no-repeat;
}
#leftColumnNav li a{	
	background:none;
	display:block;
	height:11px;
	line-height:11px;	
	padding:5px 0;
	padding-left:20px;	
}
#leftColumnNav li a:hover{
	background-color:#ffffff;
}
#leftColumnNav li a.selected{
	font-weight:bold;
}		
#leftColumnNav li ul li a{
	padding-left:35px;
	color:#5c9bd2;
}


/*newsBox*/
#newsBox p a{
	background:none;
}	
#newsBox p a img{
	vertical-align:middle;
}


/* Footer
--------------------------------------------------*/
#footerWrapper{
	width:100%;
	height:30px;
}
#footer{
	width:900px;
	height:30px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/*footerNav*/
#footerNav{
	margin:0;
	padding:0;
	position:absolute;
	top:7px;
	right:30px;
}
#footerNav li{
	float:left;
	padding:0;
	padding-left:20px;
	background-position:6px 6px;
}
#footerNav li.firstChild, #footerNav li:first-child{
	background:none;
}
#footerNav li a{
	color:#6a8012;
	text-decoration:none;
}
#footerNav li a:hover{
	text-decoration:underline;
}


/* form
--------------------------------------------------*/
.w2bForm input, .w2bForm select, .w2bForm textarea{
	background-color:#ffffff;
	border:solid 1px #caccbf;
	border-bottom:solid 1px #f3f4ef;
	border-right:solid 1px #f3f4ef;
	color:#797876;
}
.w2bForm textarea{
	height:130px;
}
.w2bForm .element input, .w2bForm .element select, .w2bForm .element textarea{
	width:300px;
}
.w2bForm label{
	background:url(/images/labelArrow.gif) left center no-repeat;
	padding-left:20px;
	display:block;
	float:left;
	text-align:left;
}
.w2bForm label a{
	text-decoration:none;
}
.w2bForm .groupLabel{	
	float:none;
}
.w2bForm .formHeader{

}
.w2bForm .element{
	padding-bottom:10px;
	text-align:right;
	clear:both;
}
.w2bForm .errorNote{
	color:#ed1c24;
	text-align:right;
}
.w2bForm .required{
	color:#ed1c24;
}
.w2bForm .submit input, .w2bForm input.btn, .btn{
	width:auto;
	text-decoration:none;
	padding:2px 5px;
	text-transform:uppercase;	
	color:#99cc00;
	background-color:#e2f3fb;
	background-image:none;
	font-family:Arial, Verdana;
	text-decoration:none;
	cursor:pointer;
	border:solid 1px #ddeef6;
}
.w2bForm .submit input:hover, .w2bForm input.btn:hover, .btn:hover{
	color:#70787c;
	background-color:#d9e9f1;
}
.w2bForm .requiredNote{
	clear:both;
}
.w2bForm .requiredNote span{
	color:#ed1c24;
}


/* popup
--------------------------------------------------*/
#popup{
	display:none;
	font-weight:800;
	padding:8px 5px 3px 75px;
	margin:5px 0;
	border-style:solid;
	border-width:1px;
	background-position:16px 5px;
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
	border-left:none;
	border-right:none;
	margin-bottom:1.8em;
}
.popupInfo{
	border-color:#009900;
	background-image:url(/images/default/infoIcon.gif);
	background-color:#d9ecd4;
	color:#009900;
}
.popupWarning{
	border-color:#de6c28;
	background-image:url(/images/default/warningIcon.gif);
	background-color:#f8e3d3;
	color:#de6c28;
}
.popupError{
	border-color:#ed1c24;
	background-image:url(/images/default/errorIcon.gif);
	background-color:#fdddcf;
	color:#ed1c24;
}
#popup p{
	padding-bottom:.5em;
}


/* Pager
--------------------------------------------------*/
#pager{
	text-align:right;
	padding-top:10px;
}

#pager .pageNumbers {
	display:inline;
}
#pager a{
	text-decoration:none;
	padding:2px 5px;
	text-transform:uppercase;	
	color:#99cc00;
	background-color:#e2f3fb;
	background-image:none;
	border:solid 1px #ddeef6;
}
#pager a:hover, #pager a.currentPage:hover{
	color:#70787c;
}
#pager a.currentPage{
	font-weight:bold;
	color:#70787c;
}


/* indexWaszeOpinie
--------------------------------------------------*/
#indexWaszeOpinie .guestsBox{
	padding:1em;
	background:url(/images/default/line.gif) left bottom repeat-x;
}
#indexWaszeOpinie form{
	margin-top:3em;
	width:500px;
}


/* galleriesIndex
--------------------------------------------------*/
#galerieIndex {
	padding:31px;
}
#galerieIndex h3 a{
	background:none;
}
#galerieIndex .description img{
	padding:4px;
	background-color:#ffffff;
	border:solid 1px #ffec89;
	float:left;
	margin:0 20px 20px 0;
}


/* galeriaSzczegoly
--------------------------------------------------*/
#galerieSzczegoly{
	padding:31px;
}
#galerieSzczegoly .imagesContainer a{
	width:156px;
	height:156px;
	border:solid 1px #eeeeee;
	float:left;
	display:inline;
	margin-right:15px;
	margin-bottom:15px;
	padding:5px;
	text-align:center;
	background:#f9f9f9;
}
#galerieSzczegoly .imagesContainer a:hover{
	border-color:#99cc00;
}
#galerieSzczegoly .imagesContainer a.lastInRow{
	margin-right:0;
}
#galerieSzczegoly .imagesContainer a img{
	position:relative;
}


/* aktualnosciIndex
--------------------------------------------------*/
#aktualnosciIndex, #aktualnosciSzczegoly{
	padding:31px;
}
#aktualnosciIndex .newsBox img.icon{
	padding:4px;
	background-color:#ffffff;
	border:solid 1px #ffec89;
	float:left;
	margin:0 20px 20px 0;
}
#aktualnosciIndex h3 span{
	font-weight:normal;
	font-style:italic;
}
#aktualnosciIndex p img{
	vertical-align:middle;
}

/* mapaStrony
--------------------------------------------------*/
#mapaStrony{
	padding:30px;
}

