html{	overflow: auto;	background: #221E22 url('./img/bg1.gif');
	height: 100%;}
body{	background: url('./img/bg2.png') repeat-x 0 138px;
	height: 100%;
	margin: 0;
}
#bodyBg{	height: 100%;
	background: url('./img/bg3.png') no-repeat center top;}
#wrap{	width: 866px;
	padding: 0 6px;
	background: url('./img/wrapBg.png') repeat-y;
	margin: 0 auto;}
#header{	height: 137px;}
#header img{	display: block;
	height: 46px;}
#h3{ height: 45px !important; }

/* menu */
#menu{	height: 63px;
	background: #172644;
	padding: 0;
	margin: 0;
	list-style-type: none;}
#menu li{	height: 63px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;}
#menu li a{	height: 63px;
	text-decoration: none;
	display: block;}
#onas{ width: 94px; background: url('./img/m1.jpg'); }
#restauracje{ width: 130px; background: url('./img/m2.jpg'); }
#pokoje{ width: 97px; background: url('./img/m3.jpg'); }
#przyjecia{ width: 181px; background: url('./img/m4.jpg'); }
#konferencje{ width: 142px; background: url('./img/m5.jpg'); }
#galeria{ width: 104px; background: url('./img/m6.jpg'); }
#kontakt{ width: 118px; background: url('./img/m7.jpg'); }

#onas:hover{ background: url('./img/m1a.jpg'); }
#restauracje:hover{ background: url('./img/m2a.jpg'); }
#pokoje:hover{ background: url('./img/m3a.jpg'); }
#przyjecia:hover{ background: url('./img/m4a.jpg'); }
#konferencje:hover{ background: url('./img/m5a.jpg'); }
#galeria:hover{ background: url('./img/m6a.jpg'); }
#kontakt:hover{ background: url('./img/m7a.jpg'); }

#onas.active{ background: url('./img/m1b.jpg'); }
#restauracje.active{ background: url('./img/m2b.jpg'); }
#pokoje.active{ background: url('./img/m3b.jpg'); }
#przyjecia.active{ background: url('./img/m4b.jpg'); }
#konferencje.active{ background: url('./img/m5b.jpg'); }
#galeria.active{ background: url('./img/m6b.jpg'); }
#kontakt.active{ background: url('./img/m7b.jpg'); }

#preloader{ display: none; }
/* end of menu */

#banner{	height: 251px;
}

#main{	margin-top: 5px;
	background: url('./img/contentBg.png') repeat-y;}

#left{	width: 257px;
	float: left;}

#right{	float: left;
	width: 600px;
	margin-left: 7px;
	text-align: justify;}
#right h1{	padding: 0;
	margin: 10px 0 0 9px;
	height: 37px;
	color: #fff;
	font-size: 30px;}

#txt{	padding: 10px 20px;	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
}

.lBox{	clear: both;
	padding-bottom: 30px;}
.lTresc{	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 5px 10px 0 10px;
	line-height: 1.3em;
}
img.lMore{	border: 0;
	height: 18px;
}
a.lMore{	text-decoration: none;	float: right;
	margin: 6px 10px 0 0;
	display: block;
	height: 18px;
}

.lBox h1{	font-size: 12px;
	color: #fff;
	background: #172644;
	margin: 0;
	padding: 0;
	height: 36px;}

#footer{	clear: both;
	height: 19px;
	background: #213448;
	text-align: center;
	padding-top: 10px;}

#footerSpacer{	height: 4px;
	clear: both;
	font-size: 1px;
	line-height: 1px;}

.clear{ clear: both; }


/* contact form */
input.txt{
	display: block;
	margin: -1px 0 0 0;
	width: 200px;
	padding: 1px;
	border: 1px solid #000;
}
textarea{
	width: 198px;
	height: 100px;
	display: block;
	border: 1px solid #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding: 1px;
	overflow: auto;
}
input.submit{
	border: 1px solid #000;
}
#cForm{
	min-height: 200px;
	height: auto !important;
	height: 200px;

	width: 220px;
	padding: 10px 10px 10px 30px;
	float: right;
}