html{ 
	height: 100%;
	margin: 0;
	padding: 0;
	}
body{
	background: #D4C5A6 url(../images/bg_start.jpg) no-repeat center center;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	}
a{
	text-decoration: none;
	color: #D4C5A6;
	}
div#maincontainer{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 20px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	div#container{
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		left: 0;
		position: absolute;
		top: -250px;
		height: 140px;
		visibility: visible
		}
	div#content{
		margin: 0 auto;
		width: 800px;
		}
	#head{
		margin: 26px 0 0 0;
		padding: 0;
		background: url(../images/bg_language.png) no-repeat top center;
		height: 20px;
		color: #D4C5A6;
		text-align: center;
		}
	div#head ul{
		display: block;
		padding: 3px 0 0 0;
		margin: 0;
		list-style: none;
		text-align: center;
		}
		div#head ul li{
			padding: 0;
			margin: 0 4px;
			list-style: none;
			display: inline;
			}
	#navigation{
		margin: 180px 0 0 0;
		background-position: 0 10px;
		height: 50px;
		text-transform: uppercase;;
		}
		.navigation_hu{
			background: url(../images/bg_title_hu.png) no-repeat top center;
			}
		.navigation_en{
			background: url(../images/bg_title_en.png) no-repeat top center;
			}
		#navigation a,
		#navigation .menuhead{
			font-weight: bold;
			letter-spacing: 0.1em;
			}
		div.leftmenu,
		a.leftmenu{
			color: #D4C5A6;
			display: block;
			width: 50%;
			text-align: left;
			} 
			a.leftmenu:hover{
				color: #F5EFE1;
				}
		div.rightmenu,
		a.rightmenu{
			color: #793412;
			display: block;
			width: 50%;
			text-align: right;
			float: right;;
			} 
			a.rightmenu:hover{
				color: #391605;
				}
	#menu{
		margin: 0;
		padding: 0;
		}
		#menu li{
			display: block;
			width: 100%;
			text-align: center;
			margin: 0;
			padding: 0;
			background: url(../images/bg_activemenu.png) repeat-x top center;
			}
		.menuhead,
		.menuline{
			display: block;
			margin: 0px auto 0 auto;
			padding: 0;
			width: 590px;
			}
		#menu li ul{
			display: block;
			margin: 50px 0 0 0;
			padding: 0;
			width: 100%;
			}
		#menu li ul li{
			display: block;
			width: 100%;
			margin: 0;
			padding: 0;
			background: transparent;
			}
		#menu li ul li:hover{
			background: url(../images/bg_activemenu.png) repeat-x top center;
			}
