/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 1px 1px 1px 1px;  /* margin for the entire div surrounding the news list */
  border: 0px solid #000; 
  background: #993333; 
}

div#news h2 {
   line-height: 10pt;
   font-size: 1em !important;
   padding-left: 0.5em !important;
   background: #993333;
}

.NewsSummary {
    padding: 0em 0.5em 0.5em 0.5em; /* padding for the news article summary */
    margin: 0; /* margin to the bottom of the news article summary */
    border-bottom: 0px solid #ccc; 
}

/*Mit Categorie zusammengelegt
.NewsSummaryPostdate {
  font-size: 75%;
  font-weight: normal;
  text-align: right;
  postition: relativ;
  top: -70px;
 }
Mit Categorie zusammengelegt*/

.NewsSummaryLink {
    font-weight: normal;
    font-size: 1em;
    padding-top: 0.5em;
}

.NewsSummaryCategory {
  font-style: italic;
  font-size: 0.75em;
  margin: 0px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  font-size: 0.75em;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  font-size: 0.75em;
padding-top:0.5em;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
  text-align: right;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}*/
#NewsPostDetailPrintLink {}
/*#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

