<!DOCTYPE HTML SYSTEM>
<html>
	<head>
		<title><? echo -n $TITLE ?></title>
		<meta http-equiv="cache-control" content="no-cache">
		<meta http-equiv="pragma" content="no-cache"> 
		<meta name="author" content="Christian Dietrich">
		<meta name="revisit-after" content="2 days">
		<meta name="audience" content="all">
		<meta name="content-language" content="en">
		<meta name="copyright" content="(C)opyright 2006-2007 by Anselm R. Garbe">
		<meta name="copyright" content="(C)opyleft  2007 by Christian Dietrich">
		<meta name="robots" content="index,follow">
		<style type="text/css">
			body { background-color: #444; color: #ddd; font-family: sans-serif; margin: 0px; height: 100%}
			a { color: #9cf; }
                        div#slogan {background-color: #222; padding: 5px 1% 5px 5px;}
			div#ctrlmenu { background-color: #222; border: 0px; position: absolute; top: 0; right: 0; padding: 5px 1% 5px 0px;}
			#ctrlmenu ul { list-style: none; margin: 0; padding: 0px; }
			#ctrlmenu li { display: inline; }
			#ctrlmenu a { color: #9cf; padding: 5px; text-decoration: none; }
			#ctrlmenu a:hover { background-color: #333; padding: 5px; text-decoration: none; }
			div#menu { border: 0px; float: left; font-size: 95%; min-height: 100%; 
                                   padding: 0px; width: 20%; background-color: #444;}
			#menu ul { padding: 5px 5px 5px 1em; }
			#menu li { list-style: none; padding: 5px 0px 0px 5px;}
			#menu a { color: #ddd; text-decoration: none; }
			#menu a:hover { background-color: #555; text-decoration: none; display: block; }
                        div.container { background-color: #333; margin: 15px; padding: 5px; }
                        div#error { color: red; font-size: 150%}
			div#page { background-color: #333; border: 0px; float: left; 
                          min-height: 100%;  padding: 0px 0px 0px 10px; width: 79%; }
			textarea { background-color: #444; border: 1px solid #555;
                          color: #eee; width: 100%; margin-bottom: 10px;} 
			input { background-color: #444; border: 1px solid #555; color: #eee; }
		</style>
	</head>
	<body>
          <div id="slogan"><? echo -n $SLOGAN ?></div>
          <? content ?>
	</body>
</html>
