/* Start of CMSMS style sheet 'Module: News' */
                              @charset "utf-8";
/* CSS Document */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #CAD0C8; 
}

h1.news {
	font-size: 18px;
	font-weight: bold;
	color: #006b8d;
	letter-spacing: 0.05em;
	text-align: left;
	height: 32px; /* = Höhe  minus padding */
	line-height: 24px;
	margin-top: -11px;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}


.NewsSummary {}

.NewsSummaryPostdate {
	font-size: 8px;
	font-weight: normal;	
 }

.NewsSummaryLink, .NewsSummaryLink a {
 	font-size: 12px;
	font-weight: bold;
	color: #006b8d;
	letter-spacing: 0.05em;
	text-align: left;
	line-height: 14px;
	margin-bottom: 6px;
}

.NewsSummaryLink a, .NewsSummaryLink hover, .NewsSummaryLink status, .NewsSummaryLink active {
	text-decoration: none;
	}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
  font-size: 60%;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
  font-size: 60%;
}





.NewsSummarySummary {

	color: #444;
	
	font-size: 0.9em;
	font-weight: normal;
	text-align:justify;
  	letter-spacing: 0.01em;
	line-height: 1.5em; 
        display: inline;
        text-align: justify; 

}

p.NewsSummarySummary {

	color: #444;
	
	font-size: 0.9em;
	font-weight: normal;
	text-align:justify;
  	letter-spacing: 0.01em;
	line-height: 1.4em;
        text-align: justify; 
        display: inline;}

.NewsSummaryMorelink, .NewsSummaryMorelink a {
	color: #006b8d;
  font-size: 8px;
	font-weight: bold;
  display: inline;
}

.NewsSummaryMorelink a, .NewsSummaryMorelink a, .NewsSummaryMorelink hover, .NewsSummaryMorelink status, .NewsSummaryMorelink active {
	text-decoration: none;
}


#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailSummary {

	color: #444;
	font-style: italic;
	font-weight: normal;
	text-align:justify;
  	letter-spacing: 0.01em;
	line-height: 150%;
        text-align: justify; 
        display: inline;}

#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' */

