/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
		font: x-small arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #ecc085;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 800px; 
		min-height:100%;
		text-align: left;
		border: 0px;
      position:relative;
		
	background-image: url('../images/page_bg.gif');
	background-repeat: repeat-y;		
		}
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:802px;w\idth:800px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 

#menu {
		float: left;
		width: 167px;
	padding-left: 10px;
}
#content {
	float: left;
	width: 615px;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	text-align: left;		
	min-height: 350px;
}
		
* html #content { /*IE6 hack*/
	height: 350px;
}		
		
#footer	{
		position:absolute;
		bottom:0;
		width: 782px;
		height: 22px;
		background-color: #ffe398;
		margin-left: 10px;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;		
	border-bottom: 1px solid #9c7d59;
}

#footer p {margin:0;padding:0}
* html #footer {height:23px;he\ight:22px;}

#clearfooter {height:25px;width:100%;clear:both}

#valid {
	margin-top: 2px;
	text-align: center;
}

#valid img{
	border:0px;
}

/* -------------------------------------- */

div.header {
	height: 205px;	
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
}

div.header div.title {
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	height: 60px;
	width: 782px;
}

div.header div.header_left {
	float: left;
	width: 222px;
	height: 145px;
	background-image: url('../images/header1.gif');
	background-repeat: no-repeat;
}

.header_left .languages{
	padding-left: 9px;
	padding-top: 125px;
}

.header_left .languages IMG{
	margin-right: 3px;
	border: 0px;
}

#header_right {
	float: left;
	width: 560px;
	height: 145px;
	background-image: url('../images/header2.gif');
	background-repeat: no-repeat;
}

#header_right #outer {
	display: table; width:550px; height: 140px; /*#position: relative;*/ overflow: hidden;
}

#header_right #middle {
	/*#position: absolute; #top: 50%;*/ display: table-cell; vertical-align: middle;
}

#header_right #inner {
	/*#position: relative; #top: -50%;*/
}

#napiige {
	margin: auto;
	width: 560px;
	height: 145px;	
}

DIV.napi_ige {
	margin-right: 15px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	line-height: 25px;
}

DIV.hely {
	margin-right: 10px;
	margin-top: 8px;		
	text-align: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

DIV.hely A{
	margin-right: 10px;
	margin-top: 8px;		
	text-align: right;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

/*# :lang(hu) > q { quotes: '\201E' '\201D' }  */
/*
a:before { content: '<b>'; }  
a:after  { content: '</b>'; }  */

/*img { clip: rect(2px,2px,2px,2px); }  
q:before { content: open-quote; }  */
