  
  @media all 
  {
    div#T3NewsGallery,
    div#T3NewsGalleryLeft,
    div#T3NewsGalleryRight,
    div#T3NewsGalleryOuter,
    div#T3NewsGalleryInner {
      height: 40px;
    }
    
    div#T3NewsGallery {
      width: 195px;
      margin: 20px 0px 0px 15px;
    }
    
    div#T3NewsGalleryLeft,
    div#T3NewsGalleryRight {
      width: 10px;
      float: left;
    }
    
    div#T3NewsGalleryLeft {
      background: #D7D7D7 url(../images/main/pfeil_gal_links.gif) left center no-repeat;
    }
    
    div#T3NewsGalleryRight {
      background: #D7D7D7 url(../images/main/pfeil_gal_rechts.gif) left center no-repeat;
    }
    
    div#T3NewsGalleryOuter,
    div#T3NewsGalleryInner {
      width: 175px;
    }
    
    div#T3NewsGalleryOuter {
      overflow: hidden;
      float: left;
    }
    
    div#T3NewsGalleryInner {
      width: 600px;
    }
    
    div.news-list-item-gallery {
      width: 45px;
      float: left;
    }
  }
  
  .news-single-item-gallery {
    text-align: center;
    width: 224px;
    
    margin-top: 20px;
  }
  
  .news-single-item-gallery-content {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  
  .news-single-item-gallery-content .bodytext {
    margin-top: 3px !important;
  }
  
  .news-single-item-gallery-content .important {
    font-weight: bold;
    color: #006668;
  }
