BODY {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
	color: #000000;
}

img,form {
   margin: 0px;
   padding: 0px;
   border: 0px;
}

a:link,:visited {
	color: #000000;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #803300;
	font-style: italic;
	text-decoration: none;
}

a:active {
	color: #803300;
	font-style: italic;
	text-decoration: underline;
}

/* --------------------- nagłówki na podstronach */
h1 {
	text-transform: uppercase;
	font-size: 10pt;
}

/* ------------------------------ AKAPIT TEKSTU */
p {
	margin: 0px;
	margin-bottom: 10px;
	line-height: 15px;
	text-align: justify;
}

.thumb_news {
	border: 1px black solid;
}

div.page {
	width: 950px;
	min-height: 600px;
	position: relative;
	margin: auto;
	border: 1px solid #000000;
}

div.head {
	width: 950px;
	position: relative;
	margin: auto;
}

div.container {
	text-align: justify;
	position: relative;
	float: left;
	margin: 20px;
	margin-top: 10px;
	width: 910px;	/* = 950 */
}

div.centerBox {
	width: 370px;
	margin: auto;
	border: 1px black dotted;
	padding: 5px;
	background-color: #D2B48C;
	text-align: center;
	
}

/*------------------------------------------------------------------------------------------------- MENU */
	div.menu {
		position: relative;
		float: left;
		width: 250px;
		text-align: center;
	}

		div.catContainer {
			width: 250px;
			border: none;
			text-align: center;
			margin: auto;
		}

			div.catElement {
				border: 1px solid #000000;	/*  +2 */
				width: 248px;	/* = 250 */
				height: 28px;	/* =   30 */
				background-image: url("gfx/v_gradient.png");
				background-repeat: repeat-x;
				text-align: left;
				cursor: pointer;
			}

			div.subcatContainer {
				border: 1px solid #000000;	/*   +2 */
				width: 246px;	/* = 248 */
				border-top: none;
				background-image: url("gfx/h_gradient_247.png");
				background-repeat: repeat-y;
				text-align: left;
				font-style: italic;
				margin: auto;
			}

				div.subcatElement {
					text-align: left;
					font-style: italic;
					
				}

				
				/* glupie IE */

				div.p8 { padding: 8px; }
				div.p7 { padding: 7px; }
				div.p6 { padding: 6px; }
				div.p5 { padding: 5px; }
				
				div.p3 {
					padding: 3px;
				}



/*--------------------------------------------------------------------------------------- koniec MENU */

	div.content {
		margin-left: 15px;
		width: 645px;	/* = 490 */
		position: relative;
		float: left;
	}

	div.leftContent {
		width: 250px;
		float: left;
		position: relative;
		margin: auto;
	}
	
	div.centerContent {
		margin-left: 15px;
		margin-right: 15px;
		width: 380px;
		position: relative;
		float: left;
		text-align: justify;
	}
	
	div.rightContent {
		width: 250px;
		float: left;
		position: relative;
		margin: auto;
	}
	


/*-------------------------------------------------------------------------------------- AKTUALNOĹšCI */
	div.aktualnosci {
		margin-left: 10px;
		position: relative;
		float: right;
		width: 240px;
		text-align: center;
	}

		div.aktualnosciTitlebar {
			border: 1px solid #000000;
			width: 238px;	/* = 210 */
			height: 28px;	/* =   30 */
			background-image: url("gfx/v_gradient.png");
			background-repeat: repeat-x;
			text-align: left;
			cursor: pointer;
		}

		div.aktualnosciContainer {
			border: 1px solid #000000;
			width: 236px;	/* = 208 */
			padding-bottom: 10px;
			border-top: none;
			background-image: url("gfx/h_gradient_247.png");
			background-repeat: repeat-y;
			text-align: center;
			margin: auto;
		}

			div.aktualnosciOzdobnik {
				padding-top: 10px;
				padding-bottom: 5px;
				cursor: pointer;
			}

			div.aktualnosciText {
				text-align: left;
				padding: 5px;
				line-height: 150%;
			}

/*---------------------------------------------------------------------------- koniec AKTUALNOĹšCI */


div.formTitleBar {
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;	/*  +2 */
	width: 312px;	
	height: 28px;	/* =   30 */
	background-image: url("gfx/v_gradient.png");
	background-repeat: repeat-x;
	position: relative;
	margin: auto;
}


div.contactFORM {
	width: 300px;
	position: relative;
	text-align: left;
	margin: auto;
	padding: 5px;
	border: 1px #000000 solid;
	background-image: url("gfx/h_gradient_247.png");
	background-repeat: repeat-y;
}

div.formElement{
	padding-top: 4px;
	padding-bottom: 4px;
}

input.form_text {
	position: absolute; 
	right: 5px;
	width: 150px;
	font-size: 8pt;
	height: 15px;
	border: 1px #000000 solid;
}

.form_area {
	width: 300px;
	font-size: 8pt;
	height: 50px;
	overflow: hidden;
	border: 1px #000000 solid;
}

.form_submit {
	width: 50px;
	font-size: 7pt;
	font-weight: bold;
	height: 16px;
	overflow: hidden;
	border: 1px #000000 solid;
}

div.formBottomBar {
	text-align: left;
	border: 1px solid #000000;	/*  +2 */
	width: 312px;	
	height: 28px;	/* =   30 */
	background-image: url("gfx/v_gradient.png");
	background-repeat: repeat-x;
	position: relative;
	margin: auto;
}


/*---------------------------------------------------------------------------------- REKOMENDACJE */
	div.rekomendacje {
		float: right;
		border: 1px solid #C8BEB7;
	}

	div.downloadPDF {
		position: absolute;
		left: 20px;
		top: 40px;
		width: 130px;
		height: 130px;
		background: url('gfx/download_pdf.png') 0 0px;
	}

/*------------------------------------------------------------------------ koniec REKOMENDACJE */


div.photosContainer {
	width: 600px;
	margin: 30px;
	margin-top: 26px;
}

div.flphoto {
	float: left;
	padding: 3px;
}

/* dla weblightboxa */
div#photo {
	position: absolute; 
	top: 20px;
	left: 75px;
	padding: 20px;
	width: 802px;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	border: 1px solid #000000;
	z-index: 2000;	
}

div.inphoto {	/* wykorzystywany jedynie do przyklejania strzałek do krawędzi zdjęcia */
	border: 1px solid #000000;
	float: none;
}

/*-------------------------------------------------------------------------------------------- STOPKA */
div.pageFooter {
	position: relative;
	margin: auto;
	width: 950px;
	height: 20px;
	font-size: 7pt;
}

	div.menu_bottom {
		float: left;
		text-align: left;
		color: #000000;
	}	
		
	div.weblight {
		float: right;
		text-align: right;
		color: #999999;
	}
/*---------------------------------------------------------------------------------- koniec STOPKI */
	
.debug {
	padding: 10px;
	width: 300px;
	color: #000000;
	border: 1px solid #CD7318;
	text-align: left;
}
	
object {
	outline: none;
}

