body, table, ul {
	font-family: verdana;
	font-size: 12px;
}

body {
	background: white;
}

a:link    { color: #3a6eaa; text-decoration: none; }
a:visited { color: #3a6eaa; text-decoration: none; }
a:hover   { color: #3a6eaa; text-decoration: underline; }
a:active  { color: #3a6eaa; text-decoration: none; }

#box {
	float: none;
	width: 883px;
	margin: 0px auto;
}

	#left {
		float: left;
		width: 150px;
	}
	
	#right {
		float: left;
		width: 733px;
	}
	
		.nav {
			float: left;
			width: 49px;
			height: 19px;
			margin: 0px;
			margin-bottom: 1px;
			margin-right: 1px;
		}
		
		#logo {
			float: left;
			width: 149px;
			height: 94px;
			margin: 0px;
			margin-right: 1px;
			background-image: url('/images/logo.gif');
			background-repeat: no-repeat;
		}
		
		#menu {
			float: left;
			width: 149px;
			margin: 0px;
			margin-right: 1px;
			background-color: white;
			background-image: url('/images/menu_background.gif');
			background-position: bottom;
			background-repeat: no-repeat;
		}
		
		#callout-blue {
			float: left;
			width: 149px;
			height: 30px;
			margin: 0px;
			margin-right: 1px;
			background-image: url('/images/callout-blauw.gif');
			background-repeat: no-repeat;
		}
		
		#header {
			float: left;
			width: 733px;
			height: 114px;
			margin: 0px;
			background-image: url('/images/header_background.jpg');
			background-repeat: no-repeat;
		}
		
			#search {
				float:left;
				width: 733px;
				height: 27px;
				margin-top: 66px;
				text-align: right;
			}
		
		#A {
			float: left;
			width: 628px;
			height: 115px;
			margin: 0px;
			margin-bottom: 1px;
			margin-right: 2px;
			background: #f2f5f8;
		}
		
		#B {
			float: left;
			width: 103px;
			height: 115px;
			margin: 0px;
			background: #f2f5f8;
		}
		
		#C {
			float: left;
			width: 398px;
			margin-bottom: 1px;
			margin-right: 2px;
			padding: 10px;
			background: #ededed;
		}
		
		#D {
			width: 208px;
			margin: 0px;
			margin-bottom: 1px;
			margin-right: 2px;
			background: #fdf9f1;
		}
		
		#ACD {
			float: left;
			width: 608px;
			margin-bottom: 1px;
			margin-right: 2px;
			padding: 10px;
			background: #ededed;
	line-height: 20px;
		}
		
		#BE {
			width: 103px;
		}
		
			#callout-blue {
				float: left;
				width: 149px;
				height: 30px;
				margin: 0px;
				margin-right: 1px;
				background-image: url('/images/callout-blauw.gif');
				background-repeat: no-repeat;
			}
			
			#E {
				width: 91px;
				background: #f2f5f8;
				padding: 6px;
			}
		
#header ul {
}

	#header ul li {
		float: left;
		width: 103px;
		height: 21px;
		margin-left: 2px;
	}

	#header ul li.first {
		margin-left: 0px;
	}
	
		#header ul li a {
			display: block;
			width: 103px;
			height: 8px;
			padding: 6px 0px 7px 0px;
			background-image: url('/images/button_default.gif');
			background-repeat: no-repeat;
			color: black;
			text-align: center;
			text-decoration: none;
		}
	
		#header ul li a:hover {
			background-image: url('/images/button_active.gif');
			background-repeat: no-repeat;
			color: white;
		}
		
#menu ul {

}

	#menu ul li {
		float: left;
		width: 150px;
		padding: 4px 0px;
		border-top: 1px solid #3a6eaa;
		border-bottom: 1px solid #3a6eaa;		
		margin-top: 8px;
		background-image: url('/images/plus.gif');
		background-repeat: no-repeat;
		background-position: 135px 0px;
	}

	#menu ul li.active {
		background-image: url('/images/min.gif');
	}

		#menu ul li a {
			display: block;
			height: 10px;
			width: 150px;
			color: black;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}

		#menu ul li a:hover {
			color: #3a6eaa;
		}

			#menu ul li ul {
			}

				#menu ul li ul li {
					float: left;
					width: 130px;
					padding: 5px 10px;
					border: 0px;
					margin: 0px;
					background: none;
				}

					#menu ul li ul li a {
						padding: 1px 0px;
						color: #3a6eaa;
						font-size: 11px;
						font-weight: normal;
						text-decoration: none;
					}

					#menu ul li ul li a:hover {
						background: #f2f5f8;
					}
