.DatumBox {	
	height: 150px;
	margin: auto;
}
.DatumBox .AktualisHonap{
	font-size: 12px;
	color: white;
	font-weight: bold;	
	text-align: center;
}
.DatumBox .Napok th{
	
	width: 28px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #f1ece2;
}
.DatumBox .Napok td{	
	width: 28px;
	font-size: 11px;
	text-align: center;
	color: #f1ece2;
	background-color: #726c5e;
}
.DatumBox .Napok{
	background-color: #202020;
}
.DatumBox .Napok .teszt{
	background-color: white;
	color: black;
}
.DatumBox .Napok .teszt a{
	color: black;
	text-decoration: none;
}
.DatumBox .Napok .verseny{
	background-color: #bc1a07;
	color: white;
}
.DatumBox .Napok .verseny a{
	text-decoration: none;
	color: white;
}
.DatumBox .Napok .egyeb{
	background-color: #2d8553;
	color: white;
}
.DatumBox .Napok .egyeb a{
	text-decoration: none;
	color: white;
}
.Naptaras{
	background-image: url('naptaras.gif');
}
