<?php
	echo '<?xml version="1.0" encoding="UTF-8" ?>';
	require_once("./scripts/inc.php");
	$i = getsite($_GET['i'],$_GET['c']);	
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-DE">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="ms.locale" content="DE" />
<meta name="Language" content="deutsch, de" />
<meta name="author" content="www.dreaminconcepts.de" />
<meta name="Title" content="dreamin'concepts GbR" />
<meta name="keywords" content="Design, Webdesign, Corporate Design, Internetauftritt, Webseite, Website, Homepage, Webauftritt, Onlineshop, Online-Shop, Beratung, IT, IT-Dienstleistung, Stefan Denz, dreamin'concepts, Konzepte" />
<meta name="description" content="Willkommen bei dreamin'concepts. Wir bieten individuelle Designs, Layouts, Webdesigns aus einer Hand." />
<meta name="abstract" content="Wir bieten individuelle Designs, Layouts, Webdesigns aus einer Hand." />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="robots" content="index, follow" />
<title>dreamin'concepts GbR : <?php echo ucfirst($i[1])." - ".ucfirst($i[0]); ?></title>
<link rel="stylesheet" type="text/css" href="../css/design.css" />
<!--[if IE]>
	<link rel="stylesheet" type="text/css" href="../css/iefixes.css" />
<![endif]-->
<script type="text/javascript">
/** Seite: http://www.derwok.de/service/email_stopspam/
 * @author Stefan Denz
 */
function UnCryptMailto(s, shift) {
        var n=0;
        var r="";
        for(var i=0;i<s.length;i++) {
                n=s.charCodeAt(i);
                if (n>=8364) {n = 128;}
                r += String.fromCharCode(n-(shift));
        }
        return r;
}
function linkTo_UnCryptMailto(s, shift) {
        location.href=UnCryptMailto(s, shift);
}
</script>
</head>
<body>
<div id="wrapper">		
	<div id="logo"><img src="../images/spacer.gif" height="165" width="200" alt="dreamin'concepts Logo" /></div>
	<div id="header"></div>	
	<div id="head2"></div>	
	<div id="navhead"></div>
	<div class="clear"></div>
	<div id="contentcontainer">	
		<div id="navi"><?php include("navi.php"); ?></div>		
		<div id="content"><?php if (!file_exists("./html/".$_GET['c']."/".getindex($_GET['i']).".html")) include("nofile.php"); else include("./html/".$_GET['c']."/".getindex($_GET['i']).".html"); ?></div>
		<div class="clear">&nbsp;</div>
	</div>
</div>
</body>
</html>
