
	/* RUIMTE VOOR EIGEN STYLESHEET CLASSES */

	.Paragraaf_Center {
		text-align: center;
	}

	.Tekst_Blauw {
		color: #003399;
	}

	.Tekst_Blauw_Center {
		color: #003399;
		text-align: center;
	}

	.Tekst_Oranje {
		color: #FF6600;
	}

	.Tekst_Oranje_Center {
		color: #FF6600;
		text-align: center;
	}

	.DIV_Links_TweeDerde {
		width: 550px;
		float: left;
		border: 1px solid #000000;
	}

	.DIV_Rechts_EenDerde {
		width: 220px;
		float: right;
	  border: 1px solid #000000;
	}

	.Tekst_Blauw_Woord {
		color: #003399;
		font-weight: bold;
	}

	.infobox-wrapper {
		display: none;
	}
	.infoBox {
		border: 1px solid #003399;
		margin-top: 8px;
		margin-bottom: 8px;
		background: #fff;
		color: #000;
		font-size: 12px;
		padding: .5em 1em;
		border-radius:  3px 3px 3px 3px;
	}
	.infoBox h1{
		font-size: 20px;
	}

	.marker_map_link{
		font-size:20px !important;
		display: inline-table;
		text-align: center;
	}
	.marker_map_link:hover{
		background-color: #FF6600;
		color: #003399;
	}
