
/* mod_teasers css */
.mod_teaser { width:230px; height:auto; }
.mod_teaser.text { color:white; padding:10px; width:90%; }
.mod_teaser.text h1 { font-size:14px; }
.contentcontainer .mod_teaser.text a { border:0; color:#fff; }
.contentcontainer .mod_teaser.text 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; }

/* 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; }


