/** HIREK KEZDET **/
#news_title {
	top: 2%;
	left: 0%;
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 150%;
	position: absolute;
}
#news_container {
	top: 13%;
	left: 2%;
	width: 97%;
	height: 85%;
	font-size: 100%;
	position: absolute;
}
#news_container div.news {
	margin: 0% 0% 3% 1%;
	position: relative;
	font-size: 120%;
}
#news_container div.news p.title {
	margin: 0% 0% 0.5% 0%;
	font-size: 130%;
	/*color: #c90;*/
	color: #FF8888;
	font-weight: 400;
	position: relative;
	font-family: 'Monotype Corsiva';
}
#news_container div.news p.wrote {
	margin: 0px;
	font-size: 105%;
	color: #BBB;
	position: relative;
	font-style: italic;
	font-family: 'Times New Roman';
}
#news_container div.news p.text {
	margin: 0px;
	font-size: 100%;
	position: relative;
	font-style: italic;
	color: #6e94b7;
	font-family: 'Times New Roman';
}
#news_container img.kartaska {
	top: 88%;
	left: -17%;
	width: 18%;
	position: absolute;
}
#news_container img.karajandek {
	top: 100%;
	left: -16%;
	width: 32%;
	position: absolute;
}
#news_container img.karcsengettyu {
	top: -24%;
	left: 94%;
	width: 13%;
	position: absolute;
}
#news_container img.karcsengettyu2 {
	top: -24%;
	left: -7%;
	width: 13%;
	position: absolute;
}
/** HIREK VEGE **/