<!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" />
<title>Page Error</title>
<style>
body{
	background: #ccc;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	color: #333;
}
#content{
	width: 300px;
	margin: 40px auto;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #FFF;
	overflow: auto;
}
</style>
</head>
<body>
<div id="content">
<h2>Ein Fehler ist aufgetreten:</h2>
<p>
Kein oder ungültiger Domainname angegeben.<br />(Sitzung wurde beendet)</p>
</div>
</body>
</html>