
/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html {
	height:100%;
	width:100%;
	overflow: -moz-scrollbars-vertical;
	}
body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	
	text-align:center;
	background-color:#FFF;
	
	}
body, table, th, td, p, input, textarea, select {
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	}
	
a {}
a:hover {}
img {border:none;}

ol {}
ul {}
li {}
li li {}

label {}
.cB {clear:both;}

/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

.container {
	position:relative;
	margin:0 auto 0 auto;
	width:100%;
	min-height:100%;
	height:100%;
	background-color:#FFF;
	}
	/* mozilla hax \*/
html>body .container {
    height:auto;
	}
	/* mozilla hax */
	
/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div.footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	
	clear:both;
	}
div.footer .footerText {
	padding:0px 10px 0px 0px;
	font-size:10px;
	}

.introBlock {
	position:absolute;
	height:450px;
	left:0;
	width:100%;
	top:50%;
	text-align:center;
	margin-top:-275px;
	}
marquee {
	color:#F00;
	font-size:24px;
	}
.landkeuze {
left:50%;
margin-left:-120px;
position:absolute;
width:240px;
}
