/* Placeholders --------------------------------------------------------------*/

#container {
width					: 900px;
background-color		: #FFF;
color					: #000;
}

#header {
display					: none;
}
/* START NAVIGATIE ------------------------------------------------------- */

#nav {
clear					: both;
width					: 900px;
height					: 22px;
background-color		: #CCC;
color					: #000;
}

	#menu {
	float					: left;
	}
	
	#zoek {
	float					: right;
	}
	
/* EINDE NAVIGATIE ------------------------------------------------------- */
	
/* START CONTENT   ------------------------------------------------------- */

#wrap {
clear					: both;
width					: 900px;
}

	#subnav	{
	display					: none;
	}

	#content {
	float					: right;
	width					: 700px;
	}
	
		#main {
		
		}
		
		#sidebar {
		display					: none;
		}	

/* EINDE CONTENT   ------------------------------------------------------- */
	
#footer {
clear					: both;
width					: 900px;
height					: 22px;
line-height				: 22px;
padding					: 0px 0px;
background				: #CCC;
color					: #000;
}

#print {
display					: none;
}

