﻿/************************************************************************************************************	
	NEWS
************************************************************************************************************/
/********************************************** Rotator-Control */
#ucNewsrotator_Container {position: relative; width: 200px; text-align: left;}
	#ucNewsrotator_Titel {position: relative; width: 100%; margin-bottom: 5px; font-size: 18px; font-weight: bold; text-align: left;}
	#ucNewsrotator_Liste {position: relative; width: 100%; min-height: 50px; padding: 5px 5px 5px 5px; border: thin outset #FFFFFF; text-align: left;}
		#ucNewsRepeater_Item {position: relative; width: 100%}
			#ucNewsRepeater_Datum {position: relative; font-size: 12px; font-weight: bold; display: inline-block; width: 75px; float: left; text-align: left;}
			#ucNewsRepeater_Bezeichnung {position: relative; font-size: 12px; font-weight: bold; display: inline-block; width: 200px; float: left; text-align: left;}
			#ucNewsRepeater_Beschreibung {position: relative; font-size: 12px; display: inline-block; width: 100%; float: left; text-align: left;}
			#ucNewsRepeater_Link {position: relative; font-size: 10px; display: inline-block; text-align: right; float: left; width: 100%;}
	#ucNewsRepeater_Clear {clear: both;}
	#ucNewsrotator_Detail {position: relative; float: left; max-width: 600px; padding: 0px 50px 0px 50px; text-align: left;}
#ucNewsrotator_Container_Clear {clear: both;}
