/* ---- FAQ Anfang ------ */
#faq {
  margin-top: 1.5em;
}
#faq div.faqContent {
  width: auto;
  background-color: #F7F7F7;
  padding-bottom: 0.5em;
}
#faq div.faqContent .end {
  margin: 0;
  padding: 0;
  width: auto;
  height: 1px;
  clear: both;
}
#faq div.faqContent div.faqTitle {
  padding-left: 4px;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  width: auto;
  font-weight: bold;
  border-bottom: 2px dotted #d0d0d0;
}
#faq div.faqContent ul.groupList {
  width: auto;
  margin: 0;
  padding: 0;
}
#faq div.faqContent ul.groupList li {
  /* width: 17.9em; */
  width: 27.42em;
  margin-bottom: 0.5em;
  float: left;
  font-weight: bold;
  padding-left: 19px;
  background: #f7f7f7 url(pics/li_green.gif) no-repeat 4px center;
}

#faq div.faqEntry {
  margin-top: 10px;
  padding: 0px;
  padding-bottom: 1.5em;
  background: #fff url(pics/line_rast.gif) repeat-x left bottom;
}
#faq div.faqEntry h2, #faq div.faqEntry p  {
  padding-top: 1em;
}

#faq div.faqEntry h2 a {
  color: #7D9931;
}
#faq div.faqEntry div.answer {
  margin-top: 5px;
}
#faq a.more {
  color: #822F0D;
  font-weight: bold;
  padding-left:7px;
  padding-right:15px;
  background: #fff url(pics/d_arrow_right.gif) no-repeat right center;
}
div.message {
  margin-top: 1em;
}
#faq label, button{
  cursor: pointer;
}
#faq div.faqSearch input.searchform {
  border: 1px solid #828282;
  padding: 1px;
  margin: 0 2px 0 0;
  font-size: 1.2em;
    width: 32.8em;
}
#faq div.faqSearch div.button {
  margin-top: 0.3em;
  margin-right: 1px;
  text-align: right;
}
#faq div.faqSearch input.button {
  border: 1px solid #FFF;
  border-left: 1px solid #9DB52D;
  border-right: 1px solid #9DB52D;
  padding-right: 15px;
  text-decoration: none;
  color: #797979;
  font-size: 1em;
  font-weight: bold;
  background: #fff url(pics/d_arrow_right_button.gif) no-repeat right center;
}

#faq div.faqSearchResults {
  margin-top: 10px;
  padding: 0px;
  padding-bottom: 1.5em;
  background: #fff url(pics/line_rast.gif) repeat-x left bottom;
}

#faq div.faqLinks {
  margin-top: -30px;
  text-align: right;
}
#faq div.faqLinks li {
   display: inline;
   padding-left: 1em;
}
#faq div.faqLinks a {
  color: #822F0D;
  font-size: 0.97em;
  padding-right: 12px;
  font-weight: bold;
  background: #fff url(pics/d_arrow_right.gif) no-repeat right center;
}
/* ---- FAQ Ende ------ */
