/* CSS Document - Accordion */      

#options { border:  0px solid #56f;
  width: 100%; 
  margin: 20px 0; 
  text-align: left; 
  color: #4c6aa9;
}
#options a {
  text-decoration:none; 
  color:#4c6aa9 ;
  font-size: 0.95em;
}
#options a:hover {
  color:#008e8d;
}

#acc { border: 0px solid #f00;
  width: 80%;    /* 590px */
  max-width: 580px;
  margin-left: 0px;
  margin-top: 0px; 
  padding: 0%;
  float: left;
  display:block;
  
}
#inhalt ul { font-size: 1.00em; color: #008e8d; font-weight: bold;
	border: 0px solid #f0f; 
	width: 100%; 
}

#acc {width: 100%; list-style:none; margin:0px}
#acc ul li {background-image:none; padding-left:12px;}
#acc h3 {background-image:none;}
#acc h3 {width: 95%; padding:4px 6px 4px; margin-top:3px; margin-left:0px; cursor:pointer; background: #eeeeee;}
#acc h3:hover {background: #bddbf7;)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width: 92%; 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:100%; list-style:none; margin-bottom:10px}
#nested h3 {width:100%; 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:100%; padding:8px; border:1px solid #d8d8d8; border-top:none; background:#fff}
#nested .acc-selected {background:url(../images/menu/bg_footer_o.gif)}

#nested2 {width:100%; list-style:none; margin-bottom:10px}
#nested2 h3 {width:100%; 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:100%; padding:8px; border:1px solid #d8d8d8; border-top:none; background:#fff}
#nested2 .acc-selected {background:url(../images/menu/bg_footer_o.gif)}