	
	body {
	margin:0;
	padding:0;
	background-image:url(../_img/bg1.gif);
	background-repeat:repeat;
	}
	
	#container {
	margin:0 auto;
	width:700px;
	background-color:#FFFFFF;
	font-family:tahoma;
	font-size:12px;
	}
	
	
	
	#header {
	background-color:#ffffff;
	width:700px;
	height:180px;
	float:left;
	}
	
	h1 {
	font-size:25px;
	color:#666666;
	}
	
	td {
border:1px solid #ddd;
}
	
/* 	Navigatie 
	---------------------------------------	*/
	#nav {
	color:#FFFFFF;
	background-color:#336699;
	float:left;
	width:150px;
	padding-bottom:15px;
	}
	
	#nav ul {	
	padding-top:10px;
	list-style-type:none;
	}
	
	#nav li {
	font-size:12px;	
	padding:6px 0 6px 0px;
	}
	
	#nav li a:link, a:visited {	
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	}
	
	#nav li a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
	}
	

		ul,li {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}

	ul {
	margin-left:20px;
		background:#336699;
		width:100px;
	}
		ul ul {
			position:absolute;
			padding-left:10px;
			left:70px;	
			width:150px;	
			border-width:1px;
			display:none;
		}

		li:hover {
			z-index:10;
		}

		li:hover ul ul {
			display:none;
		}

		li:hover ul, 
		li:hover li:hover ul {
			display:block;
		}

	li {
		position:relative;
		padding:4px 15px;
		line-height:16px;
	}

	li a {
		color:white;
		text-decoration:none;
		font-weight:bold;
	}
	
	.currentpage {
	border-bottom:1px solid #fff;
	
	}
	
	
/* 	Breadcrumbs
	---------------------------------------	*/
	
	#breadcrumb {
	background-color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	padding:2px 0 0 5px;
	height:15px;
	color:#000000;
	border-bottom:1px dotted #336699;
	border-top:1px dotted #336699;
	}
		
	#breadcrumb a:link, #breadcrumb a:visited {
	font-weight:bold;
	color:#000;
	font-size:10px;
	}	
	
	#breadcrumb a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
	#content {
	margin-left:150px;
	font-size:12px;	
	padding:5px;
	background-color:#fff;
	}
	
	#content a:link, #content a:visited {
	font-size:12px;
	font-weight:normal;
	color:#0099FF;
	}
	
	#entry {
	
	}
	
	#entry li a:link, #entry li a:visited {
	color:#0066CC;
	text-decoration:none;
	}
	
	#entry li a:hover {
	
	border-bottom:1px dotted #666666;
	}
	
	#content a:hover {
	color:#CCCCCC;
	text-decoration:none;
	border-bottom:1px dotted #990000;
	}
	
	#footer {
	text-align:center;
	float:right;
	width:680px;
	padding:5px 0 0 20px;
	height:20px;
	background-color:#000000;
	}
	
	#image {
	margin:160px 0 0 -150px;
	background-color:#336699;
	float:left;
	width:150px;
	height:471px;	
	}
	
	#footer p {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:10px;
	color:#FFFFFF;
	}

	
	
	#footer a:link, #footer a:visited {
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
	}
	
	#footer a:hover {
	background-color:#6F9B3E;
	color:#fff;
	}

