
html {
	overflow		: hidden;
	height		    : 100%;
}

body {
	background-color	: #e8e8e8;
	padding				: 0px;
	margin				: 0px;
	text-align			: center;
	font-family			: arial, helvetica, sans-serife;
	font-size			: 12px;
	background-image		: url(http://www.enschedebuitensporig.nl/ariadne/loader.php/cms/layouts/buitensporig/images/achtergrondsite.jpg);
}

#page {
	position			: absolute;
	top					: 0px;
	width				: 1022px;
	bottom				: 0px;
	background-color	: #dae2ed;
	color				: black;
	/* this method of centering also works on IE.. */
	left				: 50%;
	margin-left			: -511px;
}

#cHeader {
	position			: absolute;
	
	top					: 24px;
	left				: 0px;
	right				: 0px;
	height				: 150px;
}

/*
#cSiteSections {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	height				: 30px;
	right				: 0px;
	border-bottom		: 1px solid silver;
	background-color	: red;
}
*/

#cMenu {
	position			: absolute;
	width				: 172px;
	top					: 0px;
	left				: 0px;
	bottom				: 0px;
	background-color	: #e52282;
}

#cMetaMenu {
	position			: absolute;
	right				: 24px;
	top					: 0px;
	height				: 24px;
	color				: white;
	background-color	: transparent;
}

#cCrumbs {
	position			: absolute;
	left				: 0px;
	top					: 0px;
	right				: 0px;
	padding-right		: 180px;
	height				: 24px;
	color				: white;
	background-color	: #0a3d88;
	line-height			: 22px;
	padding-left		: 20px;
}

/*
#cFooter {
	position			: absolute;
	top					: 0px;
	left				: 0px;
	height				: 36px;
	right				: 0px;
}
*/

/*
#cSearch {
	position			: absolute;
	width				: 140px;
	top					: 172px;
	left				: 0px;
	height				: 50px;
}*/

#cContent {
	position			: absolute;
	top			    	: 174px;
	left				: 172px;
	right				: 0px;
    bottom				: 0px;
	line-height			: 1.3em;
}
/*
#cBanners {
	position			: absolute;
	width				: 180px;
	left				: 0px;
	height				: 100px;
	bottom				: 5px;
}
*/