body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.titel {
	margin: 0px;
	text-align: center;
	border: 1px solid #000000;
}
.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	overflow: hidden;
}
.c1 {
	width: 195px;
	float: left;
	overflow: hidden;
}
.c2, .c3, .c4 {
	width: 195px;
	float: left;
	margin-left: 6px;
	overflow: hidden;
}
.c5 {
	width: 599px;
	float: left;
	margin-left: 6px;
	overflow: hidden;
}
.c6 {
	width: 396px;
	float: left;
	margin-left: 6px;
	overflow: hidden;
}
.schaduw {
	float: left;
	filter:shadow(color:#2d082c, strength:3, direction:135);
	padding-right: 6px;
	padding-bottom: 10px;
	}

.rubriek {
	width: 190px;
	float: left;
	background-color: #f5f5f5;
	overflow: hidden;
	border: 1px solid #000000;
}
.header {
	width: 99%;
	height: 50px;
	border: 1px solid black;
	margin-bottom: 10px;
	text-align:left;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
	background-color: #99CCFF;
}
.arrow{
	margin: 0;
	padding: 0;
	text-indent: 5px;
}
.rubriekinhoud {
	padding: 6px;
}
.rubriekinhoud a:link, 
.rubriekinhoud a:active, 
.rubriekinhoud a:visited {
	text-decoration: underline;
}

.rubriekindex { /* middenkolom */
	float: left;
	width: 391px;
	background-color: #f5f5f5;
	overflow: hidden;
	border: 1px solid #000000;
}
.overzicht {
	margin-left: 5px;
}
.overzicht a:link, 
.overzicht a:active, 
.overzicht a:visited {
	color: #000000;
	text-decoration: none;
}
.overzicht a:hover {
	color: #000000;
	text-decoration: underline;
}
h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: large;
	text-transform: uppercase;
}
h2 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: small;
}
h3, h4{
	color: #000000;
	margin: 0px;
	font-size: small;
	background-image: url(images/titelbg.jpg);
	background-repeat: repeat-x;
}
.rubriekindex h4,
.rubrieksub h4,
.rubriek h4 {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #000000;
	padding: 2px;
	font-weight: bold;
}




a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.rubrieksub {
	width: 592px;
	float: left;
	background-color: #f5f5f5;
	overflow: hidden;
	border: 1px solid #000000;
}
input.btn {
	font-size:80%;
	background-color: #FFF;
	color:#000;
	font-weight:bold;
	border: 1px #000 solid;
}