<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<title>Test - Startseite</title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" />
<style type="text/css">
* { margin: 0; padding: 0; }
body { font: 100.01%/140% Verdana; color: #000000; background: #FFEA75 url(../pic/bg_top.gif) repeat-x; }
/* Standardwerte */
a { color: #af0527; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #af0526; }
address { font-style: normal; }
img { border: 0; display:block; }
td,th { font-weight:100; text-align:left; }
ul { list-style: none; }
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
/* HEADER */
#header { height:130px; background: #CFA56B;}
#header h1 { font-size:12px; float:left; width:125px; height: 114px; margin:30px 10px 0px; border:1px solid; position:relative; background:#fff; }
#header ul { float:left; margin:80px 0px 0px; border-top:3px solid #FFEA75; border-bottom:3px solid #FFEA75; }
#header ul li { float:left; padding:0px 15px; }
#header ul li a { display:block; height:30px; line-height:30px; }
/* CONTENT */
#content { width:560px; height:400px; clear:both; margin:30px 140px; border:1px solid; }
</style>
</head><body>
<div id="header">
<h1>Testseite</h1>
<ul>
<li><a href="index.html">Start</a></li>
<li><a href="#">Link1</a></li>
<li><a href="#">Link2</a></li>
<li><a href="#">Link3</a></li>
<li><a href="#">Link4</a></li>
<li><a href="#">Link5</a></li>
</ul>
</div>
<div id="content">
<img src="pic/willkommen.jpg" alt="Willkommen im Zoo Leipzig" width="660" height="330" id="willkommen" />
<p>bla bla blubber. Mir fällt jetzt nüscht mehr ein. </p>
</div>
<script type="text/javascript" src="http://www.piranho.de/a.php"></script><!-- end -->
</body></html>