body {
	background-color: #FDF9EA;
	margin: 5px 0px 0px 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
}

	a {
		font: normal Arial, Helvetica, sans-serif;
		color: #491F10;
		text-decoration: none;
		outline: none;
	}

		a:hover	{
			font: normal Arial, Helvetica, sans-serif;
			text-decoration: none;
			color:#FFAD2A;
		}
	




ul {
	margin:0px;
	padding:0px;
	margin-top:0px;
	}

li	{
	list-style-image: url(../_img/li.gif); 
	font: normal 12px Arial, sans-serif; 
	color: #000000;
	line-height: 14px;
	margin-left: 16px;
	margin-bottom: 2px;
}
dd {
        position: relative; left: -30px;
}

#menu0 dd.active { font-weight: bold; }

.input {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #1F2F37;
	padding-left: 3px;
	border: solid 1px #D4D2BF;
	background-color: #ffffff;
	height: 18px;
	margin-top: 3px;
}

textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #272626;
	padding-left: 3px;
	border: solid 1px #D4D2BF;
	background-color: #ffffff;
}

.select {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #272626;
	border: solid 1px #D4D2BF;
	background-color: #F8F0DE;
	height: 18px;
	margin-top: 3px;
}

#space_bottom {
	padding-bottom: 0px;
}








/* -----------------------------------------------------------  LOGO */


.logo {
	background-color:#491F10;
	text-align:center;
	height: 202px;
}

.logo .tekst {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.logo .tekst a {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #79331C;
	text-decoration: underline;
}

	.logo .tekst a:hover {
		font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
		color: #FFAD2A;
		text-decoration: underline;
	}



/* -----------------------------------------------------------  MENU LEFT */


.menu_left {
	list-style:none;
}

.menu_left a{
	background-image:url(../_img/menu_left_bg.gif);
	background-repeat:no-repeat;
	width: 168px;
	height: 30px;
	display:block;
	text-decoration: none;
	color:#F7F6EB;
	text-align:center;
}

.menu_left a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}



/* -----------------------------------------------------------  BOX SPECIAL */

.box_special {
	background-color: #FFFFFF;
	border: solid 1px #E6E5DE;
	padding: 25px 25px 10px 22px;
	display: block;
}

.box_special .nagl {
	font-weight: bold;
	color: #FFAD2A;
}


/* -----------------------------------------------------------  NEWS */

.news .nagl {
	font-weight:bold;
	color:#20566E;
}

.news a {
	color:#20566E;
	text-decoration:underline;
}

	.news a:hover {
		color: #0292D3;
		text-decoration: underline;
	}

.news .nagl2 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color:#094560;
}

.news .nagl3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#094560;
}

/* -----------------------------------------------------------  PAMIETNIK PODR. */


	.galeria a {
		border:solid 10px #E9E8DB;
		width:142px;
		display:block;
	}
	
	
	.galeria a:hover {
		border:solid 10px #ffffff;
	}


	.galeria2 a {
		border:solid 7px #E9E8DB;
		background-color: #E9E8DB;
		display:block;
		width:132px;
		overflow:hidden;
	}

	.galeria2 a:hover {
		border:solid 7px #ffffff;
		background-color: #ffffff;
	}

	.galeria2 td {
		border-bottom: solid 6px #F7F6EB;
	}

/* -----------------------------------------------------------  FOOTER */

.footer {
	border-top: solid 2px #D9D7C9;
	width: 850px;
	padding-top: 12px;
	margin-top: 2px;
}
.footer2 {
   text-align:right;
  	font: 10px Arial, Helvetica, sans-serif;
   color: #ACAF9C;
   padding-bottom: 15px;
}
.footer2 a {
	color: #ACAF9C;
}
.footer2 a:hover {
   color:#FFAD2A;
}

/* -----------------------------------------------------------  LIGHTBOX */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../_img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../_img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	
	/*
	
#logos {
	padding-top:4px;
}

#logos ol.items {
	list-style: none;
	margin:0;
}


#logos ol.items li {
	padding:0px 20px 20px 0px;
	margin:0;
	float:left;
	line-height:142px;
	text-align:center;
}

#logos ol.items a {
	border:solid 12px #E9E8DB;
	background-color: #E9E8DB;
	display:block;
	width:136px;
	overflow:hidden;
}

#logos ol.items a:hover {
	border:solid 12px #ffffff;
	background-color: #ffffff;
}

#logos ol.items a img {
	position: relative;
	top:expression((142-this.offsetHeight)/2);
	vertical-align: middle;
}

*/


#logos {
	padding-top:4px;
}

	#logos ol.items {
		list-style:none;
		margin:0;
	}

		#logos ol.items li {
			padding:0 5px 5px 0;
			float:left;
			line-height:142px;
			text-align:center;
		}

#logos ol.items a {
	border:solid 12px #E9E8DB;
	background-color: #E9E8DB;
	display:block;
	width:136px;
	overflow:hidden;
}

#logos ol.items a:hover {
	border:solid 12px #ffffff;
	background-color: #ffffff;
}

				#logos ol.items a img {
					position:relative;
					top:expression((142-this.offsetHeight)/2);
					vertical-align:middle;
				}
				
.p1 { margin-top:7px; font-size:13px; font-weight:bold }			
				
