/* DEFLAYOUT - MOMENTAN LEDIGLICH FÜR SHOP */
#wrapper .contentcon .promobox_schmal {
   width: 179px;
   background-image: url(../images/teaser_179.png);
}
#wrapper .contentcon .promobox_schmal h2.head{min-height: 32px;}


#wrapper .contentcon .promobox_schmal h2.head, 
#wrapper .contentcon .promobox_schmal .inhalt{background-color: #b4cedc;}

#wrapper .contentcon .promobox_schmal .inhalt{color: #333;}

#wrapper .contentcon .promobox_schmal {padding-bottom: 43px;}

#wrapper .contentcon .promobox_schmal h2.head {color: #333;}

#wrapper .contentcon .promobox_schmal h2.head a,
#wrapper .contentcon .promobox_schmal h2.head a:link,
#wrapper .contentcon .promobox_schmal h2.head a:visited {color: #333;}


/* STARTLAYOUT */
#wrapper .contentcon_start .promobox_schmal {
   width: 246px;
   background-image: url(../images/teaser.png);
}
#wrapper .contentcon_start .promobox_schmal h2.head,
#wrapper .contentcon_start .promobox_schmal .inhalt {background-color: #4699B7;}

#wrapper .contentcon_start .promobox_schmal .inhalt {color: #fff;}

#wrapper .contentcon_start .promobox_schmal{padding-bottom: 50px;}

#wrapper .contentcon_start .promobox_schmal h2.head {color: #fff;}

#wrapper .contentcon_start .promobox_schmal h2.head a,
#wrapper .contentcon_start .promobox_schmal h2.head a:link,
#wrapper .contentcon_start .promobox_schmal h2.head a:visited {color: #fff;}


/* ALLGEMEINE DEFINITIONEN */
.promobox_schmal {
   position: relative;
   margin: 0 10px 12px 0;
   float: left;
   width: 384px;
   font-size: 92%;
   min-height: 189px;
   background-image: url("../images/bg_teaser_unten.png");
   background-position: left bottom;
   background-repeat: no-repeat;
   
}
.promobox_schmal.last {
   margin: 0;
   padding: 0;
}
body .letztesElement {margin-right: 0;}

#teaserbox .promobox_schmal h2.head {
   font-size: 120%;
   padding: 15px 10px 10px 15px;
   font-weight: bold;
   color: #2A597A;
   background-image: url("../images/bg_teaser_oben.jpg");
   background-position: left top;
   background-repeat: no-repeat;
}

#teaserbox .promobox_schmal h2.head a,
#teaserbox .promobox_schmal h2.head a:link,
#teaserbox .promobox_schmal h2.head a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #2A597A;
}
#teaserbox .promobox_schmal h2.head a:focus,
#teaserbox .promobox_schmal h2.head a:hover,
#teaserbox .promobox_schmal h2.head a:active {
  text-decoration: underline;
}


#teaserbox .promobox_schmal .block {
   position: relative;
   float: right;
   display: block;
   width:  74px;
   height: 92px;
   position: relative;
   margin-top: 5px;
   margin-right: 5px;
}
#teaserbox .promobox_schmal .block img{display: block;width: 100%;}  
#teaserbox .promobox_schmal img{border: 0 none;}

#teaserbox .promobox_schmal .block a,
#teaserbox .promobox_schmal .block a:link,
#teaserbox .promobox_schmal .block a:visited {
   padding: 0;
   margin: 0;
   display: block;
}


#teaserbox .promobox_schmal .links img{
   color: #555;
   display: block;
   float: left;
   margin: 0 5px 5px 15px;
}


#teaserbox .promobox_schmal .inhalt {
   padding: 0 10px 25px 0px;
   color: #3E5D71;
   min-height: 45px;
   width: 238px;
   float: right;
}

#teaserbox p.readmore{
   position: absolute;
   left: 0;
   bottom: 0;
}
#teaserbox p.readmore a,
#teaserbox p.readmore a:link,
#teaserbox p.readmore a:visited {
   display: block;
   text-indent: -1000px;
   height: 30px;
   width: 30px;
   background-image: url("../images/bg_promobutton.png");
   background-position: right 0;
   background-repeat: no-repeat;
}
#teaserbox p.readmore a:focus,
#teaserbox p.readmore a:hover,
#teaserbox p.readmore a:focus {
   background-image: url("../images/bg_promobutton.png");
   background-position:  right -40px;
   background-repeat: no-repeat;
}

