DIV.submenu {
	margin-left: 15px;	
	top: -20px;
	clear: both;
	position: relative;
}
DIV.submenu DIV{
	padding: 5px 0px 5px 0px;
	float: left;
	margin-left: 3px;
	height: 30px;
	text-align: center;
	font-weight: bold;
}

DIV.submenu DIV a,
DIV.submenu DIV a:visited{
	text-decoration: underline;
}

DIV.submenu DIV a:hover{
	color: #900;
}
DIV.contentbar {
	width: 750px;
	float: left;
	padding-left: 20px;
}

DIV.contentbar DIV.mainHeader {
	padding: 5px;	
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

DIV.contentbar DIV.header {
	padding: 5px;	
	text-align: center;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
	margin-right: 20px;
	margin-top: 10px;
}

DIV.contentbar DIV.item {
	margin-top: 1px;
	padding: 10px;	
	border: 1px solid #aaaaaa;
	margin-right: 20px;
	background: #eeeeee;
}

DIV.contentbar DIV.item a,
DIV.contentbar DIV.item a:visited {
	text-decoration: none;
}

DIV.contentbar DIV.item a:hover {
	text-decoration: none;
	color: #900;
}

DIV.contentbar DIV.item IMG{
	margin-right: 10px;
}

DIV.sidebar {
	width: 150px; 
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	background: #eeeeee;
}

DIV.sidebar DIV.header {
	padding: 5px;	
	text-align: center;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #cccccc;
}
DIV.sidebar DIV.file {
	margin-top: 1px;
	padding: 10px;	
	text-align: center;
	border: 1px solid #aaaaaa;
	font-weight: bold;
}
DIV.sidebar a,
DIV.sidebar a:visited {
	text-decoration: none;	
}
DIV.sidebar a:hover {
	color: #900;
}
DIV.sidebar DIV.file IMG{
	margin-bottom: 10px;
}

TABLE.overzichtContent {
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #cccccc;
}

TABLE.overzichtContent TD {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px;
	font: Tahoma;
	color: #000000;
	font-size: 12px;
}

TABLE.overzichtContent TR.header TD{
	background: #000000;
	color: #FFFFFF;
	border: 0px;
	font-weight: bold;
	padding: 3px;
}

TABLE.overzichtContent TR.header TH{
	background: #000000;
	color: #FFFFFF;
	border: 0px;
	font-weight: bold;
	padding: 3px;
	cursor: hand;
	cursor: pointer;
}

TABLE.overzichtContent TR.stukOff TD{
	background:#eeeeee;
	cursor: hand;
	cursor: pointer;
}

TABLE.overzichtContent TR.stukOver TD{
	background:#fec400;
	cursor: hand;
	cursor: pointer;
}
DIV.titel {
	font-size: 16px;
	font-weight: bold;
}

DIV.body {
	font-size: 12px;
	margin: 10px 0px 20px 0px;
}
DIV.inlogscherm {
	padding-left: 300px;
}

