html, head, body {
	height: 100%;                                   /* Make sure the document takes up the whole window. */
    margin: 0;                                     	/* Get rid of any default margins, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
    padding: 0;                                     /* Get rid of any default padding, which could cause the html and body elements to be larger than the window and trigger scrollbars. */
    background-image:url(img/verloop.jpg);
	background-repeat:repeat-x;
	background-color:#CECED0;
	}
							
div#shim {
	visibility: hidden;
    width: 100%;
    height: 50%;                                     /* Bump div#content down half the height of the screen. */
    margin-top: -280px;                              /* Half the height of div#content. */
    float: left;
    }
			
div#content {
	margin: 0 auto;
	background-color:#FFFFFF;
    width: 1000px;
    height: 560px;
    clear: both;

                /*
                 *
                 * Issue: IE4 doesn't allow a negative margin-top.
                 *
                 * This code positions 'content' relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
                 * The content will be centered but will crop if the window is not small enough to accommodate it.
                 *
                 */
    position: relative;
    top: opx;
                /* IE4ever Hack: Hide from IE4 **/
    position: static;
                /** end hack */
	}
			
/*  EINDE van de "I-Frame" */		
	
		


			
			
#logo {
	float:left;
	height:75px;
	width:499px;
	text-align:right;
	background-color:#FFFFFF;
			}




	/* HOOFD-MENU */

#menu {
	float:left;
	height:75px;
	width:500px;
	}
			
.hoofdmenu {
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	}

.hoofdmenu a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	}
	
.hoofdmenu a:hover {
	color:#333333;
	font-weight:bold;
	}

	/* EINDE-MENU*/




	
	
	
#flash-roller {
	float:left;
	width:1000px;
	height:169px;
	background-color:#FFFFFF;
	text-align:center;
	}
	
#flash-content {
	float:left;
	width:1000px;
	height:336px;
	background-color:#FFFFFF;
	text-align:center;	
	}	
	
#tekst-tabel {
	float:left;
	width:1000px;
	height:auto;
	}	
	
	



.tekst-onder {
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
	}	


.tekst-onder a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	}
	
.tekst-onder a:hover {
	color:#333333;
	font-weight:normal;
	}




.tekstdiv {
	float:left;
	width:440px;
	height:auto;
	margin-left:30px;
	margin-top:30px;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}



.tekstdiv h1 {
	font-weight:bold;
	font-size:12px;
	color:#000000;
	}


.tekstdiv a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	}
	
.tekstdiv a:hover {
	color:#333333;
	font-weight:normal;
	}







.tekstdiv-rechts {
	float:left;
	width:400px;
	margin-right:30px;
	margin-top:30px;
	height:auto;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}



.tekstdiv-rechts h1 {
	font-weight:bold;
	font-size:12px;
	color:#000000;
	}

.tekstdiv-rechts a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	}
	
.tekstdiv-rechts a:hover {
	color:#333333;
	font-weight:normal;
	}






.bottom-div {
	float:left;
	width:1000px;
	margin-left:30px;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
}


.bottom-div a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	}
	
.bottom-div a:hover {
	color:#333333;
	font-weight:normal;
	}






.onder-table {
	color:#999999;
	font-size:11px;
	}



.onder-table a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	}
	
.onder-table a:hover {
	color:#333333;
	font-weight:normal;
	}



.tabel {
	width:1000px;
	height:auto;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	line-height:155%;
	}


.tabel h1 {
	font-weight:bold;
	font-size:10px;
	color:#000000;
	line-height: 110%;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	}
	
.tabel p {
	margin-top:0px;
	margin-bottom:3px;
	} 	



.tabel a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	}
	
.tabel a:hover {
	color:#000000;
	font-weight:normal;
	}
