.customTeaser {
    margin-top: 40px;
    margin-right: 20px;
    float: left;
}

.customTeaser.lastInRow {
    margin-right: 0;
    float: right;
}

.customTeaser .links a {
    background-image: url("../Images/linkArrowRight.gif");
    background-position: left top;
    background-repeat: no-repeat;
    color: #397ab5;
    display: block;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    text-decoration: none;
}

.customTeaser h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #323334;
    padding-top: 15px;
}

.customTeaser p.bodytext {
    font-size: 12px;
    color: #333;
}



/*=======================================
2-Spaltig
========================================*/
.customTeaser .twoColumns {
    width: 387px;
    height: 267px;
    border: 2px solid #78b2e0;
}

.customTeaser .twoColumns .left {
    float: left;
    width: 185px;
    margin-right: 18px;

}

.customTeaser .twoColumns .right {
    float: left;
    width: 165px;

}

.customTeaser .twoColumns .left img{
    margin-left: 14px;
    margin-top: 15px;

}

.customTeaser .twoColumns .left .links {
    padding-left: 14px;
    padding-top: 6px;
}



/*=======================================
1-Spaltig
========================================*/
.customTeaser .oneColumn {
    width: 186px;
    height: 271px;
    padding-left: 14px;
    padding-right: 14px;
    border-top: 2px solid #bfbebf;
    border-bottom: 2px solid #bfbebf;
    box-sizing: border-box;
}


