/* screen.cms_module_teaser */
div.teaser {
position: relative; top: 0px; left: 0px;
border-bottom: 1px solid #fde03d;
border-left: 1px solid #fde03d;
padding: 4px 9px 2px 9px;
width: 180px;
overflow: hidden;
}

.teaser_title {
margin: 0px;
font-size: 0.9em;
font-weight: normal;
color: #463aa3;
}

.teaser_headline {
margin: 0px 0px 5px 0px;
text-align: left;
font-size: 1em;
color: #261a83;
}

.teaser_article {
margin: 0px 0px 5px 0px;
font-size: 0.9em;
}

.teaser_link {
float: right;
font-size: 0.9em;
}

img.teaser {
margin-left: 3px;
}
/* /screen.cms_module_teaser */

