/* opmaak van de site */
html
{
	background-color: black;		
	height: 100%;
}

body
{
	height: 100%;
}

body, td, table
{
	margin: 		0px;
	padding: 		0px;	
	font-family: 	Arial;
	font-size: 		12px;	
}

div#siteContainer
{
	position: 	relative;
	width:		778px;
	height:		599px;
	border:		1px solid white;
	margin-top:	25px;
	
	background-color: white;
}
div#copyrightFooter
{
	width:		778px;
	position: 	relative;
	color: 		white;	
	font-size:	10px;
	text-align: left;
	margin-top: 3px;
}
div#copyrightFooter a
{
	color: white;
}
div#topMenuContainer
{
	position: relative;	
	background-color: black;
	width: 100%;
	height:	20px;
}
div#topMenu
{
	position: 	absolute;
	color: 		white;
	
	left: 10px;
	
	top:		2px;
	font-weight: bold;	
	letter-spacing: 0.1em;
}
div#topMenu ul
{
	list-style: none;	
	margin: 0;
	padding: 0;
}
div#topMenu ul li
{
	float: left;
}
div#taalKeuze
{
	position: 	absolute;
	color: 		white;
	right:		5px;
	top:		3px;
}
div#topMenu a
{
	color: 		white;
	text-decoration: none;
}
div#topMenu a:hover
{
	color: 		white;
	text-decoration: none;
}

a
{
	color: #3a66dd;
	text-decoration: none;
}
a:hover
{
	color: #3a66dd;
	text-decoration: underline;
}
