  
    div#T3NewsGallery,
    div#T3NewsGalleryLeft,
    div#T3NewsGalleryRight,
    div#T3NewsGalleryOuter,
    div#T3NewsGalleryInner {
      height: 60px;
    }
    
    div#T3NewsGallery {
      width: 480px;
      margin: 20px 0px 0px 50px;
    }
    
    .news-single-img {
      margin-right: 10px;
    }
    
    div#T3NewsGalleryLeft,
    div#T3NewsGalleryRight {
      width: 10px;
      float: left;
    }
    
    div#T3NewsGalleryLeft {
      background: url(../images/pfeil_links.jpg) left center no-repeat;
    }
    
    div#T3NewsGalleryRight {
      background: url(../images/pfeil_rechts.jpg) right center no-repeat;
    }
    
    div#T3NewsGalleryOuter,
    div#T3NewsGalleryInner {
      width: 460px;
    }
    
    div#T3NewsGalleryOuter {
      overflow: hidden;
      float: left;
    }
    
    div#T3NewsGalleryInner {
      width: 800px;
    }
    
    div.news-list-item-gallery {
      width: 65px;
      float: left;
    }
    
    .news-single-item-gallery {
      text-align: center;
      width: 480px;
      margin: 20px 0px 0px 50px;
      height: 250px;
    }
  
    .news-single-item-gallery-content {
      text-align: left;
      margin-top: 10px;
      margin-bottom: 30px;
    }
  
    .news-single-item-gallery-content .bodytext {
      margin: 0 !important;
      padding: 0 !important;
      margin-top: 3px !important;
    }
  
    .news-single-item-gallery-content .important {
      font-weight: bold;
      color: #006668;
    }
    
    .news-single-item-gallery-content .contenttable {
      width: 200px;
    }
    
    .news-single-item-gallery-content .contenttable td {
      width: 100px;
    }
