.empfehlung-headline {
    color: #333333;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}


#empfehlung-kameratyp a {
    float: left;
    width:260px;
    border: 1px solid #eee;
    padding: 10px;
    margin: 0 -1px -1px 0;
    text-align: center;
    position: relative;
}

#empfehlung-kameratyp a .help {
    display: block;
    position: absolute;
    right: 10px;
    top: 160px;
    background-image: url(../images/wizard/help.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#help-text div {
    border: 1px solid #00aa00;
    background-color: #dfd;
    color: #020;
    padding: 5px;
}



#empfehlung-kategorien {
    margin: 0 0 20px 0;
    padding: 0;
}

#empfehlung-kategorien li {
    margin: 0;
    padding: 0;
}

#empfehlung-kategorien li a {
    float: left;
    background: transparent url(../images/empfehlung/kategorie.png) left top no-repeat;
    width: 138px;
    height: 56px;
    padding: 0;
    margin: 0 6px 0 0;
    text-align: center;
    line-height: 56px;
}

#empfehlung-kategorien li.active a {
    background-image: url(../images/empfehlung/kategorie_aktiv.png);
}

#empfehlung-kategorien li,
#empfehlung-kategorien li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#empfehlung-kategorien li a,
#empfehlung-kategorien li a:hover {
    text-decoration: none;
}



#empfehlung-empfehlungen {
    margin: 0;
    padding: 0 0 0 6px;
}

#empfehlung-empfehlungen li {
    float: left;
    background: transparent url(../images/empfehlung/kamera_tab.png) left top no-repeat;
    width: 106px;
    height: 134px;
    padding: 6px 0 0 0;
    margin: 0 8px 0 0;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

#empfehlung-empfehlungen li.active {
    background-image: url(../images/empfehlung/kamera_tab_aktiv.png);
}

#empfehlung-empfehlungen li,
#empfehlung-empfehlungen li a.tablink {
    color: #fff;
    font-weight: bold;
}

#empfehlung-empfehlungen li a.tablink,
#empfehlung-empfehlungen li a.tablink:hover {
    text-decoration: none;
}

#empfehlung-empfehlungen li .hersteller,
#empfehlung-empfehlungen li .modell {
    display: block;
    white-space: nowrap;
}

#empfehlung-empfehlungen li .hersteller {
    font-size: 1.15em;
}

#empfehlung-empfehlungen li .amazonbutton {
    position: absolute;
    right: 4px;
    bottom: 12px;
}





#empfehlung-kamera {
    /*width: 578px;*/
}

#empfehlung-kamera h2 {
    background: transparent url(../images/empfehlung/empfehlung_header.png) left top no-repeat;
    height: 46px;
    line-height: 46px;
    padding: 0 11px;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

#empfehlung-kamera h2 .zusatz {
    font-weight: normal;
}

#empfehlung-kamera .empfehlung-kamera-content {
    border: 2px solid #329bee;
    border-top: 0px none;
    border-radius:  0px 0px 10px 10px;
    padding: 8px 9px;
    margin-bottom: 0.5em;
}

#empfehlung-kamera .empfehlung-kamera-content hr {
    margin: 0.7em;
    background-color: #cccccc;
}

#empfehlung-kamera .empfehlung-kamera-content h3 {
    color: #333333;
    font-weight: bold;
}

#empfehlung-kamera .empfehlung-kamera-content .links {
    margin-bottom: 0.5em;
}
#empfehlung-kamera .empfehlung-kamera-content .links li {
    display: inline-block;
    background: transparent url(../images/boxarr.png) left center no-repeat;
    padding-left: 22px;
    margin-right: 30px;
}
#empfehlung-kamera .empfehlung-kamera-content .links li.last {
    margin-right: 0px;
}

#empfehlung-kamera .empfehlung-kamera-content .ansichten {
    position: relative;
}

#empfehlung-kamera .empfehlung-kamera-content .wertung {
    position: absolute;
    top: 45px;
    left: 50%;
    width: 100px;
    margin-left: -63px;
    border: 2px solid #aaa;
    border-color: rgba(200, 200, 200, 0.5);
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    font-size: 1.3em;
    line-height: 1.2;
}

#empfehlung-kamera .empfehlung-kamera-content .wertung .urteil {
    font-weight: bold;
}

#empfehlung-kamera .empfehlung-kamera-content .wertung .note {
    font-weight: bold;
    color: #ff0101;
}

#empfehlung-kamera .empfehlung-kamera-content .wertung .prozent {
    color: #ff0101;
}

#empfehlung-kamera .empfehlung-kamera-content .pro,
#empfehlung-kamera .empfehlung-kamera-content .contra {
    float: left;
    width: 250px;
    padding-left: 15px;
}

#empfehlung-kamera .empfehlung-kamera-content .pro div,
#empfehlung-kamera .empfehlung-kamera-content .contra div {
    font-weight: bold;
}

#empfehlung-kamera .empfehlung-kamera-content .pro ul,
#empfehlung-kamera .empfehlung-kamera-content .contra ul {
    list-style-type: none;
    margin: 0em;
    padding: 0em;
}

#empfehlung-kamera .empfehlung-kamera-content .pro ul li,
#empfehlung-kamera .empfehlung-kamera-content .contra ul li {
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

#empfehlung-kamera .empfehlung-kamera-content .pro ul li {
    background-image: url(../images/testbericht/fazit_pro.gif);
}

#empfehlung-kamera .empfehlung-kamera-content .contra ul li {
    background-image: url(../images/testbericht/fazit_contra.gif);
}

#empfehlung-kamera .empfehlung-kamera-content .auszeichnung {
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;
}

#empfehlung-kamera .empfehlung-kamera-content .buy-teaser,
#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .content {
    margin: 0;
    padding: 0;
}
#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .content {
    margin-top: 0.8em;
    padding-bottom: 8px;
}
#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .columns {
    background-image: url(../images/empfehlung/buy_background.png);
}
#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .columns .col-2 {
    /* width: 180px!important; */
}
#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .columns .col-2 + .col-2 {
    /* width: 161px !important; */
    /* margin-right: 15px; */
}

#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .columns .col-2 + .col-2.bewertung.last {
    /* width: 190px!important; */
    margin-right: 0px;
    font-size: 12px;
}

#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .columns .col-2.last {
    /* width: 150px!important; */
    margin-right: 0;
}

#empfehlung-kamera .empfehlung-kamera-content .buy-teaser .columns .col-2 + .col-2.bewertung-col-2 {
    /*width: 190px!important;*/
}

.col-2.berwertung.last > img{
    max-width: 101%;
}
