/* ######################################################### */
/* -------------------------- news ------------------------- */
/* ######################################################### */

#news 		{  display: none;  } 
.news_lt_box 			{  background-color: #fff;   margin-bottom: 4px; } 
.news-latest-text p 	{    text-decoration: none; color: #3f3f3f;  margin: 0px 0px 6px 0px; } 
p.news-latest-text a 	{    text-decoration: none; color: #3f3f3f;  margin: 0px 0px 6px 0px; } 
.news_lt_box p 			{  background-color: #fff;  margin-bottom: 0px; }
.news_lt_box p a		{   background-color: #fff;   margin: 0px 0px 0px 0px; }
/* deaktiviert News-Boxen mit Kategorie 0 */
.display-newslist-0		{ display: none;  } 
.newsLatestLinkImage	{  padding-right: 10px;  background-image: url(images/pfeil_rechts.gif);
							background-repeat: no-repeat;   background-position: right center; } 
.newscontainer 			{  margin-bottom: 12px; }
.newscontainer a 		{  text-decoration: none; color: #3f3f3f; }
.newscategoryheader_link  a{  color: #808080; }

 
.news-teaser { font-weight: bold; }



/*
 *   		topnews  
 */

#top_news 	{  	display: none;  width: 12.2em;   font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;  font-size: 1em;  color: #3f3f3f; }

.topnews-latest-item	{ border: 1px solid #ccc;    overflow: hidden;  padding: 0px 0px 8px 0px;   margin-top: 6px; }
.topnews-latest-item p 	{ margin-top: 0px;    }

.topnews-latest-item h2 	{  border: 0px ; }
.topnews-latest-item a	{  text-decoration: none; color: #3f3f3f;   }
 
