Und so mein CSS dazu:
dl {
width: 600px;
}
dt {
width: 150px;
display: inline-block;
}
dd {
width: 260px;
display: inline-block;
}
Ja, ich verwende hier derzeit noch px, das ist gewollt und wird erst am Ende komplett umgestellt, darauf kommt es mir hier auch nicht an.