* 
{
margin:0; 
padding:0;
}

#acc2 {
width:175px; 
}

#acc2 h3 {
width:161px;
padding:6px 6px 8px; 
margin-top:5px; 
cursor:pointer; 
background:#000; /* Farbe hinter Kapiteltitel */
}

/*
#acc2 h3:hover {
background:#99b0bf;
}
*/

#acc2 .acc-content {
width:151px; /* war 151 */
padding:15px; /* war 15 */
background:none; /* Hintergrundfarbe hinter Untermenüs */
} 

/* --------------- Kapiteltitel --------------- */

#nested2 h3 {
width:151px; /* Breite Kapitel */
border:2px solid #406F71; /* Rand um Kapitel */
padding:6px 6px 8px; /* Innenabstand um Kapiteltitel zu Rand */
font-size:100%; 
color:#406F71; /* Farbe Kapiteltitel */
margin-top:15px; /* Abstand zwischen Kapiteltiteln */
cursor:pointer; /* Ganze Fläche Kapiteltitel als Link aktiv */
} 

/* #nested2 h3:hover {background:#f5f5f5} /* Hintergrundfarbe Kapiteltitel beim Überfahren mit Maus */

/* --------------- Unterkapitel --------------- */

#nested2 {
width:154px; /*war 143: wichtig fuer hr-Breite innerhalb des untersten Kapitels rechts */
list-style:none; 
margin-bottom:15px; /* Aussenabstand von unterstem Kapitel zu absoluter Unterkante */
} 

/* Inhalte Unterkapitel */
#nested2 .acc-section {
overflow:hidden; /*keine Scrollbalken */
} 

#nested2 .acc-content {
line-height: 210%; /* war 22pt */
padding:10px 0px 0px 6px; /* Abstand Liste Unterkapitel von oben, rechts, unten, links */
} 

#nested2 .acc-selected {
background:#99b0bf;
}

/* --------------- Unterkapitel --------------- */

#nested2 a:link { color: #000; background: transparent; text-decoration: none; } 
#nested2 a:visited { color: #000; background: transparent; text-decoration: none; }
#nested2 a:focus { outline: 0; color: #406f71; background: transparent; text-decoration: none; }
#nested2 a:hover { outline: 0; color: #406f71; background: transparent; text-decoration: none; }
#nested2 a:active { color: #000; background: transparent; text-decoration: none; }