/*----- Általános stílusok -----*/

html, body
	{
	margin:0;
	padding:5px 0px 0px 0px;
	background:#d6ead7 url(../images/bg.gif) repeat-x;
	font:normal 12px Arial, Helvetica, Sans-serif;
	color:#000;
	}


form
	{
	margin:0;
	padding:0;
	}

H1
	{
	font:bold 20px Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	color:#ff8300;
	padding:10px 0px 0px 0px;
	margin:0;	
	}

H2
	{
	font:normal 18px Arial, Helvetica, Sans-serif;
	color:#ff8300;	
	}

H3, H4, H4, H5, H6
	{
	font:normal 14px Arial, Helvetica, Sans-serif;
	color:#ff8300;	
	}

a:link, a:visited
	{
	color:#000;
	}

a:hover
	{
	color:#ff8300;
	}



/* --- Általános form stílus --- */

			

#container_outer						/* befoglaló konténer */
	{
	position:relative;
	margin:0 auto;
	background:url(../images/cont_bg.gif) repeat-x;
	width:970px;
	padding-top:5px;
	}

#container_inner						/* befoglaló konténer */
	{
	margin:0;
	padding:0;
	background:url(../images/cont_bg2.gif) repeat-y;
	width:958px;
	border:1px solid #538a61;
	}
	
#header
	{
	background:url(../images/header.jpg) no-repeat;
	}

#header_top
	{
	height:62px;
	background:url(../images/topnav_bg.gif) no-repeat;
	}

#header_top table						
	{
	width:100%;
	height:60px;
	}

#header_image
	{
	float:left;
	width:744px;
	height:225px;
	background:url(../images/header_image.jpg) no-repeat;
	}

#date
	{
	position:relative;
	top:20px;
	left:290px;
	width:440px;
	color:#fff;
	text-align:right;
	}

#tabbox
	{
	float:right;
	width:214px;
	height:225px;
	background:url(../images/tabbox_bg.jpg) no-repeat;
	}

#centerbox
	{
	
	}

#leftnav
	{
	float:left;
	width:199px;
	padding-top:20px;
	text-align:left;
	background:url(../images/leftnav_bg.gif) no-repeat;
	min-height:300px;
	_height:300px;
	}

#content_outer
	{
	float:left;
	width:570px;
	background:url(../images/content_bg.jpg) no-repeat;
	min-height:340px;
	_height:340px;
	}

#content_inner
	{
	padding:15px;
	}

#rightbox
	{
	float:right;
	width:189px;
	}

#rightbox .td1
	{
	padding:5px;
	font-size:11px;
	}

#footer
	{
	background:url(../images/footer_bg.gif) no-repeat;
	height:50px;
	}

#footer td
	{
	height:50px;
	color:#fff;
	font-size:11px;
	}

a.link_footer:link, a.link_footer:visited 	
	{    
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	}

a.link_footer:hover 
	{   
	color: #c60; 
	text-decoration: none;	
	}

/* --- Táblázat stílus --- */

.table
	{
	border:1px solid #b9dbbb;
	}

.table_header
	{
	padding:5px;
	color:#fff;
	font-weight:bold;
	background:#00802d;
	border-bottom:1px solid #fff;
	}

.table_td1
	{
	padding:5px;
	background:#deeedf;
	border-bottom:1px solid #fff;
	}

.table_td2
	{
	padding:5px;
	background:#edf4ed;
	border-bottom:1px solid #fff;
	}

/* --- Általános form stílus --- */

.textfield
	{
	border:1px solid #000;
	background:#fff;
	}

.button1
	{
	width:58px;
	height:22px;
	border:0px;
	font-weight:bold;
	font-size:11px;
	background:url(../images/button1.gif);
	cursor:pointer;
	}

.button2
	{
	width:120px;
	height:22px;
	border:0px;
	font-weight:bold;
	font-size:11px;
	background:url(../images/button2.gif);
	cursor:pointer;
	}

.img_left
	{
	float:left;
	margin:5px 5px 5px 0px;
	}

.img_right
	{
	float:right;
	margin:5px 0px 5px 5px;
	}

#navcontainer
	{
	position:relative;
	top:13px;
	text-align:left;
	font-weight: bold
	}

#navlist
	{
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	}

#navlist a, #navlist a:link, #navlist a:visited
	{
	border-right: 1px solid #FFF;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #FFF;
	text-decoration: none;
	font-size:12px;
	text-transform: uppercase;
	}

#navlist a:hover, #navlist a:active, #navlist a:focus
	{
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color:#f60;
	}

#navlist li
	{
	padding-right: 1px;
	display: inline;
	}

#navlist ul
	{
	margin: 0px;
	padding: 0px;
	}

