body {
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(/images/bck_main.gif);
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #40382d;
}

h1,h2,h3,h4,form {
	padding: 0px;
	margin: 0px;
}

	h2 {
		color: #2c2720;
		font-size: 16px;
		background-image: url(/images/ico_header.gif);
		background-position: 0px 3px;
		background-repeat: no-repeat;
		padding-left: 30px;
		margin: 10px 0px 20px 0px;
	}
		
	h3 {
		color: #A8730D;
		font-size: 13px;
		font-weight: bold;
	}

a,link,visited {
	color: #a8730d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.small {
	font-size: 11px;
	color: #B9AF98;
}


.rightCol ul {
	margin: 10px 10px 10px 50px;
	padding: 0px;
}
	
	.rightCol ul li {
		margin-bottom: 7px;
		list-style-type: disc;
	}



.defaultTable tr th {
	background-color: #c2a57e;
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	text-align: center;
}

.defaultTable tr td {
	background-color: #ece8cf;
	padding: 4px 10px 4px 10px;
}

.defaultTable tr td + td {
	width: 150px;
	text-align: right;
	font-weight: bold;
}
	
	* html .defaultTable tr td.cena {
		width: 150px;
		text-align: right;
		font-weight: bold;
	}		



/* --- ID's --- */

#container {
/*	width: 1026px; */
	width: 100%;
	position: absolute;
	top: 0px;
}

#bckColumns {
	width: 433px;
	height: 491px;
	z-index: -1;
	position: absolute;
	top: 0px;
/*	left: 50%;
	margin-left: -400px; */
	left: 0px;
	background-image: url(/images/bck_columns.jpg);
}

#topBar {
	width: 1000px;
	height: 5px;
	background-color: #6e614f;
	margin: 0 auto;
	top: 0px;
	font-size: 1px;
}

#topLevel {
	width: 1000px;
	height: 333px;
	background-image: url(/images/bck_toplevel.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0 auto;
}	

	#topLevel .introduction {
		width: 450px;
		height: 80px;
		position: absolute;
		top: 200px;
		left: 50%;
		margin-left: -430px;
	}
	
	#topLevel .introduction p {
		margin: 0px;
		padding: 0px;
		line-height: 22px;
		text-align: justify;
		color: #806f59;
	}
	#topLevel .introduction p span {
		font-size: 11px;
		font-weight: bold;
	}
	
	#topLevel .contactInfo {
		width: 470px;
		height: 20px;
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: 30px;
		font-size: 11px;
		color: #806f59;
	}
	
	#topLevel .contactInfo span {
		color: #baab98;
	}
	
	#topLevel .contactInfo a {
		color: #aa8e69;
		text-decoration: underline;
	}
	
	#navigation {	
		width: 542px;
		height: 23px;
		position: absolute;
		top: 70px;
		left: 50%;
		margin-left: -42px;
		border-bottom: 1px solid #e1ddb9;
	}
	
	#navigation li.navButton {
		height: 24px;
		padding: 0px;
		margin: 0px 18px 0px 18px;
		cursor: pointer;
	}
	
	*html #navigation li.navButton {
		margin: 0px 14px 0px 14px;
	}
		
		#navigation li.navButton a.navLink {
			background-image: url(/images/navigation_butons.gif);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			width: 77px;
			height: 12px;
			display: block;
		}
		
			* html #navigation li.navButton a.navLink {
				line-height: 8px;
				height: 8px;
			}

		#navigation li.navButton a.navLinkRehabilitacja {
			background-image: url(/images/navigation_butons.gif);
			background-repeat: no-repeat;
			background-position: -77px 0px;
			width: 121px;
			height: 12px;
			display: block;
		}
		
		#navigation li.navButton a.navLinkSpa {
			background-image: url(/images/navigation_butons.gif);
			background-repeat: no-repeat;
			background-position: -198px 0px;
			width: 122px;
			height: 12px;
			display: block;
		}
		
		#navigation li.navButton a.navLinkTurnusy {
			background-image: url(/images/navigation_butons.gif);
			background-repeat: no-repeat;
			background-position: -320px 0px;
			width: 75px;
			height: 12px;
			display: block;
		}		

			#navigation li.navButton a.navLink:hover {
				background-position: 0px -24px;
			}
			#navigation li.navButton a.navLinkRehabilitacja:hover {
				background-position: -77px -24px;
			}
			#navigation li.navButton a.navLinkSpa:hover {
				background-position: -198px -24px;
			}
			#navigation li.navButton a.navLinkTurnusy:hover {
				background-position: -320px -24px;
			}

	
		
		/* Navigation */
		.nav, .nav ul { 
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		.nav {
			z-index: 9;
			position: relative;
		}
		.nav li {
			float: left;
			margin: 0;
			padding: 0;
			position: relative;
		}
		
		
		.nav ul {
			list-style: none;
			margin: 0;
			position: absolute;
			top: -999em;
			left: 0px;
		}
		.nav li:hover ul, .nav li.sfHover ul {
			top: 24px;
		}
		
		.nav ul li {
			float: none;
			background-color: #e1ddb9;
			width: 150px;
			font-weight: normal;
			margin-bottom: 1px;
			padding: 6px 8px 6px 8px;
		}
		
		.nav ul li a {
			text-decoration: none;
			color: #806f59;
			font-size: 12px;
		}
		.nav ul li a:hover {
			text-decoration: underline;
			color: #a8730d;
		}
		

#logo {
	width: 442px;
	height: 174px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -500px;
}

#newsLevel {
	width: 1026px;
	height: 169px;
	background-image: url(/images/bck_newslevel.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #cdc793;
	margin: 0 auto;
}

	#newsLevel .padding {
		padding: 20px 38px 20px 38px;
	}

#brownBox {
	width: 434px;
	height: 130px;
	background-image: url(/images/bck_brownbox_main.gif);
	background-position: top;
	background-repeat: repeat-x;
	float: left;
}
	
	#brownBox .left {
		width: 4px;
		height: 130px;
		background-image: url(/images/bck_brownbox_left.gif);
		background-position: top;
		background-repeat: no-repeat;
		float: left;
	}
	
	#brownBox .right {
		width: 5px;
		height: 130px;
		background-image: url(/images/bck_brownbox_right.gif);
		background-position: top;
		background-repeat: no-repeat;
		float: right;
	}
	
	#brownBox .inside { 
		width: 425px;
		float: left;
	}

	#brownBox .photo {
		height: 100px;
		float: left;
		margin: 14px 10px 0px 10px;
	}
		* html #brownBox .photo { margin: 14px 10px 0px 5px; }
	
		#brownBox .photo img {
			border: 1px solid #FFFFFF;
		}
	
	#brownBox .main {
		width: 230px;
		float: left;
		margin-top: 14px;
		color: #FFFFFF;
	}
	
	#brownBox .main p {
		font-size: 18px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}
	
	#brownBox .main a {
		color: #d89921;
	}
	
	.buttonsLine, .buttonsLineNews { width: 200px; height: 22px; position: absolute; left: 400px; margin-top: 112px; }
	.buttonsLineNews { left: 940px; margin-top: 134px; }
	
	.buttonsLine a, .buttonsLineNews a {
		float: left;
		margin: 0px 5px 0px 0px;
		display: block;
		width: 23px;
		height: 22px;
		background-image: url(/images/but_brownbox.png);
		background-position: top;
		background-repeat: no-repeat;
		font-weight: bold;
		color: #e4e0c1;
		text-align: center;
		line-height: 20px;
	}
	
	.buttonsLine a.act, .buttonsLineNews a.act { background-image: url(/images/but_brownbox_act.png); color: #3e2e10; }

.newsSwapper {
	width: 440px;
	height: 130px;
	float: left;
	margin-left: 70px;
	font-size: 12px;
	line-height: 20px;
}

	.newsSwapper p {
		margin: 10px 0px 10px 0px;
		padding: 0px;
	}
	
.artykulPhoto { width: 150px; float: left; margin-right: 10px; margin-top: 20px; }
.artykulPhoto img { border: 1px solid #CDC793; }

#mainLevel {
	width: 1000px;
	margin: 0 auto;
	background-image: url(/images/bck_mainlevel.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top: 1px solid #d9d2be;
	overflow: hidden;
}

	#mainLevel p {
		text-align: justify;
		line-height: 23px;
	}

	#mainLevel .padding {
		padding: 20px 35px 20px 0px;
		

	}
	
	.col {
		width: 320px;
		float: left;
	}

.leftCol {
	width: 280px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	
}

.rightCol {
	width: 655px;
	float: left;
	overflow: hidden;
}

.clear {
	clear: both;
}


#upfooterLevel {
	width: 1019px;
	background-image: url(/images/bck_upfooter.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 36px;
	margin: 0 auto;
}
#footerLevel {
	width: 100%;
	background-image: url(/images/bck_footerlevel.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 133px;
}

	#footerLevel .data {
		width: 900px;
		margin: 0 auto;
		height: 133px;
	}
		
	#footerLevel .data .col {
		float: left;
		width: 250px;
		margin-right: 50px;
		font-size: 11px;
		color: #bda585;
		line-height: 18px;
		margin-top: 20px;
	}
	
		#footerLevel .data .col a {
			color: #FFFFFF;
		}
	
	#footerLevel .data .realizacja {	
		font-size: 11px;
		width: 200px;
		height: 20px;
		color: #705A3E;
		float: right;
		margin-top: 3px;
	}

.crumbTrail {
	font-size: 11px;
	color: #b9af98;
}
	
	.crumbTrail a {
		color: #b9af98;
	}

ul.subNav {
	margin: 10px 0px 0px 35px;
	padding: 0px;
}
	
	ul.subNav li {
		list-style: none;
		background-image: url(/images/ico_list.gif);
		background-position: 0px 1px;
		background-repeat: no-repeat;
		margin-bottom: 10px;
		padding-left: 25px;
		font-size: 12px;
	}

	ul.subNav li.act {
		text-decoration: underline;
		color: #4d3a15;
	}
	
		ul.subNav li.act a {
			color: #4d3a15;
		}

#zdjecieKamienie {
	width: 234px;
	height: 144px;
	background-image: url(/images/kamienie.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	margin-left: -100px;
	margin-top: 120px;
}

#siteMapBox .level {
	width: 400px;
	line-height: 26px;
	border-top: 1px solid #D9D2BE;
}
#siteMapBox .subLevel {
	width: 400px;
	line-height: 26px;
	margin-left: 40px;
	background-image: url(/images/ico_list.gif);
	background-position: 0px 9px;
	background-repeat: no-repeat;
	padding-left: 15px;	
}

#defaultForm {
}
	
	#defaultForm .line {
		width: 100%;
		margin-bottom: 8px;
	}
	
	#defaultForm .line input {
		background-color: #f0edda;
		border: 1px solid #baaf81;
		color: #776e48;
		font-size: 11px;
		height: 17px;
		padding: 3px;
	}
	
	#defaultForm .line textarea {
		background-color: #f0edda;
		border: 1px solid #baaf81;
		color: #776e48;
		font-size: 11px;
		padding: 3px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		width: 300px;
		height: 150px;
	}

	#defaultForm .line input.wyslij {
		background-color: #40382d;
		border: none;
		color: #FFFFFF;
		font-size: 11px;
		height: 20px;
		padding: 2px;
		width: 60px;
	}
		

.imagesBox {
	background-color: #ece8cf;
	border: 1px solid #cfc299;
	float: right;
	margin-left: 20px;
}
	
	.imagesBox img {
		padding: 5px;
	}

#drukujCennik {
	width: 124px;
	height: 51px;
	float: right;
	margin-bottom: 10px;
}
























