html
{
	overflow-x: hidden;
	overflow-y: hidden;
	margin-left:auto; 
	margin-right:auto; 
	text-align: center;
}

html,body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

img
{
	border: 0;
	margin: 0;
}

div
{
	text-align: left;
}
#myAlternativeContent
{
	width: 100%;
	height: 100%;
	background-color: #607486;
}
#errorcontainer
{
	width: 100%;
	height: 100%;
	background-color: #607486;
	line-height: 16px;
}

	#infobar
	{
		position: absolute;
		top: 101px;
		width: 100%;
		height: 137px;
		background-color: #324a5c;
	}
		#infobar .logo
		{
			width: 417px;
			height: 137px;
			background: url(/media/uiimages/errorpage-klu-logo.gif);
			background-repeat: no-repeat;
		}
		
		#infobar .info, #infobar .errorinfo
		{
			position: absolute;
			top: 34px;
			left: 451px;
		}
			#infobar .info span, #infobar .errorinfo span
			{
				display: none;
			}
			#infobar .info .validated
			{
				width: 185px;
				height: 70px;
				background: url(/media/uiimages/validated-email.gif);
				background-repeat: no-repeat;
			}
			#infobar .info .invalidated
			{
				width: 219px;
				height: 70px;
				background: url(/media/uiimages/invalidated-email.gif);
				background-repeat: no-repeat;
			}
			#infobar .errorinfo .error400
			{
				width: 320px;
				height: 70px;
				background: url(/media/uiimages/errorpage-error-400.gif);
				background-repeat: no-repeat;
			}
			#infobar .errorinfo .error401
			{
				width: 337px;
				height: 70px;
				background: url(/media/uiimages/errorpage-error-401.gif);
				background-repeat: no-repeat;
			}
			#infobar .errorinfo .error403
			{
				width: 152px;
				height: 70px;
				background: url(/media/uiimages/errorpage-error-403.gif);
				background-repeat: no-repeat;
			}
			#infobar .errorinfo .error404
			{
				width: 172px;
				height: 70px;
				background: url(/media/uiimages/errorpage-error-404.gif);
				background-repeat: no-repeat;
			}
			#infobar .errorinfo .error500
			{
				width: 319px;
				height: 70px;
				background: url(/media/uiimages/errorpage-error-500.gif);
				background-repeat: no-repeat;
			}
			#infobar .errorinfo .errornojavascript 
			{
				width: 372px;
				height: 70px;
				background: url(/media/uiimages/errorpage_nojavascript.gif);
				background-repeat: no-repeat;
			}
			#infobar .errorinfo .errornoflash
			{
				width: 372px;
				height: 70px;
				background: url(/media/uiimages/errorpage_noflash.gif);
				background-repeat: no-repeat;
			}
			
			#infobar .errorinfo .errorresolution
			{
				width: 273px;
				height: 70px;
				background: url(/media/uiimages/errorpage-resolution-too-low.gif);
				background-repeat: no-repeat;
			}
			
	#errorcontent
	{
		position: absolute;
		top: 271px;
		left: 451px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #ffffff;
		width: 400px;
	}
	
		#errorcontent h1
		{
			font-size: 12px;
			font-weight: bold;
			margin: 0;
			padding: 0;
		}	
		
		#errorcontent p.first
		{
			margin-top: 0;
		}
		#errorcontent a
		{
			text-decoration: none;
			color: #ffffff;
			font-weight: bold;
		}
		#errorcontent a:hover
		{
			text-decoration: underline;
		}

		#errorcontent a.downloadflashbutton
		{
			margin: 10px 0 0 0;
			height: 22px;
			width: 170px;
			float: left;
			background: url(/media/uiimages/errorpage-button-downloadflash.gif);
			background-repeat: no-repeat;
		}
		
		#errorcontent a.gotositebutton
		{
			margin: 10px 0 0 0;
			height: 22px;
			width: 137px;
			float: left;
			background: url(/media/uiimages/errorpage-button-gotosite.gif);
			background-repeat: no-repeat;
		}
		#errorcontent a.downloadflashbutton:hover,#errorcontent a.gotositebutton:hover
		{
			text-decoration: none;
		} 
		#errorcontent span
		{
			visibility: hidden;
		}
		
	#footer
	{
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 26px;
		background-color: #324a5c;
		text-align: right;
	}
		#footer .buttonbasisx
		{
			height: 26px;
			width: 129px;
			float: right;
			background: url(/media/uiimages/errorpage-button-basisx.gif);
			background-repeat: no-repeat;
		}
		#footer .buttonwerkenbijdeluchtmacht
		{
			height: 26px;
			width: 191px;
			float: right;
			background: url(/media/uiimages/errorpage-button-werkenbijdeluchtmacht.gif);
			background-repeat: no-repeat;
		}
		#footer a
		{
			text-decoration: none;
		}
		#footer span
		{
			visibility: hidden;
		}
#gameContainer {
	position: absolute;
	float:left;
	width: 1px;
	height: 1px;
	background-color: transparent;
	z-index: 1000;
	left: -100px;
	top: -100px;
}

