/* ------------------------------------------- */
/*     Wettertoerkapel Stylesheet (Home)	   */
/*     NewEye Studios - Sander Terpstra        */
/*  ------------------------------------------ */

	*{
	 /* Reset Browser Standaard */
		margin: 			0px;
		padding:  	 	 	0px;	
	}
	
	body {
	 /* Body Styling */
	 	background-color:	#990000;
		background-image:	url(../images/bkg.jpg);
		height:				100%;
	}
	
	
	hr{
	 /* Verberg HR Tags */
		display:			none;
	}
	
/* -------------------------------------------- */

	#placeholder {
	 /* Zowel horizontaal als verticaal centreren van de Div */
		position:			absolute;
	 	width:				855px;
		height:				600px;
		left:				50%;
		margin-left:		-427px;
		top:				50%;
		margin-top:			-300px;
	}
	
	#border-left{
	 /* Internet Explorer PGN Fix (Toon PGN met Microsoft AlphaImageLoader) */
	 /* Opmerking: Bij filter moet de 'src' relatief aan het (html)document zijn!  */
		width:				84px;
		height:				600px;
		float:				left;
		filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bkg_border-left.png');
	}
	
	html>/**/body #border-left{
	 /* Overige browsers (Toon PGN als achtergrond-afbeelding (Background-image)  */
		width:				84px;
		height:				600px;
		background-image:	url(../images/bkg_border-left.png);
		background-repeat:	no-repeat;
		float:				left;
	}

	#border-top{
	 /* Internet Explorer PGN Fix (Toon PGN met Microsoft AlphaImageLoader) */
	 /* Opmerking: Bij filter moet de 'src' relatief aan het (html)document zijn!  */
		width:				715px;
		height:				38px;
		float:				left;
		filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bkg_border-top.png');
	}
	
	html>/**/body #border-top{
	 /* Overige browsers (Toon PGN als achtergrond-afbeelding (Background-image)  */
		width:				715px;
		height:				38px;
		float:				left;
		background-image:	url(../images/bkg_border-top.png);
		background-repeat:	no-repeat;
	}
	
	#border-right{
	 /* Internet Explorer PGN Fix (Toon PGN met Microsoft AlphaImageLoader) */
	 /* Opmerking: Bij filter moet de 'src' relatief aan het (html)document zijn!  */
		width:				56px;
		height:				600px;
		float:				right;
		filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bkg_border-right.png');
	}
	
	html>/**/body #border-right{
	 /* Overige browsers (Toon PGN als achtergrond-afbeelding (Background-image)  */
		width:				56px;
		height:				600px;
		float:				right;
		background-image:	url(../images/bkg_border-right.png);
		background-repeat:	no-repeat;
	}
	
	#border-bottom{
	 /* Internet Explorer PGN Fix (Toon PGN met Microsoft AlphaImageLoader) */
	 /* Opmerking: Bij filter moet de 'src' relatief aan het (html)document zijn!  */
		width:				715px;
		height:				69px;
		float:				left;
		filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bkg_border-bottom.png');
	}
	
	html>/**/body #border-bottom{
	 /* Overige browsers (Toon PGN als achtergrond-afbeelding (Background-image)  */
		width:				715px;
		height:				62px;
		float:				left;
		background-image:	url(../images/bkg_border-bottom.png);
		background-repeat:	no-repeat;
	}
	
	#spacer-lefttop{
		width:				193px;
		height:				76px;
		float:				left;
		background-image:	url(../images/bkg_spacer-topleft.jpg);
	}
	
	#spacer-centertop{
		width:				314px;
		height:				76px;
		float:				left;
		background-image:	url(../images/bkg_spacer-centertop.jpg);
	}
	
	#spacer-righttop{
		width:				208px;
		height:				76px;
		float:				left;
		background-image:	url(../images/bkg_spacer-topright.jpg);
	}
	
	#spacer-left{
		width:				193px;
		height:				304px;
		float:				left;
		background-image:	url(../images/bkg_spacer-left.jpg);
	}
	
	#logo{
		width:				314px;
		height:				304px;
		float:				left;
		overflow:			hidden;
		background-image:	url(../images/logo.jpg);
	}
	
	#spacer-right{
		width:				208px;
		height:				304px;
		float:				left;
		background-image:	url(../images/bkg_spacer-right.jpg);
	}
	
	#text-left{
		width:				193px;
		height:				113px;
		float:				left;
		background-image:	url(../images/bkg_text-left.jpg);
	}
	
	#text-center{
		width:				314px;
		height:				113px;
		background-image:	url(../images/bkg_text-center.jpg);
		float:				left;
	}
	
	#text-center h3{
		display:			none;
	}
	
	#text-center span{
		display:			none;
	}
		
	#text-right{
		width:				208px;
		height:				113px;
		background-image:	url(../images/bkg_text-right.jpg);
		float:				left;
	}
	
	#footer{
	 /* Internet Explorer PGN Fix (Toon PGN met Microsoft AlphaImageLoader) */
	 /* Opmerking: Bij filter moet de 'src' relatief aan het (html)document zijn!  */
		position:			absolute;
		left:				0px;
		bottom:				0px;
		width:				116px;
		height:				47px;
		float:				left;
		filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bkg_footer.png');
		text-indent:		-100em;
		overflow:			hidden;
	}
	
	html>/**/body #footer{
	/* Overige browsers (Toon PGN als achtergrond-afbeelding (Background-image)  */
		position:			absolute;
		left:				0px;
		bottom:				0px;
		width:				126px;
		height:				47px;
		float:				left;
		background-image:	url(../images/bkg_footer.png);
	}
	
	#noflash-error{
		width:				314px;
		height: 			304px;
		filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bkg_noflash.png');
		font-family:		"Courier New", Courier, monospace;
		font-size:			11px;
		color:				#000000;
	}
	
	html>/**/body #noflash-error{
		width:				314px;
		height: 			304px;
		background-image: 	url(../images/bkg_noflash.png);
		background-repeat:	no-repeat;
		font-family:		"Courier New", Courier, monospace;
		font-size:			11px;
		color:				#000000;
	}
	
	#noflash-error a{
		text-decoration: 	underline;
		color:				#000000;
	}
	
	#noflash-error span{
		display:			block;
		padding:			50px;
		padding-top:		60px;
	}
	
	#noflash-error h3{
		display:			none;
	}
	
	#SEO{
		display: 			none;
	}
	
	#overlay-continue{
		cursor: 			pointer; 
		margin: 			84px 0 0 90px; 
		height: 			15px; 
		width: 				60px;
	}
