@charset "utf-8";
/* CSS Document */



/*----- Általános stílusok -----*/

html, body
	{
	margin:0px;
	padding:0px;
	background-image: url(../../images/bg_main_x.gif);
	background-position: right top;
	background-repeat: repeat-x;
	font-family:Tahoma;
	font:normal 12px Verdana, Arial, Helvetica, Sans-serif;
	color: rgb(0, 51, 102);
	}

td
	{
	font:normal 12px Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	font-family:Tahoma;
	color:#575757;
    line-height:12px;
	}
	
img
	{
	border:0 none;
	}


form
	{
	margin:0;
	padding:0;
	}

H1
	{
	font:bold 17px Arial, Verdana, Helvetica, Sans-serif;
	color: rgb(153, 51, 0);
	padding:0;
	margin:15px 0 20px 0;
	border-bottom:1px solid rgb(153, 51, 0);
	}

H1 a:visited
	{
	color:rgb(153, 51, 0);
	}

H2
	{
	font:bold italic 15px Arial, Verdana, Helvetica, Sans-serif;
	color:rgb(153, 51, 0);
	padding:0
	}

H2 a:visited
	{
	color:rgb(153, 51, 0);
	}

H3
	{
	display:block;
	font:bold 13px Arial, Verdana, Helvetica, Sans-serif;
	color:rgb(153, 51, 0);
	margin:20px 0 10px 0;
	padding:0;
	}

H3 a:visited
	{
	color:rgb(153, 51, 0);
	}
	
H4, H4, H5, H6
	{
	font:bold 11px Arial, Verdana, Helvetica, Sans-serif;
	color: rgb(153, 51, 0);
	}

H4, H4, H5, H6 a:visited
	{
	color:rgb(153, 51, 0);
	}

a:link
	{
	color:rgb(153, 51, 0);
	font-weight:bold;
	text-decoration:none;
	}

a:visited
	{
	color:rgb(0, 51, 102);
	font-weight:bold;
	text-decoration:none;
	}

a:hover
	{
	font-weight:bold;
	text-decoration:underline;
	}
	
p
	{
	margin:12px 0 12px 0;
	padding:0;
	color: rgb(0, 51, 102);
	}




ul {
	list-style-type:none;
	margin:0; 
	}							

form {
						padding:0;
						margin:0;
						}
input	{
						width:188px;
						height:25px;
						background-color:#ffffff;
						border:1px solid rgb(153, 51, 0);
						font-family:Tahoma;
						font-size:11px;
						color: rgb(0, 51, 102);
						line-height:10px;
						margin:0px 0px 1px 0px;
						padding:5px 0px 0px 9px;
						}
textarea	{
						width:188px;
						height:150px;
						background-color:#ffffff;
						border:1px solid rgb(153, 51, 0);
						font-family:Tahoma;
						font-size:11px;
						line-height:12px;
						color: rgb(0, 51, 102);
						margin:0;
						padding:5px 0px 0px 9px;
						overflow:hidden;
						}
.select_1 {
						color:#818181;
						width:105px;
						font-size:10px;
						margin:10px 0px 4px 0px;
						}	
.select_2 {
						color:#818181;
						width:65px;
						font-size:10px;
						margin:10px 1px 4px 11px;
						}												


/*----- Lightbox -----*/

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



	
/* DIV stílusok */

#container_outer
	{
	margin: 0;
	padding:0 0 15px 0;
	width:100%;
	}
	
#container_inner
	{
	margin:0;
	padding:0;
	width:998px;
	text-align:left;
	background:url(../images/cont_bg.gif) repeat-y 10px 20px;
	}
	
#container_inner_top
	{
	margin:0;
	padding:20px 0 0 0;
	width:998px;
	text-align:left;
	background:url(../images/top_shadow.png) no-repeat 0 top;
	}
	
#container_bottom
	{
	margin:0;
	height:20px;
	width:998px;
	text-align:left;
	background:url(../images/bottom_shadow.png) no-repeat left bottom;
	}
	
.container_left_td
	{
	width:10px;
	background:url(../images/left_shadow.png) repeat-y left top;
	}
	
.container_right_td
	{
	width:10px;
	background:url(../images/right_shadow.png) repeat-y right 0;
	}
	
.container_center_td
	{
	background:url(../images/cont_bg.gif) repeat-y;
	
	}
	
#header
	{
	width:100%;
	height:255px;
	background:url(../images/header_bg.jpg) no-repeat ;
	}
	
#centerbox
	{
	background:url(../images/centerbox_bg.jpg) no-repeat 250px 0;
	}
	
																					/*  Topmenu  */
	
#topmenu
	{
	height:25px;
	margin:0 11px 0 11px;
	background:#f00;
	background:url(../images/topmenu_bg.gif) repeat-x;
	}
	
#topmenu_inner
	{
	float:left;
	width:750px;
	text-align:right;
	font-size:11px;
	padding:5px 0 0 0;
	}

#topmenu_inner ul, #tools ul
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	}

#topmenu_inner ul li, #tools ul li 
	{ 
	float: right; 
	}

#topmenu_inner ul li a, #tools ul li a
	{
	text-decoration: none;
	float: left;
	margin: 0px;
	padding:0 10px 0 25px;
	font-size:11px;
	}
																					/*  Topmenu Home  */	
	
#topmenu_inner li.home a:link, #topmenu_inner li.home a:visited
	{
	background: url(../images/ico_home.gif) no-repeat 7px 3px;
	}
	
#topmenu_inner li.home a:hover
	{
	background: url(../images/ico_home_h.gif) no-repeat 7px 3px;
	color: #5a7ee1;
	}
	
																					/*  Topmenu Login  */
	
#topmenu_inner li.login a:link, #topmenu_inner li.login a:visited
	{
	background: url(../images/ico_login.gif) no-repeat 7px 3px;
	}
	
#topmenu_inner li.login a:hover
	{
	background: url(../images/ico_login_h.gif) no-repeat 7px 3px;
	color: #5a7ee1;
	}
	
																					/*  Topmenu Registration  */

#topmenu_inner li.reg a:link, #topmenu_inner li.reg a:visited
	{
	background: url(../images/ico_reg.gif) no-repeat 7px 4px;
	}
	
#topmenu_inner li.reg a:hover
	{
	background: url(../images/ico_reg_h.gif) no-repeat 7px 4px;
	color: #5a7ee1;
	}
	
																					/*  Topmenu Contact */
	
#topmenu_inner li.contact a:link, #topmenu_inner li.contact a:visited
	{
	background: url(../images/ico_contact.gif) no-repeat 7px 3px;
	}
	
#topmenu_inner li.contact a:hover
	{
	background: url(../images/ico_contact_h.gif) no-repeat 7px 3px;
	color: #5a7ee1;
	}
	
																					/*  Tools Mail to friend */

#tools li.mailto_frend a:link, #tools li.mailto_frend a:visited
	{
	background: url(../images/ico_mailto.gif) no-repeat 7px 1px;
	line-height:15px;
	}
	
#tools li.mailto_frend a:hover
	{
	background: url(../images/ico_mailto_h.gif) no-repeat 7px 1px;
	color: #5a7ee1;
	line-height:15px;
	}
	
																					/*  Tools Print */

#tools li.print a:link, #tools li.print a:visited
	{
	background: url(../images/ico_print.gif) no-repeat 7px 0;
	line-height:15px;
	}
	
#tools li.print a:hover
	{
	background: url(../images/ico_print_h.gif) no-repeat 7px 0;
	color: #5a7ee1;
	line-height:15px;
	}
	
/* Language selector */
	
#lang_selector
	{
	font-size:12px;
	float:right;
	width:180px;
	text-align:right;
	padding:5px 10px 0 0;
	}
	
#lang_selector a
	{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
	
/* ------------------------------------- Center Box --------------------------------------------- */

/*  Left Column  */

#leftcol
	{
	float:left;
	width:250px;
	background: url(../images/leftcol_bg.gif);
	}
	
.menuline
	{
	margin:0 0 -1px 0;
	padding:0;
	height:22px;
	width:100%;
	border-bottom:1px dotted #6e95c5;
	}
	
#dhtmlgoodies_menu
	{
	padding-left:10px;
	padding-right:10px;
	background: url(../images/leftcol_bg1.gif) no-repeat;
	min-height:470px;
	_height:470px;
	}
	
#contentbox_outer
	{
	float:left;
	width:720px;
	}
	
#tools
	{
	float:left;
	width:300px;
	padding-top:45px;
	background:#;
	}

#search
	{
	float:left;
	width:420px;
	padding-top:16px;
	background:#;
	}
	
#search td
	{
	font-size:11px;
	}
	
#search .td1
	{
	padding-left:25px;
	height:25px;
	color:#00489b;
	font-size:11px;
	background:url(../images/ico_search.gif) no-repeat 7px 6px;
	}
	
#search .td2
	{
	
	}
	
.textfield_search
	{
	border:1px solid #5b89bf;
	background:#fff;
	width:140px;
	height:16px;
	padding-left:3px;
	margin-left:5px;
	margin-right:5px;
	color:#00489b;
	}

.button_search
	{
	width:65px;
	height:20px;
	border:0;
	padding:0;
	margin:0 ;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/button_bg.gif) no-repeat;
	cursor:pointer;
	text-transform: uppercase;
	}
	
#content_inner
	{
	text-align:left;
	padding:13px 0 0 0;
	}
	
#content_inner p
	{
	text-align:left;
	}
	
#content_inner ul
	{
	padding:0;
	margin:0 0 0 15px;
	}
	
#content_inner li
	{
	list-style-type:none;
	background:url(../images/bullet_blue.gif) no-repeat 0 6px;
	margin:0;
	padding:0 0 0 10px;
	}
	
#mainmenu_outer
	{
	padding-top:146px;
	width:970px;
	height:39px;
	background:url(../images/mainmenu_bg.gif) no-repeat;
	}
	
#mainmenu_inner
	{
	padding:0;
	color:#FFFFFF;
	background:;
	}

#mainmenu_inner ul, #mainmenu_inner li
	{
	display:inline;
	font-weight:bold;
	}
	
#mainmenu_inner li a:link, #mainmenu_inner li
	{
	padding:0 5px 0 15px;
	background:url(../images/bullet1.gif) no-repeat 0 3px;
	text-decoration:none;
	color:#fff;
	}
	
#mainmenu_inner li a:hover
	{
	padding:0 5px 0 15px;
	background:url(../images/bullet1h.gif) no-repeat 0 3px;
	text-decoration:none;
	color:#f00;
	}

#footer_outer
	{
	background: url(../images/footer.gif) no-repeat center;
	height:66px;
	margin-top:15px;
	}
	
#footer_inner
	{
	padding-top:30px;
	padding-right:10px;
	}

#footer_inner td
	{
	font-size:11px;
	color:#00489b;
	}
	
#footer_inner td a
	{
	text-decoration:none;
	}
	
/* --- Általános form stílus --- */


.button2
	{
	width:120px;
	height:22px;
	border:0px;
	font-weight:bold;
	font-size:11px;
	background:url(../images/button2.gif);
	cursor:pointer;
	}

.img_left
	{
	float:left;
	padding:2px;
	margin:0 8px 8px 0px;
	border:1px solid #ccdaeb;
	}

.img_right
	{
	float:right;
	padding:2px;
	margin:0 0px 8px 8px;
	border:1px solid #ccdaeb;
	}

.clearboth
	{
	clear:both;
	}
	
/* --- Táblázat stílus --- */

.table
	{
	border:1px solid #aec4df;
	}

.table_header
	{
	padding:5px;
	color:#000;
	font-weight:bold;
	height:20px;
	background:#ccdaeb;
	border-bottom:1px solid #fff;
	}

.table_td1
	{
	padding:5px;
	background:#e5ecf5;
	border-bottom:1px solid #fff;
	}

.table_td2
	{
	padding:5px;
	background:#f2f6fa;
	border-bottom:1px solid #fff;
	}
	




/*----------------------------- ------------------------*/
.header a	{
						color:#717171;
						text-decoration:none;
						}
.header a:hover {
						color:#717171;
						text-decoration:underline;
						}
.txt_white td	{
						color:#ffffff;
						padding:0px 0px 0px 0px;
						}	
.bg_point2_y	{
						background-image: url(../../images/bg_point2_y.gif);
						background-position: 3px top;
						background-repeat: repeat-y;
						height:19px;
						}																						
.bg_point1_y	{
						background-image: url(../../images/bg_point1_y.gif);
						background-position: 3px top;
						background-repeat: repeat-y;
						height:15px;
						}
					
					
.bg_right_gum	{
						background-image: url(../../images/bg_right_gum.gif);
						background-position: left top;
						background-repeat: repeat;
						}
.col {
						color:#595858;
						}	
.col a	{
						color:#595858;
						text-decoration:underline;
						}
.col a:hover	{
						color:#595858;
						text-decoration:none;
						}
.link_1 a	{
						color:#8B7F60;
						text-decoration:underline;
						}
.link_1 a:hover	{
						color:#8B7F60;
						text-decoration:none;
						}		
.link_2 span a	{
						color:#8B7F60;
						text-decoration:none;
						}
.link_2 span a:hover	{
						color:#8B7F60;
						text-decoration:underline;
						}	
.link_2 a	{
						color:rgb(153, 51, 0);
						text-decoration:none;
						}
.link_2 a:hover	{
						color:rgb(153, 51, 0);
						text-decoration:underline;
						}																											
/*----------  list_0_1	 ---------------------*/
.list_0_1	li	{
						background-image: url(../../images/marker_1.gif);
						background-position: 0% 2px;
						background-repeat: no-repeat;
						font-size:11px;
						margin:0px 0px 0px 0px; 
						padding:0 0 0 15px;
						height:12px;
						line-height:11px;
						color:rgb(0, 51, 102);
						}
.list_0_1 li a	{
						color:#575757;
						font-size:11px;
						text-decoration:underline;

						}
.list_0_1 li a:hover	{
						color:#575757;
						font-size:11px;
						text-decoration:none;
						}						
/*----------  list_1_1	 ---------------------*/
.list_1_1	li	{
						background-image: url(../../images/marker_2.gif);
						background-position: 0% 4px;
						background-repeat: no-repeat;
						font-size:11px;
						margin:0px 0px 5px 0px; 
						padding:0 0 0 14px;
						height:13px;
						line-height:12px;
						color:rgb(0, 51, 102);
						}
.list_1_1 li a	{
						color:#575757;
						font-size:11px;
						text-decoration:none;

						}
.list_1_1 li a:hover	{
						color:#575757;
						font-size:11px;
						text-decoration:underline;
						}							
/*---------- footer	 ---------------------*/
.footer	{
						color:#7B7B69;
						font-size:11px;
						padding:22px 0px 0px 0px;

						}	
.footer a	{
						color:#7B7B69;
						font-size:11px;
						text-decoration:none;
						}
.footer a:hover	{
						color:#7B7B69;
						font-size:11px;
						text-decoration:underline;
						}																


/*---------- topnav for menu ---------------------*/

.topnav_td
	{
	width:92px;
	background:url(../../images/menu_0.gif);
	padding-top:16px;
	text-align:center;
/*	text-transform:uppercase; */
	font-size:11px;
	font-weight:bold;
	}

a.topnav:link, a.topnav:visited
	{
	color:#fff;
	text-decoration:none;
	}

a.topnav:hover
	{
	color:#2f2d0e;
	text-decoration:none;
	}



