/*----- Általános stílusok -----*/

html, body
	{
	margin:0;
	padding:0;
	background:#005c86 url(../images/bg.gif) repeat-x;
	font:12px normal Verdana, Arial, Helvetica, Sans-Serif;
	}


form
	{
	margin:0;
	padding:0;
	}


/*----- DIV stílusok -----*/

#container						/* befoglaló konténer */
	{
	margin:0 auto;
	padding-top:10px;
	background:url(../images/container_right_shadow.png) repeat-y 985px 0px;
	width:1000px;
	}

#alap
	{
	width:970px;
	margin:0px auto;
	padding:0;
	background:url(../images/cont_bg.gif) repeat-y;
	}

#header							/* honlap fej */
	{
	margin:0px;
	padding:0;

	}

#header_top						/* fejléc felső doboz */
	{
	background:url(../images/header_top.gif) no-repeat;
	width:;
	height:70px;	
	}

#header_top td
	{
	color:#fff;
	}

#header_date						/* dátum doboz */
	{
	margin:0px;
	padding:10px 0px 0px 0px;
	text-align:right;
	}

#header_date td
	{
	color:#000
	}

#header_nav						/* fejléc navigáció */
	{
	background:url(../images/header_nav_bg.gif) no-repeat;
	height:35px;
	}

#top_menu
	{
	font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
	color:#fff;
	padding:10px 16px 0px 26px;
	text-transform: uppercase;
	}

#greyline
	{
	height:29px;
	background:url(../images/greyline.gif) no-repeat;
	}

#dhtmlgoodies_menu
	{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	width:180px;
	height:260px;
	font-variant: small-caps;
	font-size: 11px;
	font-weight: bold;
	}

#leftnav_cont ul
	{
	padding:0;
	margin:0;
	}

#content						/* tartalom doboz */
	{
	background-image:url(../images/cont2_bg.gif);
	background-repeat:repeat-x;
	padding:0px 14px 0px 14px;
	margin:0px 1px 0px 1px;
	}

#contentbg
	{
	height:100%;
	padding:0;
	margin:0;
	background-image:url(../images/cont3_bg.gif);
	background-repeat:repeat-y;
	border-bottom:1px solid #e9f7fd;
	}

#centerbox
	{
	float:left;
	width:578px;
	}

#contentbox_cont2
	{
	padding:0px 15px 15px 15px;
	font-size:12px;
	color:#000;
	text-align:justify;
	}

#rightbox
	{
	float:left;
	width:179px;
	background:#4ca7d0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e9f7fd;
	border-right-color: #e9f7fd;
	border-bottom-color: #e9f7fd;
	border-left-color: #e9f7fd;
	}

#rightbox .cont
	{
	padding:10px 5px 10px 5px;
	}

#footer							/* honlap láb */
	{
	margin:0px;
	padding:10px 0px 0px 0px;
	background:url(../images/footer_bg.gif) no-repeat;
	}

a.linkfoot:link, a.linkfoot:visited 			/* a lábléc linkjei */
	{    
	color: #000;
	text-decoration: none;
	font-weight:normal;
	}

a.linkfoot:hover 
	{   
	color: #c2edff; 
	text-decoration: none;	
	}

.clearboth
	{
	clear:both; 
	}

.pointline						/* elválasztó pontvonal */
	{
	background:url(../images/pointline.gif) repeat-x 0px 5px;
	height:10px;
	padding:0px;
	margin:0px;
	}

.src_txtfield
	{
	width:120px;
	border:0;
	background:#eaf5ff;
	}

.src_button
	{
	margin:0;
	padding:0;
	width:27px;
	height:26px;
	border:0;
	background:url(../images/search_button.gif);
	cursor:pointer;
	}


a.linkref:link, a.linkref:visited 			/* a referenciáink box linkjei */
	{    
	color: #005c86;
	text-decoration: none;
	font-weight:normal;
	}

a.linkref:hover 
	{   
	color: #ff7e00; 
	text-decoration: none;	
	}

a.link_kedvenc:link, a.link_kedvenc:visited 			/* a referenciáink box linkjei */
	{    
	color: #000;
	text-decoration: none;
	font-weight:normal;
	}

a.link_kedvenc:hover 
	{   
	color: #ff7e00; 
	text-decoration: none;	
	}

a.link_top:link, a.link_top:visited 			/* a felső navigáció linkjei */
	{
	color: #FFFFFF;
	text-decoration: none;
	}

a.link_top:hover 
	{
	color: #ff7e00;
	text-decoration: none;
	}

.img_left
	{
	float:left;
	margin:0px 5px 5px 0px;
	border:1px solid #d8e9fa;
	}

.img_left2
	{
	float:left;
	margin:0px 5px 5px 0px;
	border:1px solid #6cb6d9;
	}

.lista_om a:link, .lista_om a:visited
	{
	color:#ccefff;
	list-style-image: url(../images/bullet_orange0.gif);
	text-decoration:none;
	}

.lista_om a:hover
	{
	color:#ff7e00;
	list-style-image: url(../images/bullet_orange.gif);
	text-decoration:none;
	}


.lista_hk a:link, .lista_hk a:visited
	{
	color:#ccfff0;
	list-style-image: url(../images/bullet_violett0.gif);
	text-decoration:none;
	}


.lista_hk a:hover
	{
	color:#e158ff;
	list-style-image: url(../images/bullet_violett.gif);
	text-decoration:none;
	}

.lista_rf a:link, .lista_rf a:visited
	{
	color:#fff2f6;
	list-style-image: url(../images/bullet_green0.gif);
	text-decoration:none;
	}


.lista_rf a:hover
	{
	color:#00e1bf;
	list-style-image: url(../images/bullet_green.gif);
	text-decoration:none;
	}