Om nah hoo pez nyeetz, Gunnar Bittersmann!
...
<head>
<style>
dl {border: 5px solid red;}
dt {border-bottom: 5px solid blue; margin: auto 5px; text-indent: 10px;}
dd {margin-top: -1.55em; margin-left: 25em;}
</style>
</head>
<body>
<dl>
<dt>foo</dt>
<dd>bar</dd>
<dt>noch foo</dt>
<dd>barer</dd>
</dl>
...
leistet das Verlangte.
Matthias
--