/* CSS Kies dan zelf */

body
	{
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 9px;
	background-color: #ffffff;
	font-style: normal;
	}

.conteneur 
	{ /*global content of the page, which will be centered */
	width: 750px;
	position: absolute;
	left: 404px;
	margin-left: -385px;
	}

.header
	{
	height: 105px;
	background-color: #FFFFFF;
	}

.menu
	{
	position: absolute;
	left:0;
	width: 170px;
	height: 325px;
	font-size: 8px;
	background-color:#FFFFFF;
	}

.frame
	{
	position: absolute;
	margin-left: 170px;
	margin: 5
	overflow: auto;
	width: 580px;
	height: auto;
	line-height: 12pt;
	background-image:url(images/back_content.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font: Tahoma
	color: #333333;
	text-align: left;
	border-color:#FFFFFF;
	}

.footer
	{
	width: 580px;
	height: 15px;
	font-family: Tahoma
	font-size: 8px;
	text-align: right;
	color: #CCCCCC;
	font-family: Tahoma;
	font-weight: normal;
	}

p
	{
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	}

.gelepionnen
	{
	float: left;
	}

.headerback
	{
	float: right;
	}
	
.grijs 
	{
	color: #666666;
	font-weight: bold;	
	}
	
.footergrijs 
	{
	color: #999999;
	font: Tahoma;
	font-stretch: condensed;
	}

h1 
	{
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font: Tahoma
	font-weight: bold;
	font-size: 11px;
	color: #222222;
	}

a:link 
	{
	text-decoration: none; 
	}

a:visited
	{
	text-decoration: none; 
	}

a:hover
	{
	text-decoration: none; 
	color: #000000;
	}
	
a:active
	{
	text-decoration: none;
	}
