/*----- Általános stílusok -----*/

html, body
	{
	margin:0;
	padding:0;
	background:url(../images/background.jpg);
	font:normal 12px Verdana, Arial, Helvetica, Sans-serif;
	color:#000;
	}


form
	{
	margin:0;
	padding:0;
	}

H1
	{
	font:normal 18px Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	color:#9f222f;
	padding:0;
	margin:28px 0px 0px 0px;	
	}

H2
	{
	font:bold 16px Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	color:#8a181e;	
	}

H3, H4, H4, H5, H6
	{
	font:bold 14px Arial, Helvetica, Sans-serif;
	color:#8a181e;	
	}

a:link, a:visited
	{
	color:#000;
	}

a:hover
	{
	color:#ff8300;
	}



/* --- Általános form stílus --- */

			

#container_outer						/* befoglaló konténer */
	{
	position:relative;
	margin:0;
	background:url(../images/container_background.gif) repeat-x;
	padding-top:10px;
	}

#container_inner						/* befoglaló konténer */
	{
	position:relative;
	margin:0;
	padding:0;
	background:url(../images/cont_bg2.gif) repeat-y;
	width:960px;
	border:0px solid #538a61;
	}
	
#print
	{
	position: absolute;
	top:345px;
	left:910px;
	width:28px;
	height:25px;
	z-index:101;
	}

#header
 {
 position:relative;
 }

#header_top
	{
	position: absolute;
	top:15px;
	left:15px;
	width:930px;
	height:32px;
	z-index:100;
	}

#header_top table						
	{
	width:930px;
	height:32px;
	}

#header_top .td1						
	{
	color:#f6bebd;
	font-weight:bold
	}

#header_top .td2						
	{
	color:#fff
	}

a.toplink:link, a.toplink:visited 	
	{    
	color: #f6bebd;
	text-decoration: none;
	font-weight:bold;
	}

a.toplink:hover 
	{   
	color: #fff; 
	text-decoration: none;	
	}

#header_image
	{
	width:960px;
	height:260px;
	background:url(../images/header.jpg) no-repeat;
	}

#topnav
	{
	background:url(../images/topnav_bg.gif) repeat-x;
	width:764px;
	height:41px;
	border-right:1px solid #770000;
	}

#centerbox
	{
	width:960px;
	}

#leftnav
	{
	float:left;
	width:194px;
	background:url(../images/leftnav_bg.gif) repeat-y;
	}

#leftnav_cont
	{
	
	}

#content_outer
	{
	float:right;
	width:766px;
	background:url(../images/content_bg.jpg) no-repeat 0px 41px;
	min-height:440px;
	_height:440px;
	}

#content_inner
	{
	position:relative;
	padding:15px;
	}

#contentbox
	{
	
	padding:0px;
	width:550px;
	height:400px;
	top:50px;
	left:20px;
	z-index:1000;
	border:1px dotted #908f90;	
	}

#footer
	{
	background:url(../images/footer_bg.gif) repeat-x;
	height:54px;
	border-left:1px solid #770000;
	border-right:1px solid #770000;
	}

#footer td
	{
	height:54px;
	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: #f60; 
	text-decoration: none;	
	}

/* --- Táblázat stílus --- */

.table
	{
	border:1px solid #e1b6b4;
	}

.table_header
	{
	padding:5px;
	color:#fff;
	font-weight:bold;
	background:#9f222f;
	border-bottom:1px solid #f7f0e5;
	}

.table_td1
	{
	padding:5px;
	background:#f2e3da;
	border-bottom:1px solid #f7f0e5;
	}

.table_td2
	{
	padding:5px;
	background:#edd6cf;
	border-bottom:1px solid #f7f0e5;
	}

/* --- Általános form stílus --- */

.textfield
	{
	border:1px solid #000;
	background:#fff;
	}

.button1
	{
	width:57px;
	height:19px;
	border:0px;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	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;
	}

.clearboth
	{
	clear:both;
	}

#navcontainer
	{
	position:absolute;
	top:270px;
	text-align:left;
	text-indent:20px;
	z-index:102
	}

#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;
	font-weight:bold;
	}

#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;
	}
