/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

/* Der Block EINER News auf der Zusammenfassungs-Seite*/
.NewsSummary {
    padding: 0.5em 9em 0.5em 1em; /* padding for the news article summary */
    margin: 0em 0em 0em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #000; 
/*background-color: #E6E6E6;*/
}
/*Datum der Veröffentlichung*/
.NewsSummaryPostdate {
  font-size: 90.01%;
  font-weight: bold;
 }
/* TITEL der News */
.NewsSummaryLink {
    float: left;
    margin-right: 10px;
    font-weight: bold;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
/* Kategorie der News */
.NewsSummaryCategory {
  font-style: italic;
   font-size: 0.01%;
  margin: 0 0 0 0;
 }
/* AUTOR der News */
.NewsSummaryAuthor {
  font-size: 96.01%;
  font-style: italic;
    padding-top: 0.30em;
}

.NewsSummarySummary, .NewsSummaryContent {
clear: both;
line-height: 1.28em;
 }


.NewsSummaryMorelink {
  padding-top: 4px;
  padding-bottom: 4px;
}

.NewsSummaryMorelink img {
float: left;
margin-left: -4px;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailTitle {
line-height: 150%;
}

#NewsPostDetailTitleJugend {
line-height: 150%;
padding-left: 5px;

}

#NewsPostDetailSummary {
line-height: 150%;
}

#NewsPostDetailSummaryJugend {
width: 500px;
padding-left: 5px;
/*font-size: 93%;*/
   line-height: 150%;
border-bottom: 1px solid #ccc;
padding-bottom: 2px;
margin-bottom: 5px;
   }




#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailContentJugend {
margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 15px;
  line-height: 150%;
  }





#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

