.teaser{
    position: relative;
    width: 296px;
    color: #FFFFFF; /* #414042 */
    display: inline-block;
    margin-right: 16px;
}

.teaser.last{
    margin-right: 0px;
}

.teaser.last + *{
    clear: left;
}

.teaser a{
    color: inherit;
}

.teaser .headline{
    font-size: 18px;
}

.teaser .teaser-image{
    width: 100%;
    height: 193px;
}

.teaser .teaser-link{
    font-size: 18px;
    position: relative;
    height: 67px;
    line-height: 67px;
    vertical-align: middle;
    padding-left: 10px;
    background-color: #A90034;
}

.teaser .teaser-link .teaser-arrow{
    position: absolute;
    top: 10px;
    right: 8px;
}

.teaser .teaser-text{
    padding: 15px;
    /*background-color: #A90034;*/
}

.teaser .teaser-text h2{
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 20px;
}

.teaser .teaser-text .link{
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 35px;
}

.teaser .teaser-text .teaser-arrow{
    position: absolute;
    bottom: 10px;
    right: 8px;
}


.workflow{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    /*padding: 1px 16px;*/
    padding-top: 1px;
    padding-bottom: 51px;
    /*border-bottom: 1px solid #CAC4BE;*/
    font-family: "PlutoSansDPDLight", Arial;
}

.workflow + *{
    clear: left;
}

.workflow .workflow-item{
    font-size: 12px;
    position: relative;
    float: left;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background-color: #CAC4BE;
    border-right: 1px solid #e7e7e7;
    width: 134px;
    display: table;
}

.workflow .workflow-item .workflow-text{
    display: table-cell;
    vertical-align: middle;
    z-index: 50;
}


.workflow .arrow{
    position: absolute;
    height: 100%;
    width: 23px;
    background-color: #FFF;
    top: 0px;
    right: -12px;
    z-index: 1;
    background-image: url('../images/arrow-default.png');
    background-repeat: no-repeat;

}

.workflow .arrow.active-left{
    background-image: url('../images/arrow-active-left.png');
    background-repeat: no-repeat;
}
.workflow .arrow.active-both{
    background-image: url('../images/arrow-active-both.png');
    background-repeat: no-repeat;
}

.workflow .workflow-item.active{
    background-color: #A90135;
    color: #fff;
}

.calculator-table{
    position: relative;
    width: 97%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
}

.calculator-table tr{
    position: relative;
    border-bottom: 3px solid transparent;
	line-height: 20px;
}

.calculator-table tr.white-border{
    border-bottom: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFf;
}

.calculator-table td{
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.calculator-table .row-title{
    position: relative;
	line-height: 25px;
	background-color: #FFFFFF;
	text-align: center;
}

.calculator-table .row-title.row-title-result{
}

.calculator-table .row-form input[type="text"]{
    width: 135px;
    text-align: center
}

.calculator-table .row-result{
    font-size: 13px;
    height: 25px;
	text-align: center;
	valign: middle;
}

.calculator-table .row-result span{
    margin-left: 10px;
    margin-right: 10px;
}

.calculator-table .row-result input{
    background-color: #e6e7e7;
    border: none;
    text-align: center;
    width: 140px;
}

.calculator-table .row-result.border-right{
    border-right: 2px solid #FFFFFF;
}

.calculator-table .row-result.border-left{
    border-left: 2px solid #FFFFFF;
}

.calculator-table .row-result.border-bottom{
    border-bottom: 2px solid #FFFFFF;
}

.calculator-table .row-result.border-top{
    border-top: 2px solid #FFFFFF;
}

.calculator-table .row-title.border-right{
    border-right: 2px solid #e6e7e7;
}

.calculator-table .row-title.border-left{
    border-left: 2px solid #e6e7e7;
}

.calculator-table .row-title.border-bottom{
    border-bottom: 2px solid #e6e7e7;
}

.calculator-table .row-title.border-top{
    border-top: 2px solid #e6e7e7;
}

.calculator-table .button-offset{
    padding-top: 21px;
    padding-bottom: 17px
}