#content a, 
#content a:link{
    color: #535353;
    text-decoration: underline;
}

#content a:hover{
    color: #535353;
    text-decoration: none;
}

#content a.button,
#content a.button:link{
  text-decoration:none;
}

#main-menu a{
  text-decoration:none;
}

#content ul li {
    color: #535353;
}
/******************************/
/* Newsfeed - start           */
/******************************/

/*
 * Box
 */
section#content ul.teaser.news, div#modules ul.teaser.news {
    border: 0px;
    color: #a87e23;
   border-top: 0px solid #025095 ;
   border-bottom: 0px solid #025095;
  border-left: 0px solid #025095;
  border-right: 0px solid #025095;
  box-sizing: border-box;
    height: 240px;
    margin: 20 px;
    overflow: hidden;
    padding: 20px 10px 10px 30px ;
    width: 100%;
}
/*
 * Datum
 */
section#content ul.teaser.news li span.date, div#modules ul.teaser.news li span.date {
    color: #535353;
    line-height: 12px;
}
/*
 * News Titel
 */
body section#content ul.teaser.news li h2, 
body div#modules ul.teaser.news li h2 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    min-height: 34px;
    margin: 0 0 10px;
    padding: 0;
}
/*
 * Body Text
 */
section#content ul.teaser.news li p, section#content ul.teaser.news li span.body, div#modules ul.teaser.news li p, div#modules ul.teaser.news li span.body {
    color: #535353;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0;
}
/*
 * Link
 */
section#content ul.teaser.news li a, div#modules ul.teaser.news li a {
    text-decoration: none;
}
/*
 * Mehr-Text unter Teaser
 */
section#content ul.teaser.news li span.more, div#modules ul.teaser.news li span.more {
  color: #535353;
}

/*
 * Popup - Datum
 */
div#newsprovider-content span.date {
    color: #535353;
    line-height: 12px;
}
/*
 * Popup - News Titel
 */
div#newsprovider-content h2 {
    color:#535353;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    min-height: 34px;
    margin: 0 0 10px;
    padding: 0;
}
/*
 * Popup - Body Text
 */
div#newsprovider-content span.body {
    color: #535353;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0;
}
/*
 * Popup - Footer
 */
div#newsprovider-content span.praxiskom {
    display: block;
    float: right;
    line-height: 22px;
    margin-top: 25px;
    padding-right: 98px;
    right: 10px;
}
div#newsprovider-content div.praxiskom img {
    margin: 1px 0 0 8px;
    position: absolute;
}

/******************************/
/* Newsfeed - end             */
/******************************/