<!-- ================================ KOPIEREN ANFANG ==================== -->
<style type="text/css">
#text h1{
font: bold 2em andale mono;
color: #650300;
padding-top: 1.5em;
}
h2 {
font: bold 2.2em andale mono;
font-variant: small-caps;
color: #650300;
padding-top: 1.4em;
}
#oben {
background: #a00 url(BILDADRESSE-rahmen-oben) no-repeat;
width: 760px;
height: 141px;
text-align: center;
margin: auto;
}
#text {
background: #E0D0C0 url(BILDADRESSE-rahmen-seite);
width: 760px;
padding: 3em 0 6em;
text-align: center;
margin: auto;
}
#text img {
width: 323px;
height: 302px;
border: 3px solid #650300;
margin: 3em auto;
}
#unten {
background: #a00 url(BILDADRESSE-rahmen-unten) no-repeat;
width: 760px;
height: 57px;
text-align: center;
margin: auto;
}
hr {
color: #650300;
background: #650300;
height: 3px;
width: 750px;
}
#text li {
text-align: left;
margin-left: 12em;
}
.tip a,
.tip a:visited {
line-height: 2.1em;
color: #CFAF9F;
}
.tip a:hover {
color: #FFC595;
}
</style>
<div style="text-align: center; margin: 2em auto;">
<div id="oben"><h2>Willkommen in meiner Auktion!</h2></div>
<hr>
<!--linie-->
<div id="text">
<h1>BESCHREIBUNG</h1>
<ul>
<li>text text text</li>
<li>text text text text text text</li>
<li>text text text</li>
<li>text text text</li>
</ul>
<img src="BILDADRESSE" alt="ALTERNATIVTEXT">
<ul>
<li>text text text</li>
<li>text text text</li>
<li>text text text text text</li>
<li>text text text</li>
</ul>
</div>
<!-- text -->
<hr>
<!--linie-->
<div id="unten" class="tip">
<a href="http://cgi6.ebay.de/ws/eBayISAPI.dll?ViewSellersOtherItems&userid=
DEIN_EBAY_NAME&include=0&sort=3&rows=25&since=-1&rd=1">meine anderen Angebote</a></div>
</div>
<!-- center IE -->
<!-- ================================== KOPIEREN ENDE ======================================== -->