/* CSS Document */

/* Navigatie openen
============================================================== */

.navigationbar {
	padding: 6px;
	text-align: center;
	height: 16px;
}

.navigatie {
	height: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	float: left;
}

/* drop down */
.anylinkcss{
	position:absolute;
	visibility: hidden;
	margin-top: 8px;
	margin-left: -20px;
	border:1px solid #000000;
	/* border-bottom-width: 1px; */
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	text-decoration : none;
	text-align: left;
	
	color: #000000;
	line-height: 15px;
	_z-index: 100;
	background-color: #96A121;
	width: 135px;
	left: 432px;
	top: 287px;
}

	/* eigenschappen van elke losse cel van het drop down menu */
	.anylinkcss a{
	width:133;
	_width:100%;
	display: block;
	text-indent: 4px;
	color		: #96A121;
	/* border-bottom: 1px solid #95C684; */ 
	padding: 3px; /* Formaat Rolmenu*/
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}

/* drop down */
.contact_anylinkcss{
	position:absolute;
	visibility: hidden;
	margin-top: 1px;
	margin-left: 1px;
	border:1px solid #96A121;
	/* border-bottom-width: 1px; */
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	text-decoration : none;
	text-align: left;
	
	color: #96A121;
	line-height: 15px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 50px;
	left: 432px;
	top: 287px;
}

	/* eigenschappen van elke losse cel van het drop down menu */
.contact_anylinkcss a{
	display: block;
	text-indent: 3px;
	/* border-bottom: 1px solid #95C684; */ 
	padding: 4px; /* Formaat Rolmenu*/
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}

/* Menulink kleuren
------------------------------------------------- */

.anylinkcss a:link { /*Link color*/
	font-size : 11px;
	color : #000;
	text-decoration : none;
}

.anylinkcss a:visited { /*Bezocht color*/
	font-size : 11px;
	color : #000;
	text-decoration : none;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #fff;
	font-size : 11px;
	color: #96A121;
}
/* Navigatie sluiten
============================================================== */
