/******* Aenderungen durch @rkrusenb *******/

/** Inhaltsverzeichnis **/
/** Akkordeons **/
dd.closed,
p.closed,
.closed {
  display: none;
}
#content .tree-button {
  float: left;
  border: none;
  background: none;
  font-size: 120%;
  padding-left: 20px;
}
/* accordion control elements shouldn't hide themselves, should they? ;-) */
#faq dt,
a.closed,
button.closed,
h5.closed,
h4.closed,
h3.closed,
h2.closed {
   display: block;
}
#content .tree-button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin-right:5px;
  margin-top: -5px;
}
#faq dt.closed button {
  background: url(/SiteGlobals/StyleBundles/Bilder/Farbschema/accordion_sprite.gif?__blob=normal&v=2) no-repeat 2px -93px
}
#content .tree-button.opened,
#content #faq dt.opened button {
  background: url(/SiteGlobals/StyleBundles/Bilder/Farbschema/accordion_sprite.gif?__blob=normal&v=2) no-repeat 2px -3px
}
