
/* mod_teasers css */
.mod_teaser { width:230px; height:auto; }
.mod_teaser.text { color:white; padding:0px; padding-left:20px; padding-right:20px; padding-top:5px; padding-bottom:3px; width:85%; }
.mod_teaser.headline { color:white; font-size:14px; }
.mod_teaser_link a { color:#fff; }
.mod_teaser_link a:hover { border-bottom:1px dotted; color:#fff; }


/* Yellow */
.mod_teaser.yellow { background-color:#f1ae17; }
.mod_teaser.yellowtop { height:8px; background: transparent url('../images/top.gif') top left no-repeat; }
.mod_teaser.yellowbottom { height:8px; background: #fff url('../images/bottom.gif') top left no-repeat; padding-bottom:14px; }

/* Gray */
.mod_teaser.gray { background-color:#444; }
.mod_teaser.graytop { height:8px; background: transparent url('../images/top_gray.gif') top left no-repeat; }
.mod_teaser.graybottom { height:8px; background: #fff url('../images/bottom_gray.gif') top left no-repeat; padding-bottom:14px;}

