<!-- gehort zu tabview -->
<div class="demo">
<div id="tabs">

    <ul>
        <li><a href="#tabs-1">&Uuml;bersicht</a></li>
        <li><a href="#tabs-2">Statistik</a></li>
    </ul>

<div id="tabs-1">
<table width="100%" cellpadding="5">
<tr valign="top"><td><h2>Ausgehende Artikel</h2><br>
[ARTIKEL]
</td></tr>

</table>
[UEBERSICHT]
</div>

<div id="tabs-2">[STAT]</div>

</div>
</div>


<div style="display: none;" class="demo-description">
<p>Click tabs to swap between content that is broken into logical sections.</p>
</div><!-- End demo-description -->