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

body {
	background-image: url(Afbeeldingen/Banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

a:link {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #f3a21b;
}

a:hover {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
}

a:visited {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #f3a21b;
}

a:visited:hover {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
}

a:active {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #f3a21b;
}

#logo
{
	margin: 0;
	padding: 0;
}
#login
{
	margin: 0;
	padding: 0;
}
#menu
{	
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0;
}
#content
{
	margin: 0;
	padding: 0;
}
#title
{
	margin: 0;
	padding: 0;
}
#index
{
	margin: 0;
	padding: 0;
}