@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*NEWS  ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
#newsOS {
	position:relative;
	color:#1f439b;
	padding-left:14px;
	margin-top:20px;
}
#newsOS h1 {
	padding-top:15px;
	margin-bottom:0px;
	font-size:1.1em;
	font-weight:normal;
}
#newsOS h1 a {color:#5b62c1;}

#newsOS #newsOSContent {}

#newsOSContent .newsDate,#newsOSContent .newsText,#newsOSContent .newsTeaser{margin-bottom:3px;padding:0;}
#newsOSContent .newsDate {color:#000099; text-decoration:none; font-weight:normal; font-style:italic;}
#newsOSContent .newsTitle a {color:#ff9900; text-decoration:none; font-weight:bold;}
#newsOSContent .newsTitle a:hover{color:#ff9900; text-decoration:underline; font-weight:bold;}
#newsOSContent .newsTeaser {color:#000099; padding-left:1px;}

#newsOSContent .divider {height:5px; clear:both;} 


