#content .promobox_breit,
#content .promobox_schmal {
   padding: 0;
   margin: 0 0 10px 0;
   min-height: 100px;
}

#content .promobox_breit {
   margin-right: 15px;
}

#content .promobox_schmal {
   width: 285px;
   border-right: 15px solid #fff;
   float: left;
}

#content .inhalt p {
   line-height: 130%;
}

#content .promobox_breit img,
#content .promobox_schmal img{
   float: left;
   margin: -3px 10px 5px 0;
   padding: 0;
}

#content .head {
   font-size: 110%;
   background-color: #EE8215;
   margin: 0 0 3px 0;
   padding: 3px 10px;
}

#content .head a,
#content .head a:link,
#content .head a:visited{
   color: #fff;
   text-decoration: none;
}


#content .head a:focus,
#content .head a:hover,
#content .head a:active {
   text-decoration: underline;
}

