@charset "utf-8";
/* CSS Document */

html,
.html,
body,
.body
	{
	background-color:#acd6f9;
	margin-left:auto;
	margin-right:auto;
	}

.master_container	
	{
	width:100%;
	height:100%;
	}

/*--------------------------------------- Hier begint de HEAD Container ------------------------------------*/

.head_container
	{
	width:900px;
	height:700px;
	background-image:url(Images/indexachtergrond.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
	margin-left:180px;
	}
/*--------------------------------------- Hier begint de TITLE Container ------------------------------------*/

.title_container
	{
	width:900px;
	height:150px;
	}
/*--------------------------------------- Hier begint de MIDDLE BOX Container ------------------------------------*/
.middle_box_container
	{
	width:900px;
	height:510px;
	}
/*--------------------------------------- Hier begint de LEFT Container -------------------------------------*/
	
.left_container
	{
	width:290px;
	height:510px;
	float:left;
	}
/*--------------------------------------- Hier begint de MIDDLE Container ------------------------------------*/

.middle_container
	{
	width:320px;
	height:510px;
	float:left;
	}
/*--------------------------------------- Hier begint de RIGHT Container -------------------------------------*/

.right_container
	{
	width:290px;
	height:510px;
	float:right;
	}
/*--------------------------------------- Hier begint de BOTTOM Container ------------------------------------*/

.bottom_container
	{
	width:900px;
	height:40px;
	}		
/*--------------------------------------- Hier begint de TUSSEN RUIMTE ----------------------------------------*/

.tussen_ruimte
	{
	height:30px;
	}	
			