/* für alle vernünftigen browser */
#content {
 overflow: auto;
}

/* exploder V6 only */
* html #content {
 overflow: scroll;
}

/* exploder V7 only */
*+html #content {
 overflow: scroll;
}
