body{
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #1C1C1C;
	font-family: Arial, Helvetica, sans-serif;
}
div.keret{
	width: 950px;
	margin: auto;
	height: 1000px;
}
div.fejlec{
	text-align: center;
	width: 950px;
	height: 313px;
	margin: auto;
	background-image: url(../images/fejlec.jpg);
}
div.logo{
	position: relative;
	top: -316px;
	height: 1px;
}
div.logo img{
	border: none;
}
div.szoveg{
	float: left;
	width: 700px;
	text-align: justify;
	margin-top: 10px;
	font-size: 12pt;
}
div.banner{
	float: right;
	width: 200px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
div.elerh{
	margin-top: 6px;
	border-radius: 10px;
	border-width: 1px;
	border-style: solid;
	padding-top: 5px;
	padding-bottom:: 5px;
}
table.uzenet{
	margin-top: 10px;
}
table.nyitva td{
	width: 100px;
}

div.piros{
	color: red;
}
div.zold{
	color: green;
}
div.k{
	text-align: center;
}
span.f{
	font-weight: bold;
}
span.ah{
	text-decoration: underline;
}
span.kis{
	font-size: 10pt;
}
h1{
	font-size: 14pt;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}