/* Teaser */
div#Teaser
{
    display         : none;
    /*float           : right;*/
    margin-left     : 10px;
    margin-right    : 0px;
    margin-top      : -2px;
    width           : 215px;
}

div#Teaser div.Item
{
    margin-bottom   : 20px;
}

div#Teaser div.Item h2
{
    letter-spacing  : 0.0em;
    color           : #FFFFFF;
    font-weight     : bold;
    white-space     : nowrap;
    margin-bottom   : 0px;
    margin-left     : 0px;
    padding-top     : 3px;
    padding-left    : 10px;
    height          : 18px;
    border          : 1px solid #d92717;
    background-color: #d92717;
    font-size       : 10pt !important;
}

div#Teaser div.Item div
{
    color               : #000000;
    padding             : 10px;
    border              : 1px solid #d92717;
    font-weight         : bold;
}

div#Teaser div.Item div a
{
    font-weight         : normal;
    text-decoration     : none;
}

div#Teaser div.Item div hr
{
    color               : #9EB0C8;
    margin-left         : -10px;
    width               : 202px;
    height              : 1px;
    background-color    : #9EB0C8;
    border              : 0;
}

