div.cikk {
	position: relative;
	width:600px;
	height: auto;
	font-family: Arial;
	line-height: 16.2px;
	overflow: hidden;
}
div.cikk div.bg {
	position: absolute;
	width:600px;
	height: 3000px;
	top:0;
	background-color: #dbeecb;
	
}
div.cikk div.content {
	position: relative;
}
div.cikk div.image{
	float: left;
	width: 118px;
	height: 89px;
	margin-right: 5px;
	overflow: hidden;
}

div.cikk div.header {
	position: relative;
	margin:14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #4b3a71;
}


div.cikk div.title {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color:#331f5c;
	position: relative;
	line-height: 30px;
}

div.cikk div.date {
	font-size: 11px;
	font-family: Arial;
	color:#331f5c;
	position: relative;
	
}


div.cikk div.lead {

	margin-top:60px;	
	position: relative;
	font-size: 20px;
	color:#8e7db1;
	
}

div.cikk div.lead2 {
	margin-top: 4px;
	color:#74688c;
	font-size: 12px;
	width: 240px;
}
div.cikk div.body {
	color:#0f495d;
	padding:14px;
	font-size: 14px;
	font-weight: normal;
}
div.cikk img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


