@CHARSET "UTF-8";


/* ------------- általános keretek --------------*/
	
table.page tr.years {
	height: 30px;
	background-color: #ffffff;
}
table.page tr.years td {
	padding: 0px;
	border: none;
}
table.page tr.years div.years {
	height: 30px;
}
table.page tr.years div.years ul {
	padding: 0px;
	margin: 0px;
	border: none;
	list-style: none;
	height: 30px;
}
table.page tr.years div.years ul li {
	border: none;
	list-style: none;
	display: inline-block;
	float: left;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff;
	width: 95px;
	height: 28px;
	text-align: center;
	background-color: #5b5b5b;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	line-height: 28px;
	overflow: hidden;
}
table.page tr.years div.years ul li.active {
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	width: 130px;
	background-color: #ad070f;
}
table.page tr.years div.years ul li a, table.page tr.years div.years ul li a:active, table.page tr.years div.years ul li a:visited, table.page tr.years div.years ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}


/* ------------- fix fül színek --------------*/

table.page tr.years div.years ul li.y2004,
table.page tr.years div.years ul li.y2005,
table.page tr.years div.years ul li.y2006,
table.page tr.years div.years ul li.y2007 {
	background-color: #bcbbbe;
}


