/* Start of CMSMS style sheet 'Netzwerk-News' */
/*
  copyright: Ludger Merkens
  all rights reserved
*/

#NewsPostDetailCategory {
   display:none;
}

.NewsSummaryCategory {
    display:none;
}

#NewsPostDetailHorizRule { display:none;}

#NewsPostDetailSummary {
 border: solid #800000 0px;
    border-left-width: 4px;
    border-right-width: 4px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
 }

#NewsPostDetailSummary strong {
   font-weight:600;
}

#NewsPostDetailSummary strong strong{
   font-weight:bold;
}

#NewsPostDetailTitle h3 {
   font-size:1.5em;
}

#NewsPostDetailSummary h1 {
 padding-left: 0;
}

.NewsSummaryLink a {
   margin-left:20px;
   text-decoration: none;
   font-size:1.5em;
   color: #800000;
}

.NewsSummaryLink a:hover {
   background-color:#F2D295;
}

.NewsSummaryAuthor {
   text-align:right;
}

.NewsPostDetailAuthor  {
   text-align:right;
}

#NewsPostDetailPrintLink {
   text-align:right;
}

#NewsPostDetailReturnLink {
  float:left;
  text-align:left;
  
}
#NewsPostDetailPrintLink a, #NewsPostDetailReturnLink a{
	color: #3A570F;
        font-weight:normal;
        text-decoration:underline;
}

#NewsPostDetailPrintLink a:hover, #NewsPostDetailReturnLink a:hover{
      background:none;
      text-decoration:none;
}


/* End of 'Netzwerk-News' */

