/*---------------------------------------------------*/
/*for the screen layout*/
div#left,div#middle{
	position:absolute;
	margin:0px;
	padding: 0px;
}

/*---------------------------------------------------*/
/*the top side of the screen*/
div#top{
	top: 	0px;
	height: 75px;
	width: 	800px;
}

/*---------------------------------------------------*/
/*the left side of the screen*/
div#left{
	top: 	75px;
	height: 100%;
	width: 	250px;
	/*border: 1px solid blue;*/
}
/*---------------------------------------------------*/
/*the middle side of the screen*/
div#middle{
	top:		75px;
	height: 	100%;
	left:		250px;
	width: 		600px;
	/*border: 1px solid red;*/
}
/*---------------------------------------------------*/
div#fotolijst{
width:400px;
height:400px;
}
