/* tuning css */

#billboard2 {
	margin-top: 6px;
	width: 338px;
	background: #eee;
	border: 1px solid #b5b5b5;
	padding-bottom: 10px;
	text-align: center;
}
#billboard2 h2 {
	color: #b5b5b5;
	font-size: 11px;
	font-weight: normal;
	margin: 2px 0;
}

.small-container {
	width: 322px;
	border: 1px solid #cfcfcf;
	padding: 8px;
	background-color: #F4F7FB;
	margin: 5px 0 5px 0;
}

.small-pic {
	border: 1px solid #cfcfcf;
	width: 90px;
	float: left;
	margin-right: 10px;
	}

.small-text {
	margin-top: 2px;
}

.small-clear {
	clear: both;
}

.small-text a {
	text-decoration: none;
	color: #24468a;
}

.small-text a:hover {
	text-decoration: underline;
	color: #24468a;
}

.small-font {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #565656;
	line-height: 15px;
}

/* Filtered news 3 középső blokkba */

.filtered_news3{
	margin-top: 0px;
	margin-bottom: 6px;
	border: 1px solid #cfcfcf;
	width: 250px;
}
.filtered_news3 h2{
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 0px 7px;
	height: 23px;
	border-bottom: 1px solid #cfcfcf;
	background: url(../frame/almenu_bg.jpg) repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #4a4a4a;
	text-align: left;
}
.filtered_news3 h2 a{
	display: block;
	height: 23px;
	color: #4a4a4a;
	text-decoration: none;
}
.filtered_news3 h2 a:hover{
	color: #24468a;
}
.filtered_news3 ul{
	list-style-type: none;
	padding: 0px 10px 5px 10px;
}
.filtered_news3 ul li{
	padding: 2px 0px;
}
.filtered_news3 ul li h3{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #24468a;
	line-height: 14px;
}
.filtered_news3 ul li h3 a{
	display: block;
	padding-left: 10px;
	background: url(../frame/middot.gif) no-repeat;
	background-position: 0px 5px;
	color: #24468a;
	text-decoration: none;
}
.filtered_news3 ul li h3 a:hover{
	text-decoration: underline;
}


