/*
 *	news.css
 *	Version:		 0.1a
 *	letzte Änderung: 21.11.2005	
 *
 *	Stildatei für die Formatierung von News & anderen Extensions
 *
 *	getestet mit: 	Internet Explorer 6.0
 *					Firefox 1.0.4
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * */
/* ********************  danp_tagcloud  ******************* */ 
.tagcloud a:link { color: #cecf31; }
.tagcloud a:visited{ color: #ddddb9; }
.tagcloud a:hover { color: #cecf31; }
.tagcloud a:active {color: #768f21; }

 
/* ********************  CSS tt_news ******************* */ 
.news_LIST { 
	font-size: 110%; 
	border-color: inherit; }
 
.newsbox { 
	margin-bottom: 15px; 
	border-color: inherit; } /*wenn die Rahmenfarbe hier  nicht ererbt wird, fehlt sie hinterher für die Überschriftendefinition*/
	
.newsbox h1 { 
	padding: 5px;
	border-bottom: 2px solid;
	border-color: inherit;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase; }
 
.news { 
	border-top: 1px solid; 
	border-top-color: inherit;
	padding-bottom: .8em;
	overflow: hidden; }

.news h2, .news h3 { padding-left: 10px; }	
.news h2 { font-size: 100%; font-weight: normal;}
.news h3 { 
	font-size: 90%; 
	font-weight: normal;
	color: gray;}	

.news-datum {
	float: left;
	width: 5em;
	line-height: 100%;
	vertical-align: top;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	font-size: 80%; 
	color: black;
	background-color: #dbd8db; } /* das Grau wird nur bei Interpretation des Attributselektors (unter farben.css) ersetzt (d.h. z.B. unter FF) */

.news-titeltexte {
	width: 79%;
	padding-left: 4em; }
	
.tx-ttnews-browsebox{	/* Einstellungen für den Newslisten-Browser) */
	clear: both;
	margin-top: 1em;
	border-top: 2px solid;
	border-color: inherit; }