body           { background-color:seashell;
                 font-family:verdana,arial,times;
                 font-size:12px;
                 color:navy;
}
table          { width:580px;
                 border-style:none;
}
td             { vertical-align:top;
                 font-size:12px;
}
div.schmuck    { position:absolute;
                 top:20px;
                 z-index:1;
                 width:100%;
}
div.halsketten { position:absolute;
                 top:360px;
                 z-index:2;
                 width:100%;
}
div.schmuck-halsketten {
                 text-align:justify;
}
hr             { width:580px;
                 height:1px;
                 color:silver;
}
a              { color:navy;
                 text-decoration:none;
}
a:hover        { color:steelblue;
}