.box_left .title {
	background: url(../images/box_title.png) no-repeat top right;
	color: #fff;
	font: bold 16px arial;
	text-align: center;
	padding: 4px 0px 6px 40px;
	margin-top: 25px;
}

.box_left .content {
	text-align: center;
	margin: 0px 5px 5px 50px;
}

.box_left .content a.link:link, .box_left .content a.link:visited {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.box_left .content a.link:hover {
	color: maroon;
	text-decoration: underline;
}

/************** Hírek doboz *************/

.box_left .content .newstime {
	text-align: left;
	font: bold 12px arial;
	color: GoldenRod;
	margin-top: 10px;
	padding: 5px 15px 14px 13px;
	background: maroon url(../images/arrow.png) no-repeat -17px 25px;
}

.box_left .content .newsbody {
	text-align: left;
	font: bold 12px arial;
	padding: 0px 10px;
}

.box_left .content .newsbody a.link:link, .box_left .content .newsbody a.link:visited {
	color: #1F477C;
	text-decoration: none;
}

.box_left .content .newsbody a.link:hover {
	color: maroon;
	text-decoration: underline;
}

/************ Programok doboz **********/

.box_right .content .eventtime {
	text-align: left;
	font: bold 12px arial;
	color: GoldenRod;
	margin-top: 10px;
	padding: 5px 15px 14px 12px;
	background: maroon url(../images/arrow2.png) no-repeat 0px 25px;
}

.box_right .content .eventbody {
	text-align: left;
	font: bold 12px arial;
	padding: 0px 10px;
}

.box_right .content .eventbody a.link:link, .box_right .content .eventbody a.link:visited {
	color: #1F477C;
	text-decoration: none;
}

.box_right .content .eventbody a.link:hover {
	color: maroon;
	text-decoration: underline;
}


/********** Jobb oldal *************/
.box_right .title {
	background-color: #0B2D4E;
	color: #fff;
	font: bold 16px arial;
	text-align: center;
	padding: 4px 0px 6px 0px;
	margin: 25px 14px 0px 2px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.box_right .content {
	text-align: center;
	margin: 5px 20px 5px 10px;
}

.box_right .content a.link:link, .box_right .content a.link:visited {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}

.box_right .content a.link:hover {
	color: maroon;
	text-decoration: underline;
}
