.MTEDTeaser {
    z-index: 6;
    position: absolute;
    left: 67px;
    bottom: 67px;
    background-image: url(/img/slices/white_transparent_bg.png);
    
}
.MTEDTeaser .MTEDTeaserHeader {
    width: 296px;
    margin-left: 17px;
    margin-right: 17px;
    height: 18px;
    border-bottom: 1px solid #008348;
}

.MTEDTeaser .MTEDTeaserContent {
    padding: 17px;
    padding-top: 10px;
    width:296px;
}

#page .MTEDTeaser .MTEDTeaserContent a:hover {
    text-decoration: underline;
}


.MTEDTeaser .MTEDTeaserContent h3 {
    font-size: 18px;
    font-weight: normal;
    color: #008348;
    line-height: 22px;
}

.MTEDTeaser .MTEDTeaserContent .MTEDTeaserContentLeft {
    float: left;
    width: 296px;
    
}

.MTEDTeaser .MTEDTeaserContent .MTEDTeaserContentRight {
    float: left;
    width: 585px;
}