/* 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;
	background-image: url(../_img/_divs/div_2.jpg);
}

/* drop down */
.anylinkcss{
	position:absolute;
	visibility: hidden;
	margin-top: 8px;
	margin-left: -10px;
	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: #95C684;
	line-height: 15px;
	_z-index: 100;
	background-color: #FFFFFF;
	width: 110px;
	left: 432px;
	top: 287px;
}

	/* eigenschappen van elke losse cel van het drop down menu */
	.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	color		: #E00E00;
	/* border-bottom: 1px solid #95C684; */ 
	padding: 1px; /* 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 #E00E00;
	/* border-bottom-width: 1px; */
	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	text-decoration : none;
	text-align: left;
	
	color: #95C684;
	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{
	width: 100%;
	display: block;
	text-indent: 3px;
	/* border-bottom: 1px solid #95C684; */ 
	padding: 1px; /* Formaat Rolmenu*/
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}

/* Content Links
------------------------------------------------- */

.navigatie a:link {
	font-size : 12px;
	color : #E00E00;
	text-decoration : none;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	}
.navigatie a:visited {
	font-size : 12px;
	color : #E00E00;
	text-decoration : none;
	font-weight: normal;
}

.navigatie a:hover {
	font-size : 12px;
	text-decoration : none;
	color: #FFFFFF;
}

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

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

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

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