body {
	background-image: url(../../beelden/achtergrond.jpg);
}

ol, ul, p, body, td, tr, th, form 
{ 
	font-family: 		arial, helvetica, sans-serif; 
	font-size: 			10pt;
}

a:link, a:active, a:visited 
{ 
	text-decoration: 	none; 
	color: 				#000000;
}

a:hover      
{ 
	color: 				#FF0000; 
	text-decoration: 	underline; 
}

.knop, .knop:link, .knop:active, .knop:visited 
{ 
	text-decoration: 	none; 
	color: 				#FFFFFF; 
}

.knop:hover  
{ 
	color: 				#FF0000; 
	text-decoration: 	underline; 
}  


table.tr1
{
	width:				450px;
	background-color:	#DDDDDD;
}

table.tr2
{
	width:				450px;
	background-color:	#FFFFFF;
}

div.main
{
	width: 				800px;
	height: 			auto;
	text-align:			left;	
	position:			relative;
}

div.menu
{
	top:				0px;
	left:				0px;
	width:				300px;
	border-style:		solid;
	border-color:		#000000;
	border-width:		1px;
	position:			absolute;
	overflow:			hidden;
}

div.content
{
	top:				0px;
	left:				305px;
	width:				500px;
	height:				auto;
	text-align:			left;
	border-style:		solid;
	border-color:		#000000;
	border-width:		1px;
	position:			absolute;
}

div.streepje	
{ 
	position: 			relative; 
	width: 				auto; 
	height: 			1px;                            
	background: 		#AAAAAA; 
	width: 				450px;
	overflow: 			hidden;
}



img.floatlinks
{
	float: left;
	margin: 12px;
}
img.floatrechts 
{
	float: right;
	margin: 12px;
}
