body {
    overflow-x: hidden;
}

.teaserList.t3_teaserList {
    overflow: hidden;
    width: 998px;
}
.t3_teaserItemOverflowWrap {
    width: 1020px;
}

/* Template 3 */
.t3_teaserItem {
    float: left;
    height: 180px;
    margin: 0 11px 11px 0;
    overflow: hidden;
    position: relative;
    width: 326px;
}

.t3_teaserItem .t3_teaserItemContent {
    top: 95px;
    position: absolute;
    width: 326px;
}

.t3_teaserItem .t3_teaserItemTitle {
    top: 49px;
    position: absolute;
    z-index: 2;
}

.t3_teaserItem .t3_teaserItemTitle h3 {
    background: #fff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    height: 35px;
    margin: 0;
    width: 230px;
}

.t3_teaserItem .t3_teaserItemTitle h3 a {
    background: #eeefef;
    color: #000;
    display: block;
    padding: 10px 5px;
}

.t3_teaserItem .t3_teaserItemTitle h3 a:hover {
    text-decoration: none;
}

.t3_teaserItem .t3_teaserItemText {
    background: #fff;
    height: 52px;
    padding: 10px 5px 5px 5px;
    position: absolute;
    top: 70px;
    width: 316px;
    z-index: 1;
}
.t3_teaserItem .t3_teaserItemText p {
    display: block;
}

.t3_teaserItem .t3_teaserItemMore {
    background: url(../img/footerMenu_li.png) left 4px no-repeat;
    display: block;
    font-weight: bold;
    margin-top: 0;
    padding-left: 12px;
}

.t3_teaserItem .t3_teaserItemMore a {
    color: #2d2e30;
}

/*IE7 Conditions*/
*+html .t3_teaserItem .t3_teaserItemText {padding-top: 20px;}