/* TEASERBOX C+P */

#teaserboxMain {
  width:298px;
  border:1px solid #F1F1F1;
  color:#666666;
  font-size:9px;
  font-family:Verdana;
}

/* TEASERBOX IE 6> HACK MAIN */

*html #teaserboxMain {
  width:300px;
}

.teaserboxBigImage {
  width:206px;
  float:left;
}

.teaserboxImageRow {
  margin-left:4px;
  width:88px;
  float:left;
}

*html .teaserboxImageRow {
  margin-left:3px;
  width:88px;
  float:left;
}


*+html .teaserboxImageRow {
  margin-left:3px;
  width:88px;
  float:left;
}

.teaserboxImageTop {
  width:88px;
  height:72px;
  margin-bottom:3px;
  
}

.teaserboxImageBottom {
  width:88px;
  height:74px;
  margin-bottom:0px;
}

.teaserboxArticle {
  width:280px;
  background-color:#F3F3F3;
  padding:9px 9px 9px 9px;
  line-height:12px; 
  margin-top:-2px; 
}

/* TEASERBOX IE 6> HACK ARTICLE */

*html .teaserboxArticle {
  width:298px;
  margin-top:-2px; 
}

/* TEASERBOX IE 7 HACK ARTICLE */

*+html .teaserboxArticle {
  margin-top:-2px;
  width:280px;
}

.teaserboxArticle p {
  margin:0px;
  padding:0px;
  line-height:14px;
}


