/***********************************************************************************

CSS Formatierung des Newsplugins auf Basis des modifizierten Templates

************************************************************************************/



/*******************************************************
**  Ansicht: LIST 
**/

.newslistheader 		{
						color		: #99b211; font-size:10px; font-weight:bold; text-align:right;
						margin		: 0px;
						padding		: 0px;
						height		: 20px;
						}

.newslisttitle 			{
						color		: #f3a035; font-size:13px; font-weight:bold;
						padding		: 0px; padding-top:0px; padding-bottom:2px;
						margin		: 0px;
						float		: left;
						height		: 20px;
						}

.newslistsubheader		{
						clear		: both;
						}

.newslistmorelink 		{
						font-size	: 11px; text-align:right; font-weight:bold;
						padding		: 0px;
						margin		: 0px;
						}

div.newslistmorelink a	{
						text-decoration:none!important;
						}




/*******************************************************
**  Ansicht: SINGLE
**/

.newssingleheader 		{
						color		: #99b211;font-size:10px; font-weight:bold; text-align: right;
						margin		: 0px;
						padding		: 0px;
						height		: 20px;
						}

.newssingletitle 		{
						color		: #f3a035; font-size:13px; font-weight:bold;
						padding-top	: 0px;padding-bottom:2px;
						margin		: 0px;
						float		: left;
						height		: 20px;
						}

.newssinglecontent 		{
						clear		: both;
}

.newssinglebacklink 	{
						font-size	: 11px; text-align:right; font-weight:bold;
						padding		: 0px;
						margin		: 0px;
						}


						
/*******************************************************
**  GENERELLE OBJEKTE
**/


.news_divider 			{
						font-size	: 1px;
						border-bottom: 1px solid #e9e9e9;
						margin-top	: 15px; margin-bottom:15px;
						}

.news_dividerFirst 		{
						font-size	: 1px;
						border-bottom: 1px solid #e9e9e9;
						margin-bottom: 10px; margin-top:0px;
						}


						
/*******************************************************
**  FORMATIERUNG DER BILDER
**/


.newsImage				{
						float		: right;
						padding-left: 5px; padding-bottom:5px;
						}

