﻿#navigatie ul
{
	width				: 199px;	
	
	float				: left;
	margin-left			: 0px;
	
	list-style			: none;
	
	background-color	: #E8E7E7;
}

#navigatie li 
{
	width				: 199px;
	height				: 24px;
	
	float				: left;
	display				: block;
	
	border-bottom		: solid 2px #FFFFFF;
}

#navigatie li span
{
	display				: none;
}

#navigatie li a
{
	width				: 199px;
	height				: 24px;
	
	float				: left;
	display				: block;
}

#navigatie li a:hover,
#navigatie li a:active,
#navigatie li a.selected
{
	background-image	: none;
	color: #FC7613;	
}

#navigatie_footer
{
	width				: 199px;
	height				: 243px;
	
	float				: left;
	display				: inline;
}

.navigatie_footer_proefschriften 
{
	background-image	: url("../images/IMG_Navigatie/IMG_Proefschriften.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_boeken 
{
	background-image	: url("../images/IMG_Navigatie/IMG_Boeken.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_handelsdrukwerk 
{
	background-image	: url("../images/IMG_Navigatie/IMG_Handelsdrukwerk.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_full_Color 
{
	background-image	: url("../images/IMG_Navigatie/IMG_Full_Color.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_referenties 
{
	background-image	: url("../images/IMG_Navigatie/IMG_Referenties.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_nieuws
{
	background-image	: url("../images/IMG_Navigatie/IMG_Nieuws.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_referenties
{
	background-image	: url("../images/IMG_Navigatie/IMG_Referenties.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_personeel
{
	background-image	: url("../images/IMG_Navigatie/IMG_Personeel.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_contact
{
	background-image	: url("../images/IMG_Navigatie/IMG_Contact.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_routebeschrijving
{
	background-image	: url("../images/IMG_Navigatie/IMG_Route.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_testimonial
{
	background-image	: url("../images/IMG_Navigatie/IMG_Testimonial.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

.navigatie_footer_lossepagina
{
	background-image	: url("../images/IMG_Navigatie/IMG_Contact.jpg");
	background-position	: bottom;
	background-repeat	: no-repeat;
}

/* SUBNAVIGATIE */

#subnavigatie
{
	width				: 304px;
	height				: 42px;
	
	float				: left;
	display				: block;
	display				: inline;
	
	margin-left			: 24px;
	margin-top			: 128px;

	font-size			: 10px;
	font-weight			: bold;

	text-decoration		: none;

	color				: #FC7613;
}

#subnavigatie a 
{
	font-size			: 10px;
	font-weight			: bold;

	text-decoration		: none;

	color				: #FC7613;
}

#subnavigatie a:hover,
#subnavigatie a:active,
#subnavigatie a.selected
{
	font-size			: 10px;
	font-weight			: bold;

	text-decoration		: underline;

	color				: #FC7613;
}