/* Start of CMSMS style sheet 'Module: News' */
a                {
                  text-decoration: none;
                  color: gray;
                 }            
a:hover          {
                  text-decoration: none;
                  color: black;
                 } 
h1,h2,h3,p {
                  padding: 0;
                  margin: 0;
                 }                 
div#news h2 {
  /* line-height: 2em; */
   background: #fff;
}

.NewsSummary {
    padding: 0; /* padding for the news article summary */
/* border: 1px solid #e4e4e4; */
}

.NewsSummary img
{
margin-left: -30px;
}

div.NewsSummary
{
border-top: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
border-left: 1px solid #e4e4e4;
background-image: url(uploads/images/images/news_back.gif);
background-repeat: no-repeat;
background-color: #ffffff;
}

#NewsPostDetailTitle
{
padding-bottom: 15px;
}

.NewsDetailField img
{
margin-left: -30px;
margin-bottom: 20px;
}

div.NewsSummary img
{
margin: -10px;
margin-top:-4px;
margin-bottom: 6px;
/* width: 229px;
height: 75px; */
}

.NewsSummaryPostdate {
/*  font-size: 90%; */
 }

.NewsSummaryLink {
    font-weight: bold;
    background-color: #e2e2e2;
background-image: url(uploads/images/images/news_summary_head_back.gif);
background-repeat: repeat-x; 
    text-decoration: none;
    padding: 4px 10px;
}
#content .NewsSummaryLink a {
    text-decoration: none;
    display: block;
    width: 90%;
    color: #8e8e8e;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  padding: 5px;
font-size: 12px;
line-height: 17px;
color: #666666;
padding: 4px 10px;
 }
.NewsSummaryMorelink {
  background-image: url(uploads/images/images/weiterlesen_back.gif);
background-repeat: no-repeat;
background-position: right bottom;
padding-left: 10px;
padding-bottom: 8px;
padding-top: 3px;
}

.NewsSummaryMorelink a, 
.NewsSummaryMorelink a:link
{
color: #000000;
}

.NewsSummaryMorelink a:hover
{
color: #c70000;
}

#NewsPostDetailDate {
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   /* line-height: 150%; */
   }

#NewsPostDetailCategory {
  font-style: italic;
  
}

#NewsPostDetailContent {
  /* border-top: 1px solid #ccc; */
  margin-top: 0.5em;
  padding: 0.2em 0;
  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' */

