/* Start of CMSMS style sheet 'Hifi03 - News' */
.NewsBox {
	background-image:url(images/template/hifi03/box_green_bg.png);
	background-repeat: repeat-x;
	padding: 8px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	border-left: 1px #33e300 solid;
	border-right: 1px #33e300 solid;
}

.NewsBoxTitle {
	height:32px;
	text-align:left;
	font-weight: normal;
	color: #000;
}

.NewsSummary {
    font-size: 12px;
    padding: 5px 0 15px 0; /* padding for the news article summary */
    margin: 10px 0 5px 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc;

}

.NewsSummaryPostdate {
  font-size: 12px;
  font-weight: bold;
 }
.NewsSummaryLink {
    font-weight: bold;
    padding: 5px 0px;
}
.NewsSummaryLink a, 
.NewsSummaryMorelink a {
    color: #33e300;
}
.NewsSummaryLink a:hover,
.NewsSummaryMorelink a:hover  {
    color: #999999;}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
  visibility: hidden;
}

.NewsSummarySummary, 
.NewsSummaryContent {
  line-height: 110%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

.NewsSummaryPagecount {
    font-size: 12px;
    padding: 0px 0 5px 0; /* padding for the news article summary */
    margin: 5px 0 5px 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc;
}

/*         DETAIL Page Formatierungen     */

#NewsPostDetailDate {
  font-size: 12px;
  }
#NewsPostDetailAuthor {
  font-size: 12px;
}

#NewsPostDetailSummary {
   line-height: 100%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }


#NewsPostDetailPrintLink {
   background:url(images/cms/printbutton.gif) no-repeat 0px;
   padding-left: 20px;
   font-size: 12px;
   color: #999999;
}



/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Hifi03 - News' */

