
.teaserContainer {
 float: left;
 width: 293px;
 min-height: 198px;
 padding: 10px;
 background: url('../images/teaserBox.png') top left no-repeat;
 margin-bottom: 25px; 
}

.teaserHead {
 width: 100%;
 margin: 20px 0px 15px 0px;
}

.teaserBody{
 padding: 0px;
 display: block;
 overflow: hidden;
}

.teaserLink {
    float: left;
    width: 100%;
    margin-top: 10px;
}

a.teaser, a.teaser:hover {
  font-size: ;
  color: ;
  text-decoration: none;
}
span.teaserTitle{
   color: ;
   font-size: ;
}
span.teaserText{
   font-size: ; 
}

.teaserIcon{
 float:right;
 width:10%;
 text-align:right;
 padding:3px 3px 0px 0px;
 cursor:pointer;
}
