body {
	background-position: center 220px;
}

#header H1 { /*Pascal*/
	font-size: 16px;
	color: #000;
}

div#wrapper{
	width: 696px;
}

div#header {
	margin-top: 70px;
}

ul#navtitel {
	list-style: none;
	width: 700px;
	margin-left: 80px;
}

ul#navtitel li
{
	width: 190px;
	height: 45px;
	float: left;
	margin: 0 4px 4px 0;
	zzzcolor: #2ba3be;
	color: #4472c4;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	background-color: #fff;
	text-transform: uppercase;
}

ul#nav {
	list-style: none;
	width: 700px;
	margin-left: 80px;
}

ul#nav li
{
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 4px 4px 0;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	padding: 10px;
}

ul#nav li.donkerblauw
{
	width: 170px;
	height: 120px; /* Pascal: 170 -> 120 */
	float: left;
	margin: 0 4px 4px 0;
	zzzbackground-color: #0076BC;
	zzzbackground-color: #4472c4; /* Pascal: ander blauw, vervangt bovenstaande blauw */
	background-color: #779BD1; /* Pascal: ander blauw, vervangt bovenstaande blauw */
}

ul#nav li.lichtblauw
{
	width: 170px;
	height: 120px; /* Pascal: 170 -> 120 */
	float: left;
	margin: 0 4px 4px 0;
	zzbackground-color: #2ba3be;
	zzbackground-color: #47aa4d; /* Pascal: groen, vervangt bovenstaande blauw */
	background-color: #7ABF7F; /* Pascal: groen, vervangt bovenstaande blauw */
}

ul#nav li.lichtgrijs
{
	width: 170px;
	height: 120px; /* Pascal: 170 -> 120 */
	float: left;
	margin: 0 4px 4px 0;
	background-color: #9b9898; 
}
ul#nav li.lichtgrijs .FAQ	, ul#nav li.donkergrijs .FAQ	{ margin-bottom:5px; font-size:14px;}
ul#nav li.lichtgrijs A		, ul#nav li.donkergrijs A		{ margin-bottom:5px; margin-top:10px;}

ul#nav li.donkergrijs
{
	width: 170px;
	height: 120px; /* Pascal: 170 -> 120 */
	float: left;
	margin: 0 4px 4px 0;
	background-color: #676767; 
}



ul#nav li a 
{
	color: #FFF;
	font-size: 14px;
	display:block;
	height:15px; /* Pascal: 30 -> 15 */
	line-height: 18px;
	font-weight: normal;
}
ul#nav li a:hover 
{
	text-decoration: underline;
}

p#slogan2 {
	font: 32px Arial;
	zzzcolor: #0076BC;
	color: #4472c4; /* Pascal: ander blauw, vervangt bovenstaande blauw */
	margin-left: 80px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

ul#lang {
	list-style: none;
}

ul#lang li {
	height: 26px;
	float: right;
}

ul#lang a {
	display: block;
	text-align: center;
	zzzbackground-color: #0076BC;
	background-color: #4472c4; /* Pascal: ander blauw, vervangt bovenstaande blauw */
	color: white;
	font: 11px Arial;
	font-weight: bold;
	padding: 4px 6px;
	margin: 0 4px 4px 0;
}

ul#lang a:hover {
	background-color: #36a4c2;
}

