/**
 *
 * Pokito CSS-File
 * (c) RTL2 Fernsehen GmbH & Co. KG
 *
**/
/** Border für alle Images  **/
/** Teaserboxen **/
/* Boxen-Bereich "Neu" oder "Serien" */
.boxteaser
{
    background-position:top left;
    background-repeat:no-repeat;
    clear:both;
    /*margin-top:15px;*/
    line-height:1.1em;
    font-size:0.9em;
    clear:both;
    width:100%;
}
/* Das sind die einzelnen Boxen */
.boxteaser div
{
    float:left;
    width:115px;
    height:121px;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding:12px 28px 0 12px;
    overflow:hidden;
}
/* Text unter der Box ist Link mit "Mehr"-Pfeil */
.boxteaser a.txtBlock
{
    text-decoration:none;
    display:block;
    width:100%;
    height:auto!important;
    height:20px;
    min-height:20px;
    color:#000;
    margin-left:9px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
/* Einzelne Ueberschriften der Boxen */
.boxteaser div h3
{
    font-size: 12px;
    line-height:11px;
    height:20px;
    color: #FFECB2;
    font-weight:bold;
    /*margin:2px 2px;*/
    margin: -10px 0 2px;
    /*overflow:hidden;*/
    position:relative;
}
.boxteaser div h3 span
{
    position:absolute;
    bottom:0;
}

.boxteaser div.bg
{
    height: 166px;height:170px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.boxteaser div.bg a.txtBlock { background:none; }

.boxteaser div img { padding: 1px 8px 1px 1px; }
