@charset "utf-8";
/* CSS Document */

body {
	background-color:#555555;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	background-image:url(bg.png);
	background-repeat:repeat-x;
	
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#004A63;
	scrollbar-3dlight-color:#000000;
	scrollbar-track-color:#000000;
}

#midden {
	position:relative;
	width:900px;
	height:650px;
	margin:auto;
}

	#menul {
		width:101px;
		height:36px;
		background-image:url(layout/menul.png);
		float:left;
	}
	
		#home {
		width:129px;
		height:36px;
		background-image:url(layout/home.png);
		float:left;
	}
	
			#bio {
		width:154px;
		height:36px;
		background-image:url(layout/bio.png);
		float:left;
	}
	
			#pix {
		width:135px;
		height:36px;
		background-image:url(layout/pix.png);
		float:left;
	}
	
			#media {
		width:142px;
		height:36px;
		background-image:url(layout/media.png);
		float:left;
	}
	
			#contact {
		width:151px;
		height:36px;
		background-image:url(layout/contact.png);
		float:left;
	}
	
			#menur {
		width:88px;
		height:36px;
		background-image:url(layout/menur.png);
		float:left;
	}
	
	
			#header {
		width:900px;
		height:170px;
		background-image:url(layout/header.png);
		float:left;
	}
	
	
			#left {
		width:52px;
		height:410px;
		background-image:url(layout/left.png);
		float:left;
	}
			#titelleft {
		width:40px;
		height:54px;
		background-image:url(layout/titelleft.png);
		float:left;
	}
			#titel {
		width:312px;
		height:54px;
		background-image:url(layout/titel.png);
		float:left;
	}

	
				#spin {
		width:496px;
		height:410px;
		background-image:url(layout/spin.png);
		float:right;
	}
	
				#content {
		width:352px;
		height:356px;
		background-image:url(layout/content.png);
		float:left;
	}
	
		#foot {
	width:900px;
	height:34px;
	background-image:url(layout/foot.png);
	float:right;
	}
	
						#footertxt {
		width:900px;
		height:17px;
		background-image:url(layout/footertxt.png);
		float:left;
	}
#textfield {
	position:absolute;
	top:260px;
	left:52px;
	width:352px;
	height:356px;
	overflow:auto;
}

#titelfield {
	position:absolute;
	top:215px;
	left:92px;
	width:312px;
	height:30px;
	overflow:auto;
}

.plaatjel {
float:left;
padding-right: 5px; 
padding-top:  5px;
}

.plaatjer {
float:right;
padding-left: 5px;
padding-top: 5px;
}