body {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color: 000000;
}
td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}

a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
}

.kader_lb{
	background-image: url('gfx/kader.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	width: 5px;
}
.kader_rb{
	background-image: url('gfx/kader.png');
	background-position: top right;
	background-repeat: no-repeat;
	height: 20px;
	width: 5px;
}
.kader_lo{
	background-image: url('gfx/kader.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}
.kader_ro{
	background-image: url('gfx/kader.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.kader_b{
	background-image: url('gfx/kader_title.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 20px;
}
.kader_l{
	background-image: url('gfx/kader_pix.png');
	background-position: left;
	background-repeat: repeat-y;
	width: 5px;
}

.kader_r{
	background-image: url('gfx/kader_pix.png');
	background-position: right;
	background-repeat: repeat-y;
	width: 5px;
}
.kader_o{
	background-image: url('gfx/kader_pix.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
}

.kader_title {
	background-color: #FFFFFF;
	color: #583429;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 11px;
	vertical-align: top;
}
.kader_content {
	font-size:11px;
	line-height:18px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.footer {
	font-size: 10px;
	color: #C0C0C0;
	padding-right: 5px;
}
.hoofdmenu {
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12px;
}