<?php
	session_start();
	require_once("config_server.php");
	require_once("functions.php");

//var_dump($_GET);
//var_dump($_POST);
	$lang=LANG;
	if (isset($_GET['l'])) {
		$lang = $_GET['l'];
	}

	$pageid="home";
	$meta_title = '';
	$meta_descr = '';
	$texts = GetTexts($lang);

	if (SEF_URL == 1) {
		$sefurl = '';
		if (isset($_GET['u'])) {
			$sefurl = $_GET['u'];
		}
	}

// smarty	
/*
	require 'smarty/libs/Smarty.class.php';
	$smarty = new Smarty;
	$smarty->assign('meta_title',$meta_title);
	$smarty->assign('meta_descr',$meta_descr);
	$smarty->assign('http_root',HTTP_ROOT);
	$smarty->assign('lang',$lang);
	$smarty->assign('hmenu',HMenu($lang,1,true));

	$smarty->display('home.tpl');
*/
// /smarty	
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="<?php echo $lang; ?>" />
<title><?php echo $meta_title; ?></title>
<meta name="Designer" content="www.artkrise.de" />
<meta name="author" content="biographics.eu" />
<meta name="description" content="<?php echo $meta_descr; ?>" />
<link rel="icon" href="<?php echo HTTP_ROOT; ?>/favicon.ico" type="image/x-icon" />
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #006600;
}
-->
</style>
<link href="<?php echo HTTP_ROOT; ?>/htdocs/schrift.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.Stil1 {color: #FFFFFF}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #EDEDED;
	text-decoration: none;
}
-->
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>&nbsp;</td>
    <td width="1024" height="768" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="1032" height="768" align="center" valign="top" bgcolor="#66CC00"><table width="100%" border="0">
          <tr>
            <td width="979" height="190" background="bilder/start_o.gif">&nbsp;</td>
          </tr>
          <tr align="center" valign="middle" class="navi">
            <td height="384" valign="top" background="bilder/start_m.jpg">
<?php
echo HMenu($lang,1,true);
?>
            </td>
            </tr>
          <tr align="center" valign="middle" class="navi">
            <td height="243" background="bilder/start_u.gif">&nbsp;</td>
            </tr>
        </table></td>
      </tr>
    </table></td>
    <td bgcolor="#006600">&nbsp;</td>
  </tr>
</table>
</body>
</html>
