@charset iso-8859-2;
body {
	overflow:auto;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:0.9em;
	letter-spacing:0.2;
	background:#000 url(images/hatter.jpg) repeat-x;
	background-position:top center;
	margin:0px auto 0px auto;
	bottom:0px;
	padding:0px
}
#container {
	position:relative;
	width:900px;
	background-color:#202020;
	background:url(images/toldas_csik.png) repeat-y;
	z-index:1;
	margin:0px auto 0px auto;
	bottom:0px;
	padding:0px;
}
#container-inner {
	width:867px;
	background-color:#202020;
	position:relative;
	left:10px
}
#header {
	position:relative;
	height:538px;
	width:867px;
	padding-left:10px;
}
#left {
	position: absolute;
	float:left;
	left:18px;
	width:195px;
	margin-top:20px;
	padding:0;
	z-index:1;
}
#left ul {
	list-style:disc;
	text-align:left;
	height:580px
}
#menu-border {
	position: absolute;
	float:left;
	top:140px;
	left:20px;
	margin-left:10px;
	width:230px;
	height:660px;
	-moz-box-sizing: border-box;
	z-index:2;
	background:url(images/background-menu-hover.png) repeat-y
}
#container #left #menufel {
	height:50px;
	width:160px
}
#container #content #ballrahuz {
	float:right;
	border:2px groove #DCAA1E
}
#container #content #jobbrahuz {
	float:left;
	padding-right:100px
}
#container #content .menucim {
	text-decoration:underline
}
#content {
	position:relative;
	float:right;
	width:568px;
	padding-right:15px;
	padding-left:15px;
	color:#e8f4c8;
	font-size:13px;
	overflow:auto;
	z-index:5
}
#right {
	position:relative;
	float:right;
	width:200px;
	float:right;
	color:#e5c319;
	background-color:#622f02;
	font-size:14px;
	margin:0
}
#right_picture {
	position:relative;
	width:200px;
	margin-bottom:5px;
	color:#e5c319;
	background-color:#622f02
}
#footer {
	position:relative;
	top:0;
	left:30px;
	width:817px;
	height:110px;
	background-image:url(images/footer.jpg);
	padding-top:0px;
	background-position:center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:1em;
	color:#fafafa
}
.footer-center {
	top:25px;
	width:817px;
	height:50px;
	position:absolute
}
.footer .left, .footer .right {
	padding:0 16px
}
#op {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:none
}
.redstar {
	color:red
}
img {
	border:none;
}
#container #content a:link, #container #content a:visited {
	color:#836C50;
	text-decoration:underline;
}
h1, h2, h3 {
	font-family:Georgia, Verdana, Arial sans-serif;
	font-size:12px;
	font-weight:400;
	color:#e8f4c8;
}
.menu-alt {
	position:relative;
	top:270px;
	left:30px;
	background-image:url(images/menu-alt.png);
	width:230px;
	height:42px;
	z-index:1
}
.page-alt {
	padding-top:14px;
	font-family:Georgia, Verdana, Arial sans-serif;
	font-size:0.8em;
	color:#e8f4c8
}
.bubi {
	font-family:Georgia, Verdana, Arial sans-serif;
	font-size:0.8em;
	color:#e8f4c8;
	width:430px;
	padding-right:85px;
	float:right
}
td {
	font-family:Georgia, Verdana, Arial sans-serif;
	font-size:1em;
	color:#e8f4c8;
}
.footer-links{
	font-size:0.7em;
	text-decoration:none;
}
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

