@charset "UTF-8";
/* CSS Document */

/* SUBNAV
/ ---------------------------------------------------------- */

#subnav h1 {
	color: #17479e;
	font-size: 160%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	margin-left: 20px;
}

#subnav ul {
	list-style: none;
}

#subnav ul li {
	float: left;
}

#subnav ul li a {
	display: block;
	width: auto;
	padding: 0 20px;
	height: 50px;
	color: #666666;
	text-transform: uppercase;
	font-size: 90%;
	text-align: left;
	text-decoration: none;
	line-height: 50px;
	font-weight: bold;
}

.ff #subnav ul li a {
}

#subnav ul li a:hover {
	color: #000000;
}

#subnav ul li a.active {
	color: #000000;
}


/* UITLIJNING
/ ---------------------------------------------------------- */

#subnav ul.home {
	margin-left: 0px;
}

#subnav ul.corporate {
	margin-left: 118px;
}

#subnav ul.projecten {
	margin-left: 236px;
}
#subnav ul.contact {
	margin-left: 354px;
}
