img
{
	border: none;
}

body
{
	padding: 0;
	margin-left: 50px;
	margin-top: 50px;
	background-color:#003366;
}


#placeholder
{
	width: 1060px;  
	padding:0; 
	border-style: none;
	border-width: 0px;
}

#banner
{
	background: url(plaatjes/logo.jpg) no-repeat top left;
	width: 1060px; 
	height: 144px; 
	position: absolute;	
}

#menu
{
	background: url("plaatjes/buttonbackground.jpg") no-repeat top left;
	border: 2px solid #cccccc;
	height: 608px;
	width: 193px;
	margin-top: 144px;
	position: absolute;
}

#menu #menulijst
{
	padding-top: 50px;
}

#menu #menulijst li
{
	list-style-type: none;	
}

#tekst
{
	background: url("plaatjes/background.gif") no-repeat top left;
	width:862px ;
	height:608px ;
	position: absolute;
	margin-top: 144px;
	margin-left: 194px;
}

#tekst p
{
	font-size: 16px;
	color: #999999;
	font-family: arial;
	margin-left: 25px;
	margin-top: 50px;
}

#footer
{	
	background-color: white;
	border: 2px solid #cccccc;
	width: 1052px;
	position: absolute;
	margin-top: 750px;
	text-align: center;
}