﻿#main
{
	margin: 5px auto 5px auto; /* Firefox is kozepre igazitsa */
	width:950px;	
	text-align: left;

	background-color: White;
	
	border-top: solid 1px #777777; /* 85,85,85; */
	border-left: solid 1px #777777; /* 85,85,85; */
	border-right: solid 1px #777777; /* 85,85,85; */
	border-bottom: solid 1px #777777; /* 85,85,85; */
	
	vertical-align: top;
}

#pageHeader
{
	position: relative;
	top: 0px;
	left: 0px;
}

.header_hu, .header_en
{
	background-repeat: no-repeat;
	background-color: #E6E6E6;  /* 230, 230, 230 */
	background-position: right;
	height: 118px;
}

.header_hu
{
	background-image: url(images/banner_hu.jpg);
	position:relative;
}

.header_en
{
	background-image: url(images/banner_en.jpg);
	position:relative;
}

#topMenuRow
{
	position: absolute;
	/*height:18px;*/
	/*background-image: url(images/topMenuBg.png);
	background-repeat: repeat-x;
	background-position:center;
	background-color: #E6E6E6;  /* 230, 230, 230 */
	/*border-top: solid 1px #e7d1bc; /*231,209,188*/
	/*border-bottom: solid 1px #e7d1bc; /*231,209,188*/
	vertical-align: middle;
	/*padding: 95px 4px 0px 91px;*/
	top: 95px;
	left: 91px;
	text-align: right;
}

#rss
{
	/*float:right;*/
	width:20px;
	/*height:20px;*/
	position:absolute;
	top: 90px;
	right: 5px;
}

#bannerUserActions
{
	position:absolute;
	right:5px;
	bottom:40px;
	vertical-align:bottom;
	text-align: right;
	color: #ffffff;
}

#bannerUserActions a
{
	color: #ffffff;
	font-size: 0.9em;
}

#bannerUserActions a:hover
{
	color: #f99712;
	font-size: 0.9em;
}

#bannerUserActions h3
{
	padding-top: 0px;
	padding-bottom: 6px;
	color: #ffffff;
}

#searchBar
{
	position:absolute;
	right:5px;
	top:5px;
	text-align: right;
}



#mainArea
{
	min-height: 500px;
	text-align:center;
	overflow:hidden;
}

#footer
{
	background-image: url(images/footerBg.png);
	
	background-repeat: repeat-x;
	background-position:center;
	background-attachment:scroll;
	background-color: #858585; /*133,133,133*/
	padding: 8px 5px 8px 5px;
	text-align: center;
	height: 17px;
	font-size: 0.9em;
}



.left
{
	/*float: left;*/ /* --> to fix the top Menu, Roby */
}

.footerCopyright
{
	
	float:left;
	text-align:left;
}

.footerLinks
{
	width: 500px;
	float:right;
	text-align:right;
}

.footerLinks a
{
	font-weight: normal;
}

.footerLinks a:hover
{
	font-weight: normal;
}

