/* akkordeon_css.css */
.ce_accordion div.accordionx > div{margin-bottom:2px;padding-top:10px}/* Style des zugeklappten Akkordion-Togglers */.ce_accordion div.toggler{height:40px;padding:10px 5px 10px 35px;background:#d0d0d0 url("../../files/marte_theme/Images/Allgemein/plus.png") left center no-repeat;border-radius:5px;font-weight:bold;color:#FFF;background-size:32px}/* Style für das aufgeklappte Akkordion */.ce_accordion div.active{height:40px;padding:10px 5px 10px 35px;background:#000 url("../../files/marte_theme/Images/Allgemein/minus.png") left center no-repeat;border-style:solid;border-radius:5px 5px 0 0;font-weight:bold;color:#FFF;background-size: 32px}.ce_accordion >  div{margin:0;padding:0 0 0 5px;border:1px solid #000;border-radius:0 0 5px 5px}.ce_accordionStart{margin-bottom:10px}