/*********************************************************/
/* Header */
/*********************************************************/
function themeheader() {
echo '<body>
<table align="center" cellpadding="0" cellspacing="0" border="0" style="width:990px;">
<tr><td colspan="5" style="padding-top:5px;"><img src="themes/TekBlue/images/header.png" border="0"></td></tr>
<tr><td colspan="5" style="height:5px;"></td></tr>
<tr><td colspan="5" style="height:31px;" background="themes/TekBlue/images/menu.png">
<center>
<a href="index.php">News</a> |
<a href="modules.php?name=shop&op=category&ids=1">Gameserver</a> |
<a href="modules.php?name=feedback">Kontakt</a> |
<a href="modules.php?name=impressum">Impressum</a>
</center>
</td></tr>
<tr><td colspan="5" style="height:20px;"></td></tr>
<tr><td align="center" valign="top" style="width:170px;">';
themeblockleft();
echo '</td><td style="width:20px;"></td><td align="center" valign="top" style="width:610px;">';
}
/*********************************************************/