@charset "utf-8";
/* CSS Document */
#hirek {
	width:680px;
	margin:18px auto 0px auto;
}
	.hirek_reszletek {
		float:left;
		margin:5px;
		border-bottom:1px solid #c5e290;
	}
		.hirek_reszletek .cim { 
			width:460px;
			color:#56821c;
			font-weight:bold;
			font-size:24px;
		}
		.hirek_reszletek .datum { 
			width:460px;
			color:#a98e65;
			font-style:italic;
			font-size:18px;
		}
		.hirek_reszletek .alcim { 
			width:460px;
			color:#608d24;
			font-size:14px;
		}
.hirek_content {
	width:460px;
	margin:5px;
	color:#4f7d12;	
}
.hirek_other {
	width:460px;
	text-align:right;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	color:#608d24;
	background-color:#dcf1ae;
	padding:5px;
	margin:10px 0px 0px 0px;
}
.hirek_other a:link, .hirek_other a:visited, .hirek_other a:hover {
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	color:#608d24;
}
/** Aktuális Hírek -----------------------------------------------
 * 
 * Left-bottom stylesheet
 * 
 * ----------------------------------------------------------------
 */
.akt_hirek_title {
	width:230px;
	height:30px;
	border-bottom:1px solid;
	border-bottom-color:#c5e290;
	background-image:url(../images/news_small_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left:7px;
	top:10px;
}
.akt_hirek_title_text {
	width:190px;
	height:16px;
	margin-top:5px;
	margin-left:40px;
	color:#41660b;
	font-size:14px;	
}
.akt_hirek_title_text a {
	color:#41660b;
}
.akt_hirek_hir_dobozok {
	width:230px;
	height:250px;
	position:absolute;
	left: 7px;
	top: 50px;
}
.akt_hirek_hir_doboz {
	width:230px;
	margin-bottom:10px;
	border-bottom:1px solid;
	border-bottom-color:#d2eba3;
	padding-bottom:5px;
}
	.akt_hirek_hir_doboz .kep {
		height:84px;
		width:84px;
		float:left;
		overflow:hidden;
		text-align:center;
	}
	.akt_hirek_hir_doboz .kep img {
		max-height:80px;
		max-width:80px;
		border:2px solid #658f2e;
		margin:auto;	
	}
	.akt_hirek_hir_doboz .kep a:link img{
		max-height:80px;
		max-width:80px;
		border:2px solid #658f2e;
		margin:auto;	
	}
		.akt_hirek_hir_doboz .kep a:hover img {
			border:2px solid #436b10;
		}
	.akt_hirek_hir_doboz .reszletek {		
		width:130px;
		margin-left:10px;
		float:left;
	}
			.akt_hirek_hir_doboz .reszletek .cim a {		
				color:#56821c;
				font-weight:bold;
				font-size:12px;
				text-decoration:underline;
			}
				.akt_hirek_hir_doboz .reszletek .cim a:hover {		
					color:#345505;
				}
			.akt_hirek_hir_doboz .reszletek .datum
			{
				color:#a98e65;
				font-style:italic;
			}
			.akt_hirek_hir_doboz .reszletek .alcim {
				color:#608d24;
				font-size:10px;
			}
	.akt_hirek_hir_doboz .clear {
		clear:both;	
	}
/** Hír Lista -----------------------------------------------
 * 
 * Összes íhr listázásánál használt stylesheet
 * 
 * ----------------------------------------------------------------
 */
 .hirek_list_doboz_cim {
	font-weight:bold;
	font-size:16px;
	margin:5px;
	color:#56821c;
 }
 .hirek_list_doboz {
	width:660px;
	margin:9px;
	border-bottom:1px solid;
	border-bottom-color:#d2eba3;
	padding-bottom:5px;
}
	.hirek_list_doboz .kep {
		height:84px;
		width:84px;
		float:left;
		overflow:hidden;
		text-align:center;
		background-color:#edfad0;
	}
	.hirek_list_doboz .kep img {
		max-height:80px;
		max-width:80px;
		border:2px solid #658f2e;
		margin:auto;		
	}
	.hirek_list_doboz .kep a:link img{
		max-height:80px;
		max-width:80px;
		margin:auto;
		border:2px solid #658f2e;
	}
		.hirek_list_doboz .kep a:hover img {
			border:2px solid #436b10;
		}
	.hirek_list_doboz .reszletek {
		width:560px;
		margin-left:10px;
		float:left;
	}
			.hirek_list_doboz .reszletek .cim a {		
				color:#56821c;
				font-weight:bold;
				font-size:12px;
				text-decoration:underline;
			}
				.hirek_list_doboz .reszletek .cim a:hover {		
					color:#345505;
				}
			.hirek_list_doboz .reszletek .datum
			{
				color:#a98e65;
				font-style:italic;
			}
			.hirek_list_doboz .reszletek .alcim {
				color:#608d24;
				font-size:10px;
			}
	.hirek_list_doboz .clear {
		clear:both;	
	}
