<html>
	<head>
		<title>Blocked</title>
		<style type="text/css">
			body, html{
				padding: 16px 17px;
				font-family: 'Arial', 'Verdana';
				font-size: 12px;
			}
			h1 {
				background: url('/img/img_stop.png') no-repeat 0 0;
				padding: 10px 75px;
				font-size:30px;
				margin-bottom: 30px;
			}
			h2 {
				padding: 0 25px;
				font-size: 12px;
				margin:20px 0 0;
			}
			
			h2.EN {
				background: url('/img/sprite_flags.png') no-repeat 0 -38px;
			}
			
			h2.NL {
				background: url('/img/sprite_flags.png') no-repeat 0 1px;
			}
			
			p {
				width: 450px;
				margin: 5px 0;
				line-height: 15px;
			}
			
			p span {
				font-weight: bold;
			}
			
			p.note {
				padding-top: 15px;
			}
			
			a {
				color: #047DBF;
			}
		</style>
	</head>
	<body>
		<h1>Domeinnaam geblokkeerd</h1>
		<h2 class="NL">Toegang geweigerd</h2>
		<p>Deze pagina wordt getoond, omdat de domeinnaam die u zoekt is geblokkeerd. Bent u de eigenaar van deze domeinnaam?</p>
		<p>Neem dan contact op met uw provider.</>
		<p class="note"><span>Let op:</span> informatie wordt enkel verstrekt aan de eigenaar, niet aan derden.
		<h2 class="EN">Access denied</h2>
		<p>This domain has been blocked. The administrator of this domain is advised to contact their provider.</p>
		<p class="note"><span>Note:</span> information about this domain is only provided to the admninistrator, not to third parties. 
	</body>
</html>
