/* news general */

.news-single-item {
  width: 690px;
}
  .news-header {
    
  }
    .news-header-image {
      display: inline;
      float: left;
      min-height: 170px;
      margin-right: 8px;
      margin-bottom: 20px;
      width: 170px;
    }
      .news-single-category-image {
        position: absolute;
      }
      .news-single-img {
        /* for more images use: margin-top: 190px;  AND replace the absolute positioning */
        position: absolute;
      }
        .news-single-imgcaption {
          font-size: 0.9em;
        }
    .news-header h2 {
      font-size: 1.1em;
    }
    .news-header h3 {
      font-size: 1.0em;
      font-weight: normal;
    }
/*    .news-single-item .clearer { */
    hr.clearer {
      border: none;
      border-bottom: 1px solid #596166;
      clear: both;
      height: 1px;
      margin: 0 0 10px 0;
    }
    .news-single-item .clearer1 {
      margin-top: 20px;
    }
    
    .news-single-related dt,
    .news-single-files dt,
    .news-single-links dt {
      font-weight: bold;
    }
    .news-single-related,
    .news-single-files,
    .news-single-links {
      margin-bottom: 8px;
    }
    .news-single-links dd p {
      padding-bottom: 0;
    }


#content ul.news-list-container {
  display: inline;
  float: left;
  list-style: none;
  margin-left: 0;
}
  #content .news-list-item {
    background:transparent url(img/bg_news_list_ruler.gif) no-repeat scroll 0 98%;
    display:inline;
    float:left;
    height:auto;
    margin:0 0 5px;
    padding:0 0 20px;
    width:690px;
  }
    .news-category-or-image {
      display: inline;
      float: left;
      height: 164px;
      margin-right: 8px;
      width: 170px;
    }
      .news-list-category {
        display: none;
      }
      .news-category-or-image a {
        height: 164px;
        width: 170px;
      }
      .news-category-or-image img {
        height: 164px;
        width: 170px;
        position: absolute;
      }
    .news-text-block {
      display: inline;
      float: left;
      margin-right: 80px;
      width: 430px;
    }
      
      .news-list-item h3,
      .news-list-item p {
        margin-right: 0;
      }
      .news-list-item h3 {
        margin: 10px 0 15px 0;
        width:430px;
      }
    
    
/* context teasers on the left */
#contextNewsLeft {
  display: inline;
  float: left;
  margin-bottom: 2em;
  width: 187px;
}
  #contextNewsLeft ul {
    list-style: none;
  }
    #contextNewsLeft .news-latest-item {
      margin-bottom: 1em;
      width: 185px;
    }
    #contextNewsLeft .news-latest-item p {
      padding: 0;
    }
    #contextNewsLeft .news-latest-morelink {
      display: block;
      margin-top:4px;
      text-align: right;
      width: 175px;
    }


  #content .news-archive-list .news-list-item {
    background-position: 0 99%;
    height: auto;
    padding-bottom: 15px;
  }
    .news-archive-list .news-list-item h3 {
      margin-top: 5px;
      margin-bottom: 0;
    }
    .news-archive-list .news-list-item p {
      padding-bottom: 0;
    }


    .news-archive-list .news-text-block {
      width: auto;
    }
    

#contextTeaser .rssteaser {
  margin: 0;
}
  #contextTeaser .rssteaser p{
    margin: 0;
  }
    #contextTeaser .rssteaser a {
      margin: 0 0 6px 0;
    }
    #contextTeaser .rssteaser a.first {
      margin-top: 4px;
    }
    #contextTeaser .rssteaser a * {
      cursor: pointer;
    }
    #contextTeaser .rssteaser a,
    #contextTeaser .rssteaser a span,
    #contextTeaser .rssteaser a img {
      display: inline;
      float: left;
    }

      #contextTeaser .rssteaser a img{
        margin: 0;
      }

      #contextTeaser .rssteaser a span{
        margin: 0 0 0 4px;
        width: 150px;
      }