/* basic layout structure */
#container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 900px;
	margin: 0 0 0 -450px;
}
#top_03 {
	float: left;
	width: 364px;
	height: 140px;
	cursor: pointer;
}
#top_04 {
	float: left;
	width: 536px;
	height: 140px;
}
#top_07 {
	float: left;
	width: 243px;
	height: 21px;
	background: url('/images/layout/top_07.jpg') no-repeat;
}
#flags {
	float: left;
	width: 111px;
	height: 21px;
}
#flag_hu {
	float: left;
	width: 29px;
	height: 21px;
}
#flag_de {
	float: left;
	width: 27px;
	height: 21px;
}
#flag_en {
	float: left;
	width: 27px;
	height: 21px;
}
#flag_fr {
	float: left;
	width: 28px;
	height: 21px;
}
#top_12 {
	float: left;
	width: 546px;
	height: 21px;
	background: url('/images/layout/top_12.jpg') no-repeat;
}
#top_13 {
	float: left;
	width: 243px;
	height: 25px;
	background: url('/images/layout/top_13.jpg') no-repeat;
}
#top_19 {
	float: left;
	width: 127px;
	height: 25px;
	background: url('/images/layout/top_19.jpg') no-repeat;
}
#menu {
	float: left;
	width: 530px;
	height: 25px;
}
#main {
	clear: both;
	width: 900px;
	background: url('/images/layout/bg_main.jpg') repeat-y;
	/*height: 457px;*/
	text-align: justify;
}
html>body #main {
	height: auto;
	min-height: 500px;
}
#maincontent {
	overflow: auto;
	width: 550px;
	min-height: 457px;
	padding: 30px 165px 20px 185px;
	background: url('/images/layout/main_top.jpg') no-repeat;
}
html>body #maincontent {
	height: auto;
	min-height: 457px;
}
#footer_menu {
	text-align: center;
	float: left;
	width: 900px;
	padding: 22px 0 0 0;
}
#footer {
	clear: both;
	width: 900px;
	height: 114px;
	padding: 20px 0 0 0;
	text-align: center;
	background: url('/images/layout/footer.jpg') no-repeat;
}
/* END basic layout structure */








/* forms */
/* END forms */





/* character styles */
.red {
	color: #ab0000;
}
/* END character styles */


/* other */
#footer a {
	color: #442500;
	text-decoration: none;
}
#footer a:hover {
	color: #ab0000;
	text-decoration: none;
}
#footer a {
	margin: 0 10px 0 10px;
}
#footer p {
	margin: 25px 0 15px 0;
}
#footer img {
	position: relative;
	top: 2px;
}
.clearing {
	clear: both;
	height: 1px;
}
/* END other */


