<!-- ================== KOPIEREN ANFANG ======================================== -->
<style type="text/css">
/* ===== BEGINN HEADER ===== */
#header{
background: url('BILDADRESSE') no-repeat;
width: 756px;
height: 324px;
}
/* ===== ENDE HEADER ===== */
/* ===== BEGINN INHALT ===== */
#inhalt {
background: url('BILDADRESSE') repeat-y;
width: 756px;
font: normal 1.2em 'Palatino Linotype';
color:#787878;
}
h1 {
text-align: center;
padding: 1.5em auto;
font: 1.5em 'Palatino Linotype';
color: #996000;
}
#inhalt ul {
width: 680px;
text-align: left;
list-style: outside;
padding-left: 1em;
}
#inhalt ul li {
padding-bottom: 0.8em;
}
hr {
border: solid #787878 1px;
width: 90%;
margin-bottom: 2em;
}
#bild1 {
border: 10px double #5D6C65;
}
#bild2 {
border: 10px double #5D6C65;
margin-top: 1em;
}
ul#info {
padding-top: 1em;
padding-bottom: 1em;
}
ul#info li {
text-align: left;
padding-bottom: 1em;
}
a:link {
text-decoration: underline;
color: #A3A3A3;
}
a:visited {
color: #A3A3A3;
}
a:hover {
color: #f00;
}
/* ===== ENDE INHALT ===== */
/* ===== BEGINN FOOTER ===== */
#footer {
background: #C0CFC8 url('BILDADRESSE') no-repeat;
width: 756px;
height: 62px;
}
/* ===== ENDE FOOTER ===== */
</style>
<center>
<!-- ===== BEGINN Header ===== -->
<div id="header"></div>
<!-- ===== ENDE HEADER ===== -->
<!-- ===== BEGINN INHALT ===== -->
<DIV id="inhalt">
<h1>ÜBERSCHRIFT</h1>
<ul>
<li>TEXT</li>
<li>TEXT</li>
<li>TEXT</li>
<li>TEXT</li>
<li>TEXT</li>
<li>weiterer Text ...</li>
</ul>
<hr>
<p><img id="bild1" src="
BILDADRESSE" alt="
ALTERNATIVTEXT">
<br>
evtl. BILDUNTERSCHRIFT</p>
<p><img id="bild2" src="
BILDADRESSE" alt="
ALTERNATIVTEXT">
<br>
evtl. BILDUNTERSCHRIFT</p>
<hr>
<!-- ===== BEGINN INFO ===== -->
<ul id="info">
<li><span style="color: #996000;">Versandkosten</span><br>
Hermespaket (versichert) 6 Euro</li>
<li><span style="color: #996000;">Privatauktion</span><br>
daher keine Rücknahme oder Gewährleistung! </li>
<li><span style="color: #996000;">Fragen</span><br>
jederzeit gerne per => <a href="mailto:
DEINE_MAILADRESSE">email</a></li>
<li>meine weiteren => <a href="http://search.ebay.de/_W0QQsassZ
DEIN_EBAYNAME">Angebote</a></li>
</ul><!--info-->
<!-- ===== ENDE INFO ===== -->
</DIV><!-- inhalt -->
<!-- ===== ENDE INHALT ===== -->
<div id="footer"></div>
</center>
<!-- ================== KOPIEREN ENDE ======================================== -->