
/* Aufzaehlungen */
.faq h1 { padding: 0px 1px 20px;}
#faqList li { font-weight: bold; margin: 0px 0px 15px 28px;}
#faqList li p { margin: 0px 0px 15px 0px;}
#faqList li dt,
#faqList li dd { padding-left: 1px; }
#faqList li dd { font-weight: normal; }
#faqList li li { font-weight: normal; margin: 0px 0px 0px 15px; list-style: square; }
.module.faq { margin-bottom: 0px; background-image: none; }
/*
    fix another stupid IE (<=6) bug that appears with nested lists (if li:first-child starts with a list [dl, ol, ul]).
    (If you think that is weird, try giving the OL LIs hasLayout and braise yourself...) Can't apply
    this fix to nested ULs, because it will affect the appearance of the other nested  uls used in the faq.
    So if you were to start this faq with a nested list and ie is still around try antering a <br> in front of it or use
    doctype html instead of xhtml. You just have to love this buggy little ******
*/
* html #faqList li dl { display: inline; }
*+html #faqList li dl { display: inline; }
