/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

#container {
	margin-left:auto;
	margin-right:auto;
	top:0px;
	margin-bottom:0px;
	width:805px;
	height:600px;
	background-color:#FFFFFF;
	padding:5px;

}

#container #header {
	width:805px;
	height:240px;
	background-color:#FFFFFF;

	

	
}


#container #header #tableheader {
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;

}

#container #left {
	width:131px;
	height:350px;
	float:left;
	background-color:#ffffff;
	
	
}

#container #content {
	width:520px;
	height:310px;
	overflow:auto;
	background-color:#FFFFFF;
	padding:20px;
	
	
	
}

#container #right {
	float:right;
	width:98px;
	height:350px;
	background:#ffffff;

	
}


#container #footer {
	width:805px;
	height:10px;
	font-size:9px;
	background-color:#CCCCCC;
	
}

#container #footer #footerspace {
	width:805px;
	height:3px;
	background-color:#CCCCCC;
}

#container #header #tableheader li {
	display:inline;
	margin:10px;
	font-size:9px;
	
	
	}
#container #content #contenttable table {
	background-color:#transparant;
	font-size:12px;
	width:500;
	
	}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:transparant;

}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
}
body {
	background-image: url(../images/traanplaattegel.gif);
	background-color: #000000;
}
	
