/* START OF PAGE STRUCTURE STYLE */
/* Rood: #C4211C */
/* Geel: #FEF2C2 */
/* ALL */
	html {
		background-color: #eee;
	}
	body {
		background-color: #eee;
		width: 960px;
		padding: 0;
		margin: 0 auto;
		font-family: "Trebuchet MS", Calibri, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
	}
	#mainContainer {
		background-color: #fff;
		padding: 2em 16px 16px 16px;
	}
/* HEADER - header.tpl */
	#headerContainer {
		height: 72px;
		background-image: url(../images/header.gif);
		background-repeat: no-repeat;
	}
/* MENU - header.tpl */
	#menuContainer {
		height: 32px;
		background-repeat: repeat-x;
	}
/* KennisBanken */
	#KennisbankenContainer {
		height: 40px;
		background-image: url(../images/separator.png);
		background-repeat: no-repeat;
		border-top: solid 4px #C4211C;
	}
/* COLUMNS - header.tpl */
	#contentContainer {
		padding: 1em 0 0;
	}
/* content templates, menu templates */
	.containerColumn {
		margin: 0;
	}
/* CONTENT COLUMN - content templates */
	#leftContentContainer {
		float: left;
		width: 580px;
	}
/* LOGIN COLUMN - menu templates */
	#rightContentContainer {
		float: right;
		width: 320px;
	}
/* FOOTER - footer.tpl */
	#footerContainer {
		width: 960px;
		height: 4em;
	}
/* END OF PAGE STRUCTURE STYLE */

/* ++++++++++++++++++++++++++++++++ */

/* START OF CONTENT LAYOUT STYLE */
/* CONTENT */
	a, a:visited {
		color: #C4211C;
	}
	.containerColumn h1 {
		font-size: 12pt;
		height: 24px;
		background-color: #fff;
		padding: 2px 0 2px 1em;
		margin: 0;
		color: #C4211C;
	}
	.containerColumn h2 {
		font-size: 10pt;
		height: 20px;
		background-color: #eee;
		padding: 2px 0 2px 1em;
		margin: 0;
	}
	#leftContentContainer {
		background-color: #fff;
		background-image: url(../images/back580.png);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	#rightContentContainer {
		background-color: #fff;
		background-image: url(../images/back320.png);
		background-repeat: no-repeat;
		background-position: bottom;
		padding-bottom: 1em;
	}
	#leftContentContainer h1 {
		background-image: url(../images/title580.png);
		background-repeat: no-repeat;
	}
	#rightContentContainer h1 {
		background-image: url(../images/title320.png);
		background-repeat: no-repeat;
	}
	#rightContentContainer h3 {
		margin: 1em;
	}
	#rightContentContainer h3 a {
		text-decoration: none;
	}
	.containerColumn div {
		margin: 0 1em 3em;
		line-height: 140%;
		padding: 0;
	}
/* FOOTER */
	.footerColumn div {
		margin: 0 0 1em;
		padding-bottom: 1em;
		background: #fff;
		line-height: 100%;
		padding: .5em 0 0;
	}
/* ROUNDED CORNER */
	.containerColumn .borderBottom {
		height: 5px;
		background: #fff;
		padding: 0;
	}		
/* END OF CONTENT LAYOUT STYLE */
	#loginContent, #kennisbanken {
		background-color: #fff;
		background-image: url(../images/back320.gif);
		background-repeat: no-repeat;
		background-position: bottom;
	}

