html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0; padding: 0;
	background: #000000;
}

fieldset {
	border: 1px solid #2f2f2f;
	margin-bottom: 20px;
	padding: 20px;
}
legend {
	color: #C3A75E;
}
label {
	/* color: #cccccc; */
}

input.txt, textarea.txt, select.txt {
	border: 1px solid #2f2f2f;
	background:#202020;
	color: #ffffff;
	font-size: 14px; 
}
div#wrap {
	margin: 0 auto;
	width: 980px;
	background-color: #0C0C0C;
	background-repeat: no-repeat;
	background-position: top left;
}
html.lang_hu div#wrap {
	background-image: url('../img/front/hatter-hu.jpg');
}
html.lang_en div#wrap {
	background-image: url('../img/front/hatter-en.jpg');
}

.butt {
	background: #393939;
	border-top: 1px solid #494949;
	border-left: 1px solid #494949;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 30px;
	
	padding:0 20px;
	color: #aaaaaa;
	font-weight: bold;
	font-size: 11px;
}


div#fejlec {
	font-size: 17px;
	position: relative;
	height: 395px;
}
div#kl {
	position: absolute;
	top:  163px;
	left: 470px;
}
div#kl , div#kl img {
	width: 465px;
	height: 85px;
	border: none;
}
div#fl {
	position: absolute;
	top:  45px;
	left: 50px;
}
div#fl , div#fl img {
	width: 221px;
	height: 273px;
	border: none;
}
div#nyelvvalaszto {
	position: absolute;
	/*
	top: 45px;
	right: 55px;
	*/
	top: 55px;
	right: 80px;
}
div#nyelvvalaszto img {
	margin-left: 5px;
}

div#menu {
	font-family: 'Bookman Old Style', 'Times New Roman', serif;
	font-size: 16px;
	position: absolute;
	top: 350px;
	left: 48px;
}
div#menu span.iniciale {
	font-size: 24px;
}
div#menu a {
	text-decoration: none;
	color: #A68C4D;
}
div#menu a:hover {
}
div#menu div.m {
	position: relative;
	float: left;
	margin-right: 35px;
	background: #161616; /* EI 7 nem érzékelte az on overt, hogy ha nincs háttér szín */
	height: 30px;
}
html.lang_en div#menu div.m {
	margin-right: 52px;
}
div#menu div.rc {
	margin-right: 0px;
}
div#menu img {
	border: none;
}
div#menu div.sub {
	position: absolute;
	top:29px;
	left:0;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-variant: normal;
	font-weight: normal;
	width: 200px;
	display: none;
	z-index: 1;
	/* border: 2px solid #41361E; */
	box-shadow: 2px 2px 0px #41361E;
	border-radius: 15px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a7440+0,aa996f+40 */
	background: #866F3A; /* Old browsers */
	background: -moz-linear-gradient(top, #866F3A 0%, #aa996f 120px); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #866F3A 0%,#aa996f 120px); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #866F3A 0%,#aa996f  120px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#866F3A', endColorstr='#aa996f',GradientType=0 ); /* IE6-9 */
}
html.lang_en div#menu div.sub {
	width: 220px;
}
div#menu div.sub a {
	color: #000000;
	display: block;
	margin: 10px 13px;
}
div#menu div.sub a:hover {
	text-decoration: underline;
}

div#cont {
	padding: 20px 50px 20px 50px;
}


div#foot {
	color: #857b62;
	font-size: 14px;
	font-family: 'Bookman Old Style', serif;
	margin: 80px 40px 10px 40px;
	padding: 5px 0px 10px 0px;
}
div#foot div#foot_bal {
	float: left;
	width: 200px;
}
div#foot div#foot_kozep {
	width: 290px;
	float: left;
	text-align: center;
}
div#foot div#foot_jobb {
	float: right;
	text-align: right;
}
div#foot a {
	text-decoration: none;
	color: #857b62;
}
div#foot a:hover {
		
}



div#hibakinfok {
	/* margin: 20px 50px; */
	margin: 20px 8px;
	padding: 20px;
	border: 1px solid #C3A75E;
	background-color: #444444;
}
.hibak {
	color: #ff3333;
}
.infok {
	color: #33ff33;
}

div.nevjegy {
	width: 419px; height: 121px;
	color: #000000; vertical-align: bottom; display: table-cell; font-family: 'Bookman Old Style'; font-size: 16px;
}
div.nevjegy a {
	color: #000000;
	text-decoration: none;
}
div.nevjegy a:hover {
	text-decoration: underline;
}

a:active {
outline: none;
}

a:focus {
	outline:none;
	-moz-outline-style: none;
}








.progerror {
	color: #ff3333;
}
.success {
	color: #339933;
}
.error {
	color: #ff7900;
}
.info {
	color: #009900;
}
div#output {
	margin: 20px 0px;
	padding: 8px 15px;
	border: 1px dashed #000099;
	background-color: #f2f2f2;
}



img.ill {
	/* float: left; */
	width: 60px;
	margin-right: 7px;
	vertical-align: middle;
	border: none;
}

/* Reset front_inner.css */
img {
	border-radius: 0px;
}
/* Useing this instead */
div#cont img {
	border-radius: 15px;
}
div#cont img.szogletes {
	border-radius: 0px;
}

div.post {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

div.post h2 {
	display: inline;
	background: none;
	padding-left: 0;
}



div#accept_cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(88, 88, 88, 0.9);
	line-height: 100px;
	text-align: center;
	display: none;
}
div#accept_cookie  a {
	color: #fff; background: rgb(195, 167, 94); text-decoration: none; border-radius: 3px; padding: 5px 10px; margin-right: 10px;
}