/* Stylesheet met juiste breedtes en layout voor een driekoloms-pagina */
td#footer {background: url("../imgs/footer.gif"); background-repeat: no-repeat;}
td.bgrighthome    {background-image: url("../imgs/bgright_home.gif"); }
td.right {text-align: right; vertical-align: top; }

.mainContainer
{
	width: 1002px;
	margin: 0 auto; /* Center */
	min-height: 100%;
	background: url(../imgs/bg_main.gif) top left repeat-y;
	text-align: left;
}


.footer
{
	width: 1002px;
	height: 37px;
	margin: 0 auto;
	margin-top: -37px;
	background: url(../imgs/bg_footer.gif) top left no-repeat;
}

.leftFrame
{
	float: left;
	width: 540px;
}
.leftFrame .spacerIntro
{
	padding: 16px 20px 5px 20px;
}
.leftFrame .spacer
{
	padding: 0 20px 5px 20px;
}

.kruimelPad
{
	font-size: 0.88em;
	padding-bottom: 8px;
}