/*

 MODUL [cms2day] 
 Letztes Update siehe Datei 'VERSION.txt'
 
 Autor: Matthias Müller <http://www.cms2day.de>
 Copyright (c) 2013
 
*/

/* - FRONTEND - */

#modul #modul_news .formular_2 {

	display: none !important;

}

#modul #modul_news div.newseintrag {

	background: transparent;

}

#modul #modul_news div.newseintrag p.titel {

	color: #666 !important;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 18px;

}

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

	color: #666 !important;
	text-decoration: none;

}

#modul #modul_news div.newseintrag p span.vorschau {

	color: red;
	font-style: normal;
	font-weight: normal;

}

#modul #modul_news div.newseintrag p.datum {

	color: #b3b3b3 !important;
	margin: 0px 0px 8px 0px;
	padding: 0px;

}

#modul #modul_news div.newseintrag p.links {

	color: #b3b3b3;

}

#modul #modul_news div.newseintrag p.links a.kommentarLink, #modul #modul_news div.newseintrag p.links a.mehrlesenLink {

	outline: none;
	color: #b3b3b3;
	text-decoration: none;

}

#modul #modul_news div.newseintrag p.links a.kommentarLink:hover, #modul #modul_news div.newseintrag p.links a.mehrlesenLink:hover {

	outline: none;
	color: #b3b3b3;
	text-decoration: underline;

}

#modul #modul_news div.newskommentar {

	padding: 0px;

}

#modul #modul_news div.newskommentar p.head {

	color: #b3b3b3;
	text-align: left;
	margin: 0px 0px 5px 0px;

}

#modul #modul_news div.newskommentar p.head a {

	color: #b3b3b3;
	text-decoration: none;
	
}

#modul #modul_news div.newskommentar p.head a:hover {

	color: #b3b3b3;
	text-decoration: underline;
	
}

#modul #modul_news div.newskommentar p.text {

	text-align: justify;
	margin: 0px;

}