
html, body
	{
	margin:0;
	padding:0;
	background:#fff url(../images/bg.gif) repeat-x;
	font:normal 12px Verdana, Arial, Helvetica, Sans-serif;
	color:#000;
	}


form
	{
	margin:0;
	padding:0;
	}

H1
	{
	font:normal 18px Verdana, Arial, Helvetica, Sans-serif;
	color:#9dc938;
	padding:0px 0px 10px 0px;
	margin:0;
	}

H2
	{
	font:normal 14px Verdana, Arial, Helvetica, Sans-serif;
	color:#9dc938;	
	}

H3, H4, H4, H5, H6
	{
	font:normal 13px Verdana, Arial, Helvetica, Sans-serif;
	font-weight:bold;
	color:#9dc938;	
	}

a:link, a:visited
	{
	color:#000;
	}

a:hover
	{
	color:#f60;
	}



/* --- Általános DIV stílus --- */

			

#container_outer						
	{
	position:relative;
	margin:0 auto;

	width:1000px;
	}

#container_inner						
	{
	margin:0;
	padding:0;
	background:url(../images/cont_bg.gif) repeat-y;
	width:1000px;
	}

#header
	{
	width:1000px;
	height:169px;
	background:url(../images/header_bg.jpg) no-repeat;
	}

#date
	{
	font-size:11px;
	color:#FFF;
	}

#date table
	{
	height:26px;
	}
	
#date img
	{
	border:0;
	}

a.link_top1:link, a.link_top1:visited 	
	{    
	color: #175009;
	text-decoration: none;
	font-weight:bold;
	}

a.link_top1:hover 
	{   
	color: #f60; 
	text-decoration: none;	
	}

.textfield
	{
	width:98px;
	height:14px;
	border:1px solid #000;
	font-size:11px;
	}

.search_button
	{
	border:0;
	color:#fff;
	font-size:11px;
	background:url(../images/search_button_bg.gif) no-repeat;
	width:50px;
	height:20px;
	cursor:pointer;
	}
	
.button
	{
	border:0;
	color:#fff;
	font-size:11px;
	background:url(../images/button_bg.gif) no-repeat;
	width:75px;
	height:20px;
	cursor:pointer;
	}

#date div
	{
	padding-top:10px;
	padding-right:5px;
	}

#topnavbox
	{
	float:left;
	width:792px;
	}

#infoline
	{
	background: #c9d7c6;
	}

#infoline table
	{
	height:30px;
	padding-left:10px;
	color:#175009;
	}

#topnav
	{
	width:100%;
	color:#f00;
	font-weight:bold;
	font-size:11px;
	float:left;
	background: #f00 url(../images/topnav_bg.gif) repeat-x;
	}

#topnav table
	{
	padding-left:10px;
	height:46px;
	color:#175009;
	}

a.link_top3:link, a.link_top3:visited 	
	{    
	color: #000;
	text-decoration: none;
	font-weight:bold;
	}

a.link_top3:hover 
	{   
	color: #f00; 
	text-decoration: none;	
	}

/* --- Középső dobozok --- */

#centerbox
	{

	}

#leftbox
	{
	background:url(../images/leftbox_bg.gif) repeat-y;
	float:left;
	width:208px;
	}

#contentbox
	{
	position:relative;
	float:left;
	width:792px;
	}
	
#content
	{
	width:582px;
	float:left;
	padding:10px;
	}

#content .li
	{
	list-style-image: url(../images/bullet.gif);
	}

/* --- Jobboldali doboz --- */

#rightbox
	{
	float:left;
	width:190px;
	}
	
#tabbox
	{
	height:170px;
	background:url(../images/tabber_bg.gif) no-repeat;
	}
	
#tabbox .td1
	{
	color:#175009;
	font-weight:bold;
	height:46px;
	}
	
#tabbox .td2
	{
	font-size:11px;
	height:14px;
	}
	
#tabbox .td3
	{
	height:20px;
	}

#rightbox_content
	{
	padding:5px;
	font-size:10px;
	text-align:justify;
	}

#rightbox_content a:link, #rightbox_content a:visited 
	{
	color:#ff6600;
	text-decoration:none;
	}
	
#rightbox_content a:hover 
	{
	color:#f00;
	text-decoration:underline;
	}

#rightbox_content img
	{
	float:left;
	margin:5px 3px 0px 0px;
	}

a.link_rightbox:link, a.link_rightbox:visited 	
	{    
	color: #004d99;
	text-decoration: none;
	font-weight:bold;
	}

a.link_rightbox:hover 
	{   
	color: #f00; 
	text-decoration: none;	
	}

/* --- Tartalom --- */

#toolbar
	{
	position:absolute;
	z-index:10000;
	text-align:right;
	width:582px;
	height:32px;
	top:245px;
	left:220px;
	padding-top:4px;
	border-bottom:1px solid #9dc938;
	}
	
#toolbar img
	{
	border:0;
	}
	
/* --- Tartalom hír dobozok --- */

#textbox1
	{
	background:#c9d7c6;
	border:1px solid #95b38f;
	padding:5px;
	color:#45663d;
	font-size:11px;
	text-align:justify;
	}

#textbox1 .title, #textbox2 .title
	{
	color:#45663d;
	font-weight:bold;
	font-size:12px;
	}

#textbox1 a:link, #textbox1 a:visited 
	{
	color:#45663d;
	}

#textbox1 a:hover
	{
	color:#f00;
	}


/* --- Lábléc --- */

#footer
	{
	background: #175009 url(../images/footer_bg.gif) no-repeat top left;
	}

#footer .footertable
	{
	padding-top:4px;
	height:48px;
	}

#footer td
	{
	color:#c5d3c1;
	font-size:11px;
	}


a.link_footer:link, a.link_footer:visited 	
	{    
	color: #c5d3c1;
	text-decoration: none;
	font-weight:normal;
	}

a.link_footer:hover 
	{   
	color: #f00; 
	text-decoration: none;	
	}

/* --- Egyéb --- */


.clearboth
	{
	clear:both
	}

.pointline
	{
	background:url(../images/pointline.gif) repeat-x;
	padding:0px;
	margin:0px;
	}

/* --- Táblázat stílus --- */

.table
	{
	border:1px solid #c9d7c6;
	}

.table_header
	{
	padding:5px;
	color:#fff;
	font-weight:bold;
	background:#487b1a;
	border-bottom:1px solid #fff;
	}

.table_td1
	{
	padding:5px;
	background:#e9efe8;
	border-bottom:1px solid #fff;
	}

.table_td2
	{
	padding:5px;
	background:#f4f7f4;
	border-bottom:1px solid #fff;
	}