/**
 * Search
 *
 * @section page header
 * @subsection search
 * @workaround
 * @affected   IE6
 * @css-for    IE6
 */
#pageHeader .search button {
  background: url(img/searchButton.gif);
}

/**
 * Image fix for Bullet in box footeer
 *
 * @section box
 * @workaround
 * @affected   IE6
 * @css-for    IE6
 */
.box .footer li {
  background-image: url(img/dot.gif);
}

/**
 * Picture Teaser Textmargin Fix
 *
 * @section picture teaser
 * @workaround
 * @affected   IE6
 * @css-for    IE6
 */
.pictureTeaser p,
.pictureTeaser h3 {
  zoom: 1;
}

/**
 * List Paging
 *
 * @section content list
 * @subsection list paging
 * @workaround
 * @affected   IE6, IE7
 * @css-for    IE6
 */
.paging li {
  width: 1%;
  white-space: nowrap;
}

/**
 * Personalization Render errors
 *
 * @section personalization
 * @workaround
 * @affected   IE6
 * @css-for    IE6
 */
.collapseWrapper {
  zoom: 1;
}
.personalizationPortlet {
  zoom: 1;
}

/**
 * News Teaser
 *
 * @section teaser
 * @section news teaser
 */
.newsTeaser .panel, currentBordcastTeaser .panel {
  zoom: 1;
  width: 100%
}

/**
 * Comment Ordering
 *
 * @section comments
 * @workaround
 * @affected   IE6, IE7
 * @css-for    IE6
 */
.comments .orderLinks li {
  width: 1%;
  white-space: nowrap;
}

/**
 * Settings dialog
 *
 * @section personalization
 * @subsection setings dialog
 */
.settingsDialog .links .save,
.settingsDialog .links .close,
.settingsDialog .links .reset {
  width: 1%;
}
#startpage .settingsDialog .links .save span,
#startpage .settingsDialog .links .close span,
#startpage .settingsDialog .links .reset span {
  zoom: 1;
  display: inline;
}

/**
 * Configurable
 *
 * Background color of option dialog spreads over the whole box. This should fix it.
 *
 * @section personalization
 * @section configurables
 * @workaround
 * @affected   IE6, IE7
 * @css-for    IE6
 */
#startpage .personalizationPortlet .options {
  zoom: 1;
}

/**
 * Article Audio Icon
 *
 * @section teaser
 */
.contentArticle h2 a {
  zoom: 1;
}
.contentArticle h2 span.audio a {
  position: relative;
  background-image: none;
}
.contentArticle h2 span.audio a span {
  display: block;
  background-image: url("img/iconAudio.gif");
  background-position: top left;
  background-repeat: no-repeat;
  height: 18px;
  width: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}



.pagedTeaserBox .footer li.prevPage {
  background-image:url(img/boxButtons.gif);
}

.pagedTeaserBox .footer li.nextPage{
  background-image:url(img/boxButtons.gif);
}

.textTeaser {
  background-color: #fefefe;
}

.streetNumber {
    display:inline;
}

#top .three_cols .teaser .imgLink span {
    background: url("img/audio.gif") no-repeat scroll 0 8px transparent
}

#top .three_cols .currentBroadcast {
margin-left:4px;
margin-right:4px;
}
.currentBroadcastsTeaser {
    margin-bottom:15px;
}

#pageSubHeader .hintTeaser .pictureTeaser {
    border-bottom: medium none;
    height: 230px;
}


/**
 * Styles for page sub header bottom boxes
 */
#pageSubHeaderBottom .teaserBoxWithoutFooter .pictureTeaser{
  height:14.17em;
}

#pageSubHeaderBottom .teaserBoxWithEmptyFooter .pictureTeaser{
  height:14.17em;
}

#pageSubHeaderBottom .teaserBoxWithEmptyFooter .page{
  width:304px;
  overflow:auto;
  height:14.17em;
}
