@import "meam-aktivital-htmlelements.css";

/***********************************************************************************************
*  Teaserboxes Definitions
***********************************************************************************************/
div.teaserBox{
  width: 210px;
}
div.teaserBox div.teaserBoxTop{
  width: 210px;
  height: 11px;
  overflow: hidden;
  background: url(../img/teaserBoxTop.png) no-repeat;
}
div.teaserBox div.teaserBoxCenter{
  width: 210px;
  padding: 0 11px;
  background: url(../img/teaserBoxCenter.png) repeat-y;
}
div.teaserBox div.teaserBoxBottom{
  width: 210px;
  height: 13px;
  overflow: hidden;
  background: url(../img/teaserBoxBottom.png) no-repeat;
}
div.teaserBox div.teaserBoxCenterContent{
  padding: 12px 10px;
  overflow: hidden;
  background: url(../img/teaserBoxCenterContent.png) repeat-x bottom ;
}


div.teaserBox div.teaserBoxCenter h1{
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
div.teaserBox div.teaserBoxCenter h2{
  font-size: 12px;
  margin-bottom: 10px;
}
div.teaserBox div.teaserBoxCenter h3{
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
