
/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html, body {
	height:100%;
}
body {
	margin:0;
	padding:0;
	text-align:center;
	color:#000;
	background-color:#FFF;
	}
body, table, th, td, p, input, textarea, select {
	font-family:Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size:12px;
	}
body, p, ul, li {
	line-height:1.3em;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
	}
a {
	color:#F4D22A;
	text-decoration:underline;
	}
h1 {
	font-size:15px;
	line-height:1.0em;
	}
h2 {
	font-size:13px;
	margin:0;
	
	}
h3 {
	
	font-size:12px;
	font-weight:bold;
	}
h4 {
	font-size:11px;
	}
h5 {
	margin-bottom:2px;
	font-size:12px;
	font-weight:normal;
	}
h6 {
	margin:10px 0 10px 0;
	padding-left:20px;
	font-size:12px;
	font-weight:normal;
	}	
p {
	margin:0 0 15px 0;
	}
	
ul, ol {
	margin:0 0 10px 30px;
	}
/* EXTRA's */

a.noShow,
a.noShow:hover {
	color:#FFF;
	text-decoration:none;
	cursor:hidden;
	}
div.kernwoorden {display:none;}
/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

/* ======== CONTAINER	======== */

div.container {
	position:relative;
	margin:0 auto 0 auto;
	width:100%;
	height:100%;
	text-align:left;
	}
	/* mozilla hax \*/
html>body #container {
	}
	/* mozilla hax */

div.contentScroll {
	position:relative;
	padding-bottom:0px;
	top:2px;
	left:0px;
	width:90%;
	height:auto;
	z-index:20;
	overflow:hidden;
	}
	/* \ */
* html body div.contentScroll  {
	height:auto;
	}
/* */
div.header {
	white-space:nowrap;
	}
div.content {
	padding:10px 10px 30px 0px;
	}
div.kopImage {
	display:none;
	}

div.navigatie {
	display:none;
	}
	
div.adres,
div.adres a ,
div.adres a.noShow{
	font-size:12px;
	margin-left:0;
	color:#000;
	}
