html,body{
	background-color:#FFFFFF;
	margin:0px auto;
	padding:0px;
	border:0px;
	height:100%;
}

#wrapper{
	background-image:url(/images/middle.gif);
	background-repeat:repeat-y;
	min-height:100%;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
	height:auto;
}
/* \*/
* html #wrapper{
	height:100%;
}

.clear{
	clear:both;
	height:0px;
	overflow:hidden;
	line-height:1%;
	font-size:0px;
	margin: 0px;
}

#fullheightcont {
	background-image:url(/images/gradient_middle.gif);
	background-repeat:repeat-x;
	height:100%;
	width:770px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image:url(/images/top.jpg);
	background-repeat:no-repeat;
	height:252px;
	position:absolute;
	top:0px;
	overflow:hidden;
	width:770px;
}
#footer {
	background-image:url(/images/bottom.gif);
	background-repeat:repeat-x;
	height:42px;
	margin-top:-42px;
	position:absolute;
	width:770px;
}
#outer {
	position:relative;
	width: 770px;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#clearheadercenter{
	height:252px;
	/*
	overflow:hidden;
	*/
}
#clearfootercenter{
	height:42px;
}

#footer a:link {
	font-family:Tahoma;
	color:#cb1d1d;
	font-size:11px;
	text-decoration:none;
}
#footer a:visited {
	font-family:Tahoma;
	color:#cb1d1d;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	font-family:Tahoma;
	color:#cb1d1d;
	font-size:11px;
	text-decoration:underline;
}
#footer a:active {
	font-family:Tahoma;
	color:#cb1d1d;
	font-size:11px;
	text-decoration:underline;
}

.magyar {	
	
	margin-left: 0px;
	display: block;
	float: left;
	padding: 0px;
	/*border: 1px solid red;*/
	width: 60px;
	height: 35px;
			
}

.nemet {	
	
	margin-left: 8px;
	display: block;
	float: left;
	padding: 0px;
	/*border: 1px solid blue;*/
	width: 62px;
	height: 35px;
	
}

.angol {	
	
	margin-left: 9px;
	display: block;
	float: left;
	padding: 0px;
	/*border: 1px solid yellow;*/
	width: 58px;
	height: 35px;
	
}