/*----- Általános stílusok -----*/


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


html, body
	{
	margin:0;
	padding:0;
	background:#fdeed1;
	color:#000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

hr
	{
	height:1px;
	}

form
	{
	margin:0;
	padding:0;
	}

H1
	{
	padding:10px 0px 0px 0px;
	margin:0;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	}

H2
	{
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	}

H3, H4, H4, H5, H6
	{
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	}

H1, H2, H3, H4, H4, H5, H6
	{
	color:#46240a;
	text-transform: uppercase;
	}

a:link, a:visited
	{
	color:#5c3f2b;
	}

a:hover
	{
	color:#f60;
	}

/*----- DIV stílusok -----*/

#container						
	{
	position:relative;
	margin:0 auto;
	padding:0;
	background:url(../img/background.jpg) no-repeat 0px 155px;
	min-height:730px;
	_height:730px;
	width:800px;
	border:1px solid #d5bfa1;
	}

#header
	{
	background: url(../img/header_eng.jpg) no-repeat;
	height:155px;
	}

#language
	{
	width:720px;
	text-align:right;
	padding-top:45px;
	}

#search
	{
	width:780px;
	margin-top:10px;
	text-align:right;
	}

#search .td1
	{
	font-size:18px;
	}

#search .td2
	{
	font-size:12px;
	}

.searchbutton
	{  
	font-size: 11px; 
	background:url(../img/button_bg.gif); 
	width:50px; 
	height:20px; 
	border:0px; 
	cursor: pointer
	}

.searchtextfield
	{  
	font-size: 11px;
	padding:2px; 
	width:100px; 
	border:1px solid #000; 
	}

#topnav
	{
	background:url(../img/topnav_bg.gif) no-repeat;
	height:40px;
	}

#topnav div
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:15px 0px 0px 20px;
	text-transform: uppercase;
	font-weight:bold;
	}

#infoline table
	{
	padding-top:15px;
	}

#infoline td
	{
	color:#fdeed1;
	}

#leftnav
	{
	float:left;
	width:185px;
	padding-top:120px;
	text-transform: uppercase;
	font-weight:normal;
	}

#content
	{
	float:left;
	width:603px;
	min-height:400px;
	_height:400px;
	text-align:justify;
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-y;
	background-position:0px 200px;
	}

.content_top
	{
	background-image:url(../img/content_bg_top2.gif); 
	background-repeat:no-repeat;
	}

#conttop
	{
	height:12px;
	}

.content0
	{
	min-height:450px;
	_height:450px;
	padding:20px 25px 0px 25px;
	background-image:url(../img/content_bg_top2.gif); 
	background-repeat:no-repeat;
	}

.content0 div
	{
	min-height:450px;
	_height:450px;
	}

.img_left
	{
	margin:5px 5px 5px 0px
	}


.img_right
	{
	margin:5px 0px 5px 5px
	}

.content_pointline
	{
	margin:0;
	pading:0;
	background:url(../img/content_pointline.gif) no-repeat center;
	}

/* --- Táblázat stílus --- */

.table_text 
	{ 
	border: #caaa8d solid 3px; 
	}

.table_header
	{ 
	background-color:#643f29; 
	border-bottom: #fceed0 solid 1px;
	padding: 5px;
	color:#fdeed1;
	font-weight:bold;
	}

.table_td1_text 
	{ 
	background:#ead5b7;
	padding: 5px;
	border-bottom: #fceed0 solid 1px;
	}

.table_td2_text 
	{ 
	background:#dec5a8;
	padding: 5px;
	border-bottom: #fceed0 solid 1px;
	}


/* --- Navigáció --- */



#leftnav
	{
	text-transform: uppercase;
	float:left;
	}

#leftnav ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#leftnav li 
	{ 
	font-size:11px;
	margin: 0 0 0px 0; 
	}


#leftnav a
	{
	display: block;
	padding: 4px 2px 4px 2px;
	font-size:11px;
	text-indent:18px;
	width: 190px;
	background: url(../img/navbg.gif) no-repeat 0px 8px;
	}

#leftnav a:link, #leftnav a:visited
	{ 
	color:#fdeed1;
	text-decoration:none
	}

#leftnav a:hover
	{
	background: #62432f url(../img/navbg_h.gif) no-repeat 0px 8px;
	color:#fff;
	text-decoration:none
	}

#leftnav a:active
	{
	background: #62432f url(../img/navbg_h.gif) no-repeat 0px 8px;
	color:#fff;
	text-decoration:none
	}

