<!-- ================== KOPIEREN ANFANG ======================================== -->
<style type="text/css">
body {
background: #ffffff;
}
#rahmen1 {
border: 5px solid #C0908F;
background: url(BILDADRESSE);
margin: 50px;
padding: 30px;
}
#rahmen2 {
border: 1px solid #C0908F;
background: url(BILDADRESSE);
padding: 15px;
}
#rahmen3 {
background: url(BILDADRESSE);
padding: 25px;
}
#rahmen4 {
background: url(BILDADRESSE);
padding: 15px;
}
.textfeld {
overflow:auto;
text-align: center;
border: 5px dotted #C0908F;
background: #EFEFEF;
padding: 10px;
font: italic 1.5em Times New Roman;
color: #000F86;
}
.textfeld h1 {
font-style: normal;
text-align: center;
}
.textfeld h2 {
text-align: center;
}
.textfeld ul {
width: 60%;
margin: 2em auto;
text-align: left;
padding-left: 20px;
}
#angebot {
text-align: center;
margin:4em auto 0.5em;
font:italic 0.8em Times New Roman;
color: #838383;
}
#angebot a,
#angebot a:visited {
color: #838383;
}
#angebot a:hover {
color: #a00;
}
</style>
<div id="rahmen1">
<div id="rahmen2">
<div id="rahmen3">
<div id="rahmen4">
<div class="textfeld">
<img src="BILDADRESSE" alt="Alternativtext" border="0">
<h1>ARTIKELBESCHREIBUNG</h1>
<ul>
<li>Text nach Belieben ...</li>
<li>Maße Maße Maße ...</li>
<li>Material ...</li>
<li>Erhaltungszustand ...</li>
<li>Versand ...</li>
<li>evtl. AGBs, Disclaimer ...</li>
<li>Sonstiges ... Sonstiges ... Sonstiges ...</li>
</ul>
<img src="BILDADRESSE" alt="Alternativtext" border="0">
<p id="angebot">
Bitte beachtet auch meine anderen <a href="http://search.ebay.de/_W0QQsassZ
DEIN_EBAY_NAME"> Angebote</a>, vielleicht läßt sich Porto sparen!</p>
</div><!--angebot-->
</div><!--textfeld-->
</div><!--rahmen4-->
</div><!--rahmen3-->
</div><!--rahmen2-->
</div><!--rahmen1-->
<!-- ================== KOPIEREN ENDE ======================================== -->