html {
	height:100%
}
body {
	background:#FFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	height:100%;
	padding:60px 0 0 20px;/*205px;*/
	font-size:12px;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#900;
}
#Menu a:hover {
	color:#FFFFFF;
}
h3 {
	border-bottom:#333333 solid 1px;
	width:600px;
}
div#Fejlec {
	background:#FFF;
	border-bottom:#333333 solid 2px;
	color:#000;
	font-size:24px;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	padding-left:15px;
	z-index:1000;
}
div#Menu {
	background:#fcc422;
	font-size:14px;
	position:absolute;
	top:52px;
	left:0;
	width:185px;
	height:100%;
	border-right:#333333 solid 1px;
}
@media screen{
	body>div#Fejlec {
		position:fixed;
	}
	body>div#Menu{
		position:fixed;
	}
}
* html body {
	overflow:hidden;
} 
* html div#tartalom {
	font-size:12px;
	height:100%;
	overflow:auto;
	padding:15px;
}
td {
	font-size:12px;
}
.padding {
	padding:10px;
}
.padding p {
	padding:0;
	margin:8px;
}
.lista {
	font-size:12px;
}
.lista td {
	border-bottom:dotted 1px #666666;
	text-align:center;
}
.lista th {
	font-size:1.2em;
	background-color:#999999;
	color:#FFFFFF;
}
.uzenet {
	color:#F00;
	font-size:18px;
	font-weight:bold;
	padding-left:25px;
}
.TablaKeret {
	border:#fcc422 solid 4px;
}
.FejlecCimsor th {
	background:#fcc422;
	border-bottom:#333 solid 1px;
	color:#000;
	font-size:16px;
}
.FejlecOszlopok th {
	background:#fcc422;
	color:#FFF;
	border-top:#333 solid 1px;	
	border-bottom:#333 solid 1px;
}
.UresLista td {
	padding:15px;
	text-align:center;
	font-size:118px;
	font-weight:bold;
	color:#FF0000;
	border:none;
}
.UtolsoSor td {
	border:none;
}