#content .promobox_breit,
#content .promobox_schmal {
	padding: 5px;
	margin: 0 0 10px 0;
	min-height: 180px;
	border: 1px solid #871d2b;
}

#content .promobox_schmal {
	width: 47%;
	margin-right: 1%;
	float: left;
}
#content .promobox_breit {
	width: 9%;
}

#content .promobox_breit .inhalt,
#content .promobox_schmal .inhalt {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
}

#content .promobox_breit .links,
#content .promobox_schmal .links {
   position: relative;
}

#content .promobox_schmal .head,
#content .promobox_breit  .head {
   background-color: #871d2b;
   color: #fff;
   font-size: 110%;
   font-weight: bold;
	text-transform: uppercase;
	margin: -4px -4px 7px -4px;
	padding: 4px 10px;
}

#content .promobox_schmal .head a:link,
#content .promobox_breit  .head a:link,
#content .promobox_schmal .head a:visited,
#content .promobox_breit  .head a:visited {
   color: #fff;
   text-decoration: none;
}
#content .promobox_schmal .head a:focus,
#content .promobox_breit  .head a:focus,
#content .promobox_schmal .head a:hover,
#content .promobox_breit  .head a:hover,
#content .promobox_schmal .head a:active,
#content .promobox_breit  .head a:active {
   text-decoration: underline;
}

#content .head a{color: #fff;}

#content div.float,
#content div.links {
	float: left;
	margin-right: 5px;
	z-index: 12;
}
#content div.float img,
#content div.links img {
   background-color: #fff;
   display: block;
}

.clearTeaserImg{clear: left;height:1px}