TABLE.klein {
	width: 160px;
}

TABLE.normaal {
	width: 300px;
}

TABLE.groot {
	width: 440px;
}

TABLE.grootst {
	width: 100%;
}

TD.titel {
	background-image: url(../images/kader/boven.gif);
	background-repeat: repeat-x;
	height: 32px;
	color: #003399;
	font-weight: bold;
}

TD.inhoud {
	background-color: #5084E4;
	color: #D6E2F8;
}

TD.o {
	background-image:url(../images/kader/onder.gif);
	background-repeat: repeat-x;
	height: 20px;
}

TD.l {
	background-image: url(../images/kader/links.gif);
	background-repeat: repeat-y;
	width: 17px;
}

TD.r {
	background-image: url(../images/kader/rechts.gif);
	background-repeat: repeat-y;
	width: 17px;
}

TD.lb {
	background-image: url(../images/kader/linksboven.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 17px;
}

TD.rb {
	background-image: url(../images/kader/rechtsboven.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 17px
}

TD.lo {
	background-image: url(../images/kader/linksonder.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 20px;
}

TD.ro {
	background-image: url(../images/kader/rechtsonder.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 20px;
}