/* Start of CMSMS style sheet 'nieuws' */
#home-nieuws {
  border-top: 1px dashed #aaa;
  margin: 10px 0 ;
  clear: both;
}

p.news-pagination {
  font-size: 11px;
  font-style: italic;
  margin: 5px 0;
}

.NewsSummary {
  background: #e2e7f1;
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  border-left: 3px solid #d8dde8;
  border-right: 3px solid #d8dde8;
  margin: 10px 0;
  padding: 2px 5px 8px 5px;
}

.NewsSummaryContent,
.NewsSummarySummary {
  line-height: 1.4;
}

.NewsSummaryPostdate {
  font-size: 11px;
  float: right;
}

.NewsSummaryLink h3 {
  font-size: 14px;
  font-weight: bold;
}

.NewsSummaryLink h3 a {
  text-decoration: none;
}

.NewsSummaryAuthor {
  color: #888;
  font-style: italic;
  font-size: 11px;
  margin: 2px 0 5px 0;
}

.NewsSummaryMorelink {
  margin-top: 5px;
}

/* --- */

#NewsPostDetailDate{
  font-size: 11px;
  float: right;
  font-weight: bold;
  padding-top: 3px;
}

#news-details h2 {
  margin-bottom: 0;
  padding-top: 3px;
  border-top: 1px dashed rgb(170, 170, 170)
}

#NewsPostDetailAuthor {
  color: #888;
  font-style: italic;
  font-size: 11px;
  margin: 2px 0 0 0;
}

#NewsPostDetailSummary {
  margin: 5px 0 0 0;
  font-weight: bold;
  line-height: 1.4;
}

#NewsPostDetailContent {
  margin: 5px 0 10px 0;
  line-height: 1.4;
}

#NewsPostDetailPrintLink,
#NewsPostDetailReturnLink {
  font-size: 11px;
}
/* End of 'nieuws' */

