html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; font-size: 100.01%; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }

q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

a:active, *:focus { outline: none; }

textarea { resize: none; }

strong { font-weight: bold; }

input, textarea { margin: 0; padding: 0; border: 0; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; }

::selection { background: #f25933; color: #000; }

::-webkit-input-selection { background: #f25933; color: #000; }

:moz-selection { background: #f25933; color: #000; }

::-moz-selection { background: #f25933; color: #000; }

:-ms-input-selection { background: #f25933; color: #000; }

::-webkit-input-placeholder { color: #000; }

:moz-placeholder { color: #000; }

::-moz-placeholder { color: #000; }

:-ms-input-placeholder { color: #000; }

input, textarea, pre { font-family: Arial, Helvetica, sans-serif; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

a, input, div { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a { text-decoration: none; }

html, body { height: 100%; width: 100%; overflow: hidden; }

body { background: #000; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 1em; overflow: hidden; }

h1 {
	font-size: 1.4em;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	text-transform: uppercase;
}

h2 {
	font-size: 1em;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
	text-transform: uppercase;
}

#menu li {
	border-bottom: 2px solid #000000;
}

#menu li table {
	width: 100%;
}

#menu li .c1 {
	background: #ffffff;
	color: #000000;
	text-align: center;
	padding: 5px 10px;
	width: 20px;
	font-weight: bold;
}

#menu li .c2 {
	padding: 5px 0px 5px 15px;
	font-size: 0.9em;
	background: #191919;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3em;
}






#msg #menu li {
	border-bottom: none;
}

#msg #menu li table {
	width: 90%;
	margin: 0 5%;
}

#msg #menu li .c1 {
	background: #ffffff;
	color: #000000;
	text-align: center;
	padding: 10px 10px;
	width: 20px;
	font-weight: bold;
}

#msg #menu li .c2 {
	padding: 10px 0px 10px 15px;
	font-size: 1.1em;
	background: #eeeeee;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3em;
	color: #000000;
}

#header {
	padding: 0.3em 0; 
	text-align: center;
	background: #ffffff;
	font-size: 1em;
	text-align: center;
	padding: 0.3em 0 0.3em 0;
	text-transform: uppercase;
	color: #000000;
	height: 0.8em;
	margin: 0 0 0px 0;
}

#header.full {
	padding: 0.2em 0 0.8em 0;
	text-align: left;
}

#header span.hd {
	display: inline-block;
	font-size: 0.7em;
	position: absolute;
	right: 5%;
}

#header span.hd.full {
	display: inline-block;
	font-size: 0.6em;
	position: absolute;
	left: 5%;
	width: 95%;
}

#header span.nev {
	display: inline-block;
	font-size: 0.5em;
	position: absolute;
	left: 5%;
	top: 7px;
}

#content {
	padding: 0.3em 0.5em;
	font-size: 1.2em;
	line-height: 1.4em;
}

#progress {
	display: none;
	height: 40%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	padding: 40% 0;
	font-size: 1.6em;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
}

#formell {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	padding: 40% 0;
	font-size: 1.6em;
	color: #000000;
}

#formell input {
	width: 90%;
	background: #000000;
	padding: 5px 5%;
	color: #ffffff;
}

#msg {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #cc0000;
}

#msg.ok {
	background: #378e3e;
}

#msg div {
	margin: 2em 0 1em 0;
	padding: 0.4em 5%;
	font-size: 1.2em;
	color: #ffffff;
}

#msg input {
	width: 90%;
	margin: 1em 5%;
	background: #ffffff;
	border: none;
	padding: 0.4em 0;
	text-transform: uppercase;
	font-size: 1.4em;
	text-align: center;
	color: #000000;
}

#weight {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #378e3e;
}

#weight div {
	margin: 2em 0 1em 0;
	padding: 0.4em 5%;
	font-size: 1.2em;
	color: #ffffff;
}

#weight input {
	width: 90%;
	margin: 1em 5%;
	background: #ffffff;
	border: none;
	padding: 0.4em 0;
	text-transform: uppercase;
	font-size: 1.4em;
	text-align: center;
	color: #000000;
}

#content .adat {
	background: #191919;
	border-bottom: 2px solid #000000;
	padding: 5px 10px;
}


#content .adat span {
	display: block;
	font-size: 0.6em;
	color: #eeeeee;
	text-transform: uppercase;
}

#content .rakat {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3em;
	background: #ffffff;
	color: #000000;
}


#menu1 li {
	border-bottom: 2px solid #000000;
}

#menu1 li table {
	width: 100%;
}

#menu1 li .c1 {
	background: #ffffff;
	color: #000000;
	text-align: center;
	padding: 5px 10px;
	width: 20px;
	font-weight: bold;
}

#menu1 li .c2 {
	padding: 5px 0px 5px 15px;
	font-size: 0.9em;
	background: #191919;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3em;
}
.tarhely_container{
	border: 2px solid #000;
}
.aktiv_tarhely_container{
	border: 2px solid #f5ecb0;
	color: #f5ecb0 !important;
}
#content .aktiv_tarhely_container .rakat {
	background: #f5ecb0 !important;
}
.tarhely_container{
	margin: 0 0 20px 0;
}