<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html lang="<?php echo $lang; ?>">
<head>
<?php echo "<title>$TITLE</title>"; ?>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
<meta name="language" content="german">
<meta name="author" content="Tino Reichardt, milky-squidwall@mcmilk.de">
<meta name="robots" content="noindex, nofollow, nocache">

<!--[if gte IE 6]>
<style type="text/css">
html {overflow-x:hidden;overflow-y:hidden;}
</style>
<![endif]-->

<?php
if (isset($meta)) { echo $meta; }

/* styles fr alle */
echo "<link rel=\"stylesheet\" href=\"$P_EXT/style.css\" type=\"text/css\">";

if (isset($style)) {
  echo "<link rel=\"stylesheet\" href=\"$P_EXT/$style.css\" type=\"text/css\">";
} else {
  echo "<link rel=\"stylesheet\" href=\"$P_EXT/main.css\" type=\"text/css\">";
}

if (isset($B_COLOR)) {
 echo "</head><body bgcolor=\"$B_COLOR\">";
} else {
 echo "</head><body>";
}

echo '<a name="top"></a>';

$t_open="<table width=\"100%\" bgcolor=\"$CT_BORDER\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\"><tr><td>
<table width=\"100%\" bgcolor=\"$CT_INTERN\" border=\"0\" cellspacing=\"0\" cellpadding=\"10\"><tr><td>";

$t_close="</td></tr></table></td></tr></table>";

?>
