/* CSS Document - Accordion */      

#options { border:  0px solid #56f;
  width: 580px; 
  margin: 20px 0; 
  text-align: right; 
  color: #4c6aa9;
}
#options a {
  text-decoration:none; 
  color:#4c6aa9 ;
}
#options a:hover {
  color:#008e8d;
}

#acc { border: 0px solid #f00;
  width: 580px;
  padding:0px; 
  margin:0px;
  font-size: 1.00em;
}
#inhalt ul { font-size: 1.00em; color: #008e8d; font-weight: bold;}

#acc {width:580px; list-style:none; margin:0px}
#acc ul li {background-image:none; padding-left:12px;}
#acc h3 {background-image:none;}
#acc h3 {width:570px; padding:4px 6px 4px; margin-top:3px; margin-left:0px; cursor:pointer; background:url(../images/menu/bg_footer.gif)}
#acc h3:hover {background:url(../images/menu/bg_footer_o.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:558px; padding:10px; margin-top:0px; margin-bottom: 10px; border:1px solid #d8d8d8; border-top:none; background:#fff; font-weight: normal;}
#acc .acc-content p {padding: 0px 14px 10px 14px;}
#acc .acc-content p.marked {padding: 0px 0px 0px 14px; font-size: 1.0em;}

#nested, #nested2 {width:560px; list-style:none; margin-bottom:10px}
#nested h3 {width:512px; border:1px solid #d8d8d8; padding:3px 6px 4px; font-weight:bold; margin-top:0px; margin-left:2px; cursor:pointer; background:url(../images/menu/bg_footer.gif)}
#nested h3:hover {background:url(../images/menu/bg_footer_o.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:510px; padding:8px; border:1px solid #d8d8d8; border-top:none; background:#fff}
#nested .acc-selected {background:url(../images/menu/bg_footer_o.gif)}

#nested2 {width:560px; list-style:none; margin-bottom:10px}
#nested2 h3 {width:512px; border:1px solid #d8d8d8; padding:3px 6px 4px; font-weight:bold; margin-top:0px; margin-left:2px; cursor:pointer; background:url(../images/menu/bg_footer.gif)}
#nested2 h3:hover {background:url(../images/menu/bg_footer_o.gif)}
#nested2 .acc-section {overflow:hidden; background:#fff}
#nested2 .acc-content {width:510px; padding:8px; border:1px solid #d8d8d8; border-top:none; background:#fff}
#nested2 .acc-selected {background:url(../images/menu/bg_footer_o.gif)}