* {
	font-family: trebuchet ms;
	font-size: 12px;
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
		
body
	{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#243a54',EndColorStr='#112032');
	background-color: #1e334c;
	height: auto;
	height: 100%;
	min-height: 100%;
	}

	
/* --------------- */
		
#white
	{
	background-color: #ffffff;
	border-bottom: 1px solid #0e1a2a;
	}
		
#top
	{
	margin: 0px auto;
	width: 800px;
	overflow: hidden;
	}
	
	#logo
		{
		width: 423px;
		margin-top: 50px;
		float: left;
		}
		
	#content
		{
		width: 800px;
		margin: 0px auto;
		color: #ffffff;
		padding-top: 20px;
		padding-bottom: 20px;
		overflow: hidden;
		}
		
#nav
	{
	float: left;
	width: 100px;
	height: 200px;
	text-align: right;
	}
	
	#nav a:link, #nav a:visited, #nav a:active
		{
		color: #abc1da;
		font-size: 14px;
		font-weight: bold;
		}
		
	#nav a:hover
		{
		color: #ffffff;
		text-decoration: none;
		}
		
#text
	{
	margin-left: 40px;
	float: left;
	width: 600px;
	}
		
#buttons
	{
	background-color: #13253b;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	#button
		{
		margin-left: 10px;
		float: left;
		padding: 20px;
		background-color: #0a1420;
		width: 213px;
		}
		
		#button a:link, #button a:visited, #button a:active
			{
			color: #ffffff;
			font-size: 18px;
			}
			
		#button a:hover
			{
			color: #fffeba;
			text-decoration: none;
			}
		
	#button:hover
		{
		background-color: #03080d;
		}
		
#footer
	{
	text-align: right;
	padding-top: 10px;
	margin: 0px auto;
	width: 800px;
	padding-bottom: 10px;
	}

	#footer a:link, #footer a:visited, #footer a:active
		{
		color: #b1c9e6;
		margin-left: 10px;
		}
		
	#footer a:hover
		{
		color: #ffffff;
		text-decoration: none;
		}

	
/* --------------- */
	
.bold
	{
	font-weight: bold;
	}
	
.cijfer
	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #719bcd;
	font-size: 18px;	
	}
	
.title
	{
	font-size: 18px;
	color: #fffeba;
	}
	
.copyright
	{
	color: #bbbbbb;
	margin-left: 15px;
	}
	
a:link, a:visited, a:active
	{
	text-decoration: none;
	color: #ffffff;a
	}
	
a:hover
	{
	text-decoration: underline;
	}