/* - STYLE - */

div.newseintrag {

	background: transparent;

}

div.newseintrag p.titel {

	color: #595959;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 5px;

}

div.newseintrag p.datum {

	color: #A6ABAF;
	margin: 0px;
	padding: 0px;

}

div.newseintrag a {

	color: #A6ABAF;
	text-decoration: none;

}

div.newseintrag a:hover {

	color: #A6ABAF;
	text-decoration: underline;

}

div.newskommentar {

	background: url(eintrag.png) no-repeat top right;
	min-height: 82px;
	padding-bottom: 10px;

}