body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #6a5151;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}

h1,h2,h3,h4,form,pre {
	margin: 0px;
	padding: 0px;
}

	a,link,visited {	
		color: #dd4c49;
		text-decoration: underline;
	}
	
	a:hover {
		color: #cb8b7e;
		text-decoration: none;
	}
	
	p {
		margin-bottom: 15px;
		margin-top: 15px;
		padding: 0px;
	}

	h2 {
		width: 400px;
		height: 28px;
		background-image: url(/images/bck_header.gif);
		background-position: left;
		background-repeat: no-repeat;
		padding-left: 35px;
	}
	
	h3 {
		font-size: 14px;
		font-weight: bold;
		color: #dd4c49;
		margin-top: 10px;
	}

input,textarea {
	background-color: #ffeeed;
	border: 1px solid #ebbaaf;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #a16a5e;
	font-size: 11px;
	padding: 3px;
}
	
#topLevel {
	width: 968px;
	height: 351px;
	background-image: url(/images/bck_toplevel.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
	
	#logo {
		width: 472px;
		height: 101px;
		position: absolute;
		top: 100px;
		left: 220px;
	}
	
		#logo a {
			width: 472px;
			height: 101px;
			display: block;
		}
	
	#rezerwacja {
		width: 205px;
		height: 42px;
		position: absolute;
		top: 11px;
		left: 670px;
	}
	
	#navigation {
		width: 610px;
		height: 48px;
		position: absolute;
		top: 310px;
		left: 250px;
	}
		
		#navigation ol {
			margin: 0px;
			padding: 0px;
		}
			
			#navigation ol li {
				list-style: none;
				margin: 0px;
				padding: 0px;
				float: left;
				background-image: url(/images/but_nav.gif);
				background-position: 0px 0px;
				background-repeat: no-repeat;
				height: 31px;
				width: 125px;
				margin-right: 30px;
			}
			
			#navigation ol li a {
				display: block;
				cursor: pointer;
				height: 31px;
			}
			
			#navigation ol li.oferta {
				margin-top: 2px;
				background-position: -138px 0px;
			}	
					
			#navigation ol li.galeria {
				background-position: -270px 0px;
				margin-top: 4px;
			}
								
			#navigation ol li.kontakt {
				background-position: -411px 0px;
				margin-top: 10px;
			}
	
#mainLevel {
	width: 972px;
	background-image: url(/images/bck_mainlevel.jpg);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
}
	
	#mainLevel .data {
		padding: 60px 80px 70px 130px;
		line-height: 22px;
		text-align: justify;
		min-height: 350px;
	}
	
		* html #mainLevel .data {
			padding-bottom: 70px;
		}


#footerLevel {
	width: 920px;
	height: 100px;
	background-image: url(/images/bck_footer.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

	#footerLevel .footerImage {
		width: 248px;
		height: 106px;
		position: absolute;
		margin-top: -70px;
		left: 680px;
	}
	
	#footerLevel .leftBck {
		width: 251px;
		height: 309px;
		background-image: url(/images/bck_flora.gif);
		background-position: top;
		background-repeat: no-repeat;
		position: absolute;
		z-index: -1;
		margin-top: -310px;
		left: 20px;
	}	
	
	#footerLevel a {
		color: #dd4c49;
		text-decoration: none;
	}
	
	#footerLevel .prawa {
		width: 300px;
		height: 40px;
		float: left;
		margin: 35px 100px 0px 30px;
		font-size: 11px;
		color: #d49183;
	}
		
	#footerLevel .nav {
		width: 300px;
		height: 40px;
		float: left;
		margin: 20px 100px 0px 0px;
		font-size: 11px;
		color: #d49183;
	}
	
.hrLine {
	width: 600px;
	border-bottom: 1px solid #f3dcd7;
	margin-bottom: 20px;
	margin-top: 10px;
}


.col {
	width: 300px;
	float: left;
}

.clear {
	clear: both;
}

#defaultForm {
	margin-top: 20px;
}

#defaultForm .line {
	width: 300px;
	margin-bottom: 10px;
}
	
	#defaultForm .line input {
		width: 250px;
	}

.imgBox {
	width: 160px;
	height: 120px;
	background-image: url(/images/bck_imgbox.gif);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}	

	.imgBox img {
		border: 1px solid #f7d5cc;
		margin-top: 15px;
	}

ol.oferta { margin-top: 10px; width: 100%; margin-left: 0px; padding-left: 0px; }
ol.oferta li { 
	border-bottom: 1px solid #f3dcd7; 
	margin-bottom: 10px; 
	font-size: 13px; 
	font-weight: bold; 
	color: #DD4C49;
	list-style: none;
}
	ol.oferta li a { font-weight: normal; }

ol.oferta ul li {
	font-size: 12px;
	color: #6A5151;
	margin-bottom: 5px;
	border: none;
	font-weight: normal;
	list-style: disc;
}

ol.oferta li p {
	font-weight: normal;
	color: #6A5151;
	margin-left: 20px;
	margin-top: 0px;
}


a.showInfo {
	font-size: 11px;
	margin-left: 10px;
}	
	
	
	
