
		#boxBottomLeft {
			float: left;
			clear: none;
		}

			#boxNavMenu {
				background: #c7daf0;
				width: 180px;
				padding-top: 0;
				padding-left: 5px;
			}
			#boxNavMenu a {
				color: #000;
				text-decoration: none;
			}

		#boxBottomMain {
			float: left;
			clear: none;
			width: 475px;
			margin-top: 30px;
			padding-left: 25px;
			padding-right: 25px;
			overflow: hidden;
		}
		#boxBottomMain[id] {
			overflow: visible;
		}
		#boxBottomMain h2 {
			color: #c7daf0;
		}

			#boxBottomBeschrijving {
				color: #fff;
			}

		#boxBottomRight {
			float: right;
			clear: none;
			width: 250px;
		}

		#boxBottomRightHotspots, #boxBottomRightOpleidingen, #boxBottomRightBedrijven {
			float: right;
			clear: none;
			color: #fff;
			width: 250px;
		}
			#boxBottomRight h3 {
				font-family: Trebuchet MS, arial, sans-serif;
				font-size: 18px;
				line-height: 18px;
				padding: 0px;
				margin: 0px;
				margin-top: 9px;
			}



			#boxNavLocatie {
				width: 215px;
				padding-top: 0;
				padding-left: 15px;
				float: left;
				height: auto;
				clear: none;

			}

			#boxNavLocatieTitle {
				width: 215px;
				background: url('../images/locaties/title.gif') 0px 0px no-repeat;
				font-weight: bold;
				margin-top: 30px;
				padding-left: 15px;
				padding-top: 10px;
				color: White;
				float: left;
				clear: none;
				height: 30px;
				font-size: 15px;
			}

					.boxNavLocatieList {
						float: left;
						clear: none;
						width: 215px;
						display: block;
						font-weight: normal;
						padding-left: 7px;
					}


					.boxNavLocatieListItem {
						background: url('../images/educatie/menu-bullet-middle.gif') 20px -18px no-repeat;
						background-color: #D068D6;
						float: left;
						clear: none;
						width: 151px;
						display: block;
						font-weight: normal;
						padding-left: 40px;
						padding-right: 10px;
						vertical-align: middle;
						height: auto;
						_height:15px;
					}

					.boxNavLocatieListItem.Last{
						background: url('../images/educatie/menu-bullet.gif') 20px -18px no-repeat;
						background-color: #D068D6;
					}

						.boxNavLocatieListItem a {
							color: Black;
							text-decoration: none;
						}

						.boxNavLocatieListItem a:hover {
							text-decoration: underline;
						}

					#boxNavEnd {
						float: left;
						clear: none;
						width: 201px;
						height: 8px;
						margin-left: 7px;
						_margin-left: 3px;
						background: url('../images/locaties/bottom.gif') left bottom no-repeat;
					}
