body {
	font: normal 11px verdana;
	height: 100%;
	behavior: url(/csshover.htc);
    }
.bodyKleiner {
	font: 10px Arial, Helvetica, sans-serif;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}


ul li {
	position: relative;
	}
	
	
li ul {
	position: absolute;
	left: 159px;
	top: 0;
	display: none;
	visibility: visible;
	}


/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #660033; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


ul li a:hover { color: #FFFFFF; background: #cc6699; } /* Hover Styles */
		
li ul li a { padding: 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660033;
}
.tussentitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.opsomming ol {
	list-style: circle url(none);
}
.opsomming li {
	margin-top: 4px;
}
.navcel .quote {
	font: italic 12px "Trebuchet MS", Arial, Verdana;
	color: #660033;
	background: #FCFECE url(beelden/quotes.gif) no-repeat left top;
	height: 130px;
	width: 110px;
	margin-left: 20px;
	padding: 10px 3px 10px 10px;
	border-right: 1px solid #660033;
	border-bottom: 1px solid #660033;
}
.tussentitel_balk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #DEDA80;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}
.achtergrondWit {
	background-color: #FFFFFF;
}
