#body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ECFFFF;
}

#container { 
	margin: auto;
	width: 1000px;
	overflow: hidden;
	background-color: #1c84a4;
}

#header {
	float: left;
	width: 1000px;
	height: 400px;
}

/* menu */
#nav { 
	float: left;
	width: 1000px;
	height: 50px;
	clear: left;
	background-color: #7fabc2;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

/* horizontaal menu */
#nav ul li {
	float: left;
	display: inline-block;
}

/* menu koppelingen */
#nav ul li a {
	display: block;
	width: 166.66px;
	height: 48px;
	padding-top: 2px;
	text-align: center;
	line-height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #002d4b;
	font-size: 20px;
	text-decoration: none;
}

#nav ul li:hover > ul {
	display: block;
}

/* muis over menu */
#nav ul li:hover a {
	background-color: #1c84a4;
	color: #FFF;
}

/* dropdown menu */
#nav ul li:hover ul a {
	width: 190px;
	background-color: #FFF;
	text-align: left;
	color: #002d4b;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

/* muis over dropdown */
#nav ul li:hover ul a:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #7fabc2;
}

/* dropdown verbergen */
#nav ul li ul {
	display: none;
}

/* dropdown verticaal */
#nav ul li ul li {
	display: block;
	float: none;
}

/* tekst */
#nav ul li ul li a {
	width: auto;
	padding: 0 20px;
}

/* display */
#nav ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

#wit {
	float: left;
	background-color: #FFF;
	width: 1000px;
	height: 10px;
}

#content {
	float: left;
	width: 900px;
	min-height: 500px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 5px;
} 

#content h1 {
	color: #FFF;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content p {
	float: left;
	color: #EBEBEB;
	text-align: left;
	font-size: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content a {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	width: 1000px;
	height: 50px;
	background-color: #1782a6;
	background-image: url(../images/footer.png);
	float: left;
	font-size: 15px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover { 
	font-weight: bold;
}

#footer_wit_links {
	float: left;
	width: auto;
	height: 50px;
	background-image: url(../images/footer.png);
}
