
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}

.newsList dl { border-bottom: 1px solid black; margin-bottom: 10px; }
.newsList dd.mehr { text-align:right; }

/*--NEWS-IMAGE----------------*/
	/***************************
	*  Default styles for the
	*     EXT rgnewsimg
	* by Ringer Georg (just2b)
	*   http://www.ringer.it
	***************************//***************************
	 * Imageset I - 1st image 
	 ****************************/
	.news-set1-img1 { text-align: center;}
	.news-set1-img1 img{border:1px solid #ccc;padding:2px; }
	.news-set1-img1 .caption{font-weight:700;letter-spacing:4px}
	/***************************
	 * Imageset I - 2nd image 
	 ****************************/.news-set1-img2all{clear:both;width:250px;float:right}
	.news-set1-img2{float:left;display:block;width:100px;text-align:center;padding:0 10px}
	.news-set1-img2 img{border:1px solid #C00010;padding:2px;}
	.news-set1-img2 .caption{text-align:center;font-style:italic;font-size:10px}
	/***************************
	 * Imageset II - 3rd image 
	 ****************************/.news-set2-img3all{float:left;clear:both;padding:5px 4px;width:240px}
	.news-set2-img3{float:left;padding:5px 4px}
	.news-set2-img3 img{border:1px solid #f69f5c;padding:2px}
	.news-set2-img3 .caption{color:#f69f5c;text-align:center;font-style:italic;font-size:10px}
	/***************************
	 * Imageset II - 1st image 
	 ****************************/.news-set3-img1{float:left;padding:5px}
	.news-set3-img1 img{border:1px solid #efa86a;padding:2px}
	.news-set3-img1 .caption{color:#efa86a;text-align:center;letter-spacing:2px;font-weight:700}
	/***************************
	 * Imageset II - 2nd image 
	 ****************************/.news-set3-img2all{padding-bottom:5px}
	.news-set3-img2{float:left;border:1px solid #14821f;padding:2px;margin:4px}
	.news-set3-img2 .caption{font-style:italic;font-size:10px;text-align:center;color:#14821f}
	/***************************
	 * Imageset II - 3rd image 
	 ****************************/.news-set3-img3all{float:left;width:240px;margin-top:20px}
	.news-set3-img3{float:left;padding:2px 5px}
	.news-set3-img3 img{border:1px solid #c81624;padding:2px}
	.news-set3-img3 .caption{font-style:italic;font-size:10px;text-align:center;color:#c81624}
	/***************************
	 * General
	 ****************************/.clr{clear:both}
	 