
html {
	overflow			: hidden;
	height				: 100%;
}

body {
	background-color	: white;
	padding				: 0px;
	margin				: 0px;
	text-align			: center;
	font-family			: arial, helvetica, sans-serife;
	font-size			: 13px;

	background-image	: url('http://www.werkpleinenschede.nl/ariadne/loader.php/cms/layouts/werkplein.2/images/background.png'); 
	background-repeat	: repeat-x;
	background-position	: 0 0;
}

#page {
	position			: absolute;
	top					: 0px;
	width				: 930px;
	bottom				: 0px;
	background-color	: white;
	color				: black;
	/* this method of centering also works on IE.. */
	left				: 50%;
	margin-left			: -457px;
overflow: hidden;
}

#cHeader {
	position			: absolute;
	top					: 0px;
	left				: 15px;
	right				: 15px;
	height				: 96px;
	overflow			: hidden;
	background-image	: url('http://www.werkpleinenschede.nl/ariadne/loader.php/cms/layouts/werkplein.2/images/header_foto.png'); 
	background-repeat	: no-repeat;
	background-position	: 385px 0;
}

#cSiteSections {
	position			: absolute;
	top					: 96px;
	height				: 30px;
	left				: 15px;
	right				: 15px;	
	background-color	: black;
	color				: white;
}

#cMenu {
	position			: absolute;
	top					: 244px;
	bottom				: 15px;
	left				: 15px;
	width				: 200px;
	color				: white;
}

#cMetaMenu {
	position			: absolute;
	top					: 97px;
	height				: 30px;
	right				: 15px;
	width				: 110px;
	color				: white;
	text-align			: right;
}


#cCrumbs {
	position			: absolute;
	left				: 15px;
	top					: 127px;
	right				: 15px;
	height				: 30px;
	color				: black;
	background-color	: transparent;
	line-height			: 30px;
}


#cFooter {
	position			: absolute;
	top					: 15px;
	width				: 135px;
	height				: 60px;
	right				: 24px;
	color				: #666666;
	font-size			: 10px;
	font-weight			: bold;
	line-height			: 1.3em;
	padding				: 10px;
	padding-top			: 10px;
	text-align			: right;
}


#cSearch {
	position			: absolute;
	width				: 200px;
	top					: 160px;
	left				: 15px;
	height				: 67px;
	background-color	: #bababa;
}

#cContent {
	position			: absolute;
	top					: 160px;
	left				: 230px;
	right				: 10px;
	padding-right		: 5px;
    bottom              : 0px;
	overflow			: auto;
}

#cContent.homepage {
	top					: 250px;
	bottom				: 185px;
}

/*
#cBanners {
	position			: absolute;
    top                 : 140px;
	left				: 8px;
	right				: 8px;
	bottom				: 0px;
    height              : 100px;
}
*/