body {
	font-family:Gill Sans, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;
	background-color:#fff;
	background-image:url(/gfx/bg-body.gif);
	background-repeat:repeat-x;
	padding-top:40px;
	color:#462f22;
}
#container {
	width:900px; margin:0 auto; background-color:#e3d8ad;
}

#top {
	width:900px;
	height:180px;
	background-color:#a48e73;
	text-align:center;
}

h1 {
	color:#462f22;
	font-family:Gill Sans, sans-serif;
	font-weight:bold;
	font-size:20px;
	margin-top:0;
	margin-bottom:10px;
}
h2 {
	color:#462f22;
	font-family:Gill Sans, sans-serif;
	font-weight:bold;
	font-size:16px;
	margin-top:0;
	margin-bottom:0;
}

h3 {
	color:#462f22;
	font-family:Gill Sans, sans-serif;
	font-weight:bold;
	font-size:16px;
	margin-top:0;
	margin-bottom:0;
}

a {
	text-decoration:underline;
	color:#462f22;
}
p {
	margin-top:0;
	line-height:22px;

}
.keret {
	border:2px solid #a48e73;
}

#content {
	width:850px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
}
	#navbar {
		padding-top:10px;
		padding-bottom:10px;
		color:#a48e73;
		font-size:12px;
	}
		#navbar a {
			color:#a48e73;
		}
	
	.ternerekL {
		display:block;
		width:420px;
		height:110px;
	}

		.ternerekL img {
			margin-right:10px;
			float:left;
			border:2px solid #a48e73;
		}

#footer {
	text-align:center;
	margin:0 auto;
	width:850px;
	padding-top:10px;	
	color:#a48e73;
	font-size:12px;
}
	#footer a{
		color:#a48e73;	
	}

	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/gfx/lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/gfx/lb/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



#menu {	
	margin:0;
	padding:0;
	padding-top:15px;
	color:#fff;
	padding-left:8px;
}
	
	#menu li {
		float:left;
		list-style: none;
	}

	#menu li a {
		color:#fff;
		text-decoration:none;
		font-size:13px;
		padding-left:8px;
		padding-right:8px;
		white-space: nowrap;
		display:block;
		height:27px;
		line-height:20px;
	}

	#menu li a:hover { 
		/* text-decoration:underline; */
		background-color:#462f22;
	}
		
		#menu li ul {
			margin: 0;
			padding: 0;
			padding-top:5px;
			padding-bottom:5px;
			position: absolute;
			visibility: hidden;
			z-index:100
		}
		
		#menu li ul li {
			float: none;
			display: inline;
		}
		
		#menu li ul li a {
			width: auto;
			background-color: #a48e73;
			text-align:left;
			height:25px;
			line-height:25px;
			padding-left:15px; padding-right:15px;
		}
		
		#menu li ul li a:hover { background: #462f22; text-decoration:none; }


#slideshow {
    position:relative; 
	width:900px;
    height:599px;
}
#slideshow IMG { position:absolute; left:0; top:0; }
#slideshow IMG.active { z-index:10; }
#slideshow IMG.last-active { z-index:9; }
