@charset "utf-8";
/* CSS Document */

body{
	background:#CCCCCC;
	margin:0px;}
	
	
.content{
	background:url(../img/content.gif) #CCCCCC no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

table {
	font-size:10px;
}

.menu{
	position:inherit;
	left:0px;
	top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

.linksVulling{
	background:url(../img/linksvulling.gif) #CCCCCC repeat-y;}
	
.rechtsLijn{
	background:url(../img/lijnrechtsvulling.gif) #CCCCCC repeat-y;}

.linksLijn{
	background:url(../img/lijnlinksvulling.gif) #000000 repeat-y;}
	
.footer{
	background:url(../img/footer.gif) no-repeat;
	font-family:Arial;
	font-size:10px;
	padding-right:10px;
	padding-bottom:1px;
	padding-left:160px;
	text-align:right;
	color:#FFFFFF;
}

p{
	margin:8px;	
}

a:link{  
color: #000;  
}

a:visited{  
color: #000;  
}

a:hover{  
color: #000;  
}

#footer a:link{  
color: #fff;  
text-decoration: none; 
}

#footer a:visited{  
color: #fff;  
text-decoration: none; 
}

#footer a:hover{  
color: #fff;  
text-decoration: none; 
}