/* - STYLE - */

#modul #modul_news div.newseintrag {

	background: transparent;

}

#modul #modul_news div.newseintrag p.titel {

	
    padding: 30px 0 0;
    font-weight: bold;
    
	color: #C61A02;
    font-size: 125%;

}

#modul #modul_news div.newseintrag p.titel a {

	 color:#C61A02;
	 text-decoration: none;
	 

}

#modul #modul_news div.newseintrag p.datum {

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

}

#modul #modul_news div.newseintrag a {

	color: blue;
	text-decoration: none;

}

#modul #modul_news div.newseintrag a:hover {

	color: #A6ABAF;
	text-decoration: underline;

}

#modul #modul_news div.newskommentar {

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

}