/* Teaser */
div#Teaser
{
    float           : left;
    margin-left     : 30px;
    width           : 220px;
}

div#Teaser div.Item
{
    margin-bottom   : 20px;
}

div#Teaser div.Item h2
{
    letter-spacing  : 0.0em;
    color           : #FFFFFF;
    font-weight     : bold;
    text-transform  : uppercase;
    font-family     : Verdana;
    font-size       : 11px;
    white-space     : nowrap;
    margin-bottom   : 0px;
    margin-left     : 2px;
    padding-top     : 11px;
    padding-left    : 18px;
    height          : 21px;
	background      : url('/CustomerData/1/Images/Teaser.Headline.Background.png') no-repeat left top;
}

div#Teaser div.Item div
{
    color               : #03418C;
    padding-top         : 10px;
    padding-right       : 20px;
    padding-left        : 20px;
    padding-bottom      : 20px;
    background-image    : url('/CustomerData/1/Images/Teaser.Background.png');
    background-position : bottom;
    background-repeat   : no-repeat;
}

div#Teaser div.Item div hr
{
    color               : #9EB0C8;
    margin-left         : -10px;
    width               : 202px;
    height              : 1px;
    background-color    : #9EB0C8;
    border              : 0;
}

