body {
	background-color: #FFFFFF;
	margin: 0px;
}

div#container {
	width: 831px;
	margin: 0 auto;
}

h1#logo {
	background-image: url('../afbeeldingen/logo.jpg');
	text-indent: -3000px;
	background-repeat: no-repeat;
	width: 215px;
	height: 93px;
	float: left;
	margin-top: 0px;
}

ul#menu {
	margin: 0px;
	font-size: 14px;
	font-family: Arial;
	color: #515151;
	list-style: none;
	padding-top: 90px;
	float: right;
}

ul#menu li {
	width: 75px;
	float: left;
}

ul#menu li a {
	width: 75px;
	height: 35px;
	padding-top: 20px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #515151;
}

ul#menu li a:hover {
	background-image: url('../afbeeldingen/roll.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #ec008c;
}

div#header {
	background-image: url('../afbeeldingen/header.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 831px;
	height: 149px;
	padding-top: 130px;
}

div#header p {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	width: 250px;
	padding-left: 550px;
	padding-top: 30px;
}

div#header p a {
	text-decoration: none;
	color: #00a4e1;
}

div#header p b {
	font-size: 14px;
}

div#header p a:hover {
	text-decoration: underline;
}

#content {
	background-image: url('../afbeeldingen/content.jpg');
	background-repeat: no-repeat;
	width: 831px;
	height: auto;
}

#links {
	width: 700px; /* 400px */
	float: left;
	margin: 25px 35px 25px;
}

#links p {
	font-family: Georgia;
	font-size: 14px;
	line-height: 18px;
	color: #000; /* #616161 */
	margin: 10px;
}

#links p.kop {
	font-size: 16px;
	font-weight: bold;
	color: #00a7e6;
}

#links a {
	text-decoration: none;
	color: #00a7e6;
}

.referenties {
	border: 5px solid #D6F4FF;
	/* #E3301A */
}

#links a:hover, a:visited {
	color: #000;
}

/*
#rechts {
	width: 280px;
	float: right;
	margin: 25px 35px 25px 35px;
}

#rechts p {
	font-family: Verdana;
	font-size: 10px;
	color: #9a9a9a;
	margin: 0px;
}
*/

#footer {
	background-image: url('../afbeeldingen/footer.jpg');
	background-repeat: no-repeat;
	clear: both;
	width: 831px;
	height: 101px;
}

#footer p {
	margin: 0px;
	float: right;
	font-family: Arial;
	font-size: 12px;
	color: #00000F;
	line-height: 47px;
	padding-right: 30px;
} 

hr
{
	width: 95%;
	background-color: #00a7e6;
	border: #FFF dashed 1px;
	height: 1px;
}