Listing 14-14 "CSS für den Info-Bereich"

#infobox {
float: left;
margin: 1em 1em 0 1.7em;
width: 24.8em;
}
#infobox div {
margin-bottom: 1.6em;
}
#infobox p,
#infobox ul,
#infobox ol,
#infobox dl {
padding: 1.2em 0.6em 0;
margin: 0;
}
#info {
width: 12em;
float: left;
}

Dieses Beispiel stammt aus dem Buch Barrierefreiheit verstehen und umsetzen.