/* - STYLE - */

#content div.newseintrag {
	background: transparent;
}

#content div.newseintrag p.titel {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	padding-left: 3px;
	font-weight: bold;
	background-color: #efefef;
	border-top: 1px dotted #888;
}

#content div.newseintrag p.titel a {
	color: black;
	text-decoration: none;
}

#content div.newseintrag p.datum {
	color: #666;
	font-size: 10px;
	margin: 0px;
	padding-left: 3px;
	background-color: #efefef;
	border-bottom: 1px dotted #888;
}

#content div.newseintrag a {
	color: #A6ABAF;
	text-decoration: none;
}

#content div.newseintrag a:hover {
	color: #A6ABAF;
	text-decoration: underline;
}

#content div.newskommentar {
	background: url(eintrag.png) no-repeat top right;
	min-height: 82px;
	padding-bottom: 10px;
}