/* Start of CMSMS style sheet 'news' */
div#news {
/* margin for the entire div surrounding the news items */
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
h4 {	
background: url(uploads/images/linie_news.gif) no-repeat 0px 32px;
font-size:18px;	
color: #990000;
font-style: italic;
text-align:right;
}
.NewsSummary {
/* padding for the news article summary */
                padding-bottom: 5px;
                margin-bottom: 20px;
/* margin to the bottom of the news article summary */
	
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 9px;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 5px;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
                font-size: 9px;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 15px;
}
.NewsSummaryMorelink {
                font-weight:bold;
                padding:10px 0px 0px 10px;
                background: url(uploads/images/pfeil_news.gif) no-repeat 0px 14px;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 9px;
                padding-bottom: 1px;	
/* bold to set it off from text */
                font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 15px;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
}
#NewsPostDetailContent {
/* larger than default text */
	line-height: 15px;
                padding: 0px 0px 5px 0px;
}
#NewsPostDetailAuthor {
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {font-size:11px; font-weight:bold; padding:5px 0px 0px 10px;
                background: url(uploads/images/pfeil_zurueck.gif) no-repeat 0px 9px;}
/* End of 'news' */

