/* CSS Document */
body 		{	background-image: url(images/hatter.gif);
				background-repeat: repeat;			} 
				
#tartalom 	{
	background-color: #30598A;
	border: 1px solid #30598A;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
} 
				
#index_tartalom {
	background-color: #FFFFFF;
	border: 1px solid #30598A;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #30598A;
} 


.BrowserInfo {	text-align:center;
				font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #0A3C79;
				background-color: #AECBED;
				padding: 5px;	margin-top: 10px;
			}

.Ujdonsagok {	text-align:center;
				font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FFFFFF;
				background-color: 70A9ED;
				padding: 5px;	margin-top: 10px;
			}

/* a "clear: both;" varzsige mukdst tekintve kb trli a float jellemzot. */
.varazsige 	{	clear: both;	}

/* a Fooldalon levo portre kep igazitasa*/					
.Portre 	{	float: right;	margin-right:25px;	margin-top: 10px;	margin-bottom: 10px;	margin-left: 25px;
			}


/*************************************************/
/*   Kepgaleria oldalon hasznalt DIV-ek          */
/*************************************************/	
.GaleriaKepKeret	{	float:left;
						width: 110px;	height: 125px;
						border: 1px solid #CCCCCC;
						text-align:center;
						padding: 1px;
					}

.GaleriaSzoveg		{	float:right;
						width: 430px;	height: 120px;
						text-align: justify;
					}
					



/*************************************************/
/*   'Naplom' oldalon hasznalt DIV-ek          	 */
/*************************************************/	
.Honap	 			{
	font-family:Georgia, "Times New Roman", Times, serif; 
	text-align: justify;	font-size: 24px;	color:#0A3C79;
	padding: 15px;	margin: 8px;
	/* background-image: url(images/Menu_bckground.png);	background-repeat: repeat-x; */
	background-color: #70A9ED;
	border: 1px outset #AECBED;
	}
				
.BluePdr 			{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:justify;
	letter-spacing: normal;
	/*background-image: url(images/Pdr_bckground.png);
	background-repeat: repeat-x; */
	background-color: #30598A;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/bullet.png);
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 10px;
	z-index: -1;
	border: 1px inset #AECBED;
					}


.PdrFenykep			{	background-repeat: no-repeat;
						width: auto;	height: auto;	margin: 5px;
					}

.PdrFenykep img 	{	float: none;	border: 1px solid #999999;
					}

.lapteto			{	font-family: Georgia, "Times New Roman", Times, serif	; 	
						font-size: 12px;	text-align: center					;
						width: auto;		padding: 15px						;
						margin-right: auto;	margin-left: auto					;
					}


/*************************************************/
/*   Dividerek: 4 fajta                          */
/*************************************************/	
#DividerJatek	 	{	background-image: url(images/Jatek.gif)		;
						background-repeat: no-repeat				;
						background-position: center					;
						height: 60px;	width: auto					;
					}

#DividerMacik 		{	background-image: url(images/Macik.gif)		;
						background-repeat: no-repeat				;
						background-position: center					;
						height: 60px;	width: auto					;
					}

#DividerMasni 		{	background-image: url(images/Masni.gif)		;
						background-repeat: no-repeat				;
						background-position: center					;
						height: 60px;	width: auto					;
					}

#DividerCumisuveg 	{	background-image: url(images/Cumisuveg.gif)	;
						background-repeat: no-repeat				;
						background-position: center					;
						height: 60px;	width: auto					;
					}




/*************************************************/
/*   Szovegformazas                              */
/*************************************************/	
p, ul, li		{	font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 12px;	color: #FFFFFF;							} 
.lastupdate 	{	color: #990000;												}
.uj				{	color: #F60;	font-size: 9px;								}
.honlapcim 		{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;	color: #FFCC00;	font-size: 24px;		}
.eros			{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;	color: #66FFFF;	font-size: 24px;		}
.Iniciale 		{	font-size: 16px;	font-weight: bold;	font-style: italic;		color: #C48E38;}
.style_alcim 	{	color: #FFA312;font-weight: bold;							}
.KekBetu 		{	color: #0000CC;												}
.PirosBetu 		{	color: #FF0000;												}

a:link, a:visited				{	color: #FFC66D;	text-decoration: underline;	}
a:link:hover, a:visited:hover 	{	color: #30598A;	background-color: #FFC66D;	}




/*************************************************/
/*   LightBox                                    */
/*************************************************/	
/*
Part 1 - Setup
	Lightbox v2.0 uses the Prototype Framework and Scriptaculous Effects Library. You will need to include these three Javascript files in your header. 
		<script type="text/javascript" src="js/prototype.js"></script>
		<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
		<script type="text/javascript" src="js/lightbox.js"></script>

	Include the Lightbox CSS file (or append your active stylesheet with the Lightbox styles). 
		<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
		
	Check the CSS and make sure the referenced prevlabel.gif and nextlabel.gif files are in the right location. Also, make sure the loading.gif and closelabel.gif files as referenced near the top of the lightbox.js file are in the right location. 

Part 2 - Activate

	Add a rel="lightbox" attribute to any link tag to activate the lightbox. For example: 
		<a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>
		Optional: Use the title attribute if you want to show a caption. 

	If you have a set of related images that you would like to group, follow step one but additionally include a group name between square brackets in the rel attribute. For example: 
		<a href="images/image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
		<a href="images/image-2.jpg" rel="lightbox[roadtrip]">image #2</a>
		<a href="images/image-3.jpg" rel="lightbox[roadtrip]">image #3</a>
		
	No limits to the number of image sets per page or how many images are allowed in each set. Go nuts!
*/

#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: #FFFFFF; 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(eszkozok/LightBox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(eszkozok/LightBox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #FFFFFF; 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: #333333; }
/* LightBox ends here */
