/**** Begin Passport   *****/

.paspoortback
{

	position: absolute;
	margin-left: 270px;
	margin-top: 188px;	
	width: 500px;
	height: 345px;
	background: url(images/passport.jpg) no-repeat;
	
	background-position: bottom right;
	overflow: auto;	
	
}




.paspoort
{
	position: absolute;
	margin-left: 10px;
	margin-top: 0px;	
	width: 298px;

}


/**** Begin CV   *****/

.cvback
{

	position: absolute;
	margin-left: 270px;
	margin-top: 188px;	
	width: 500px;
	height: 345px;
	background: url(images/cv.jpg) no-repeat;
	background-position: bottom right;
	overflow: auto;	
	
}




.cv
{
	position: absolute;
	margin-left: 10px;
	margin-top: 0px;	
	width: 330px;

}

/**** Begin Dagboek   *****/

.diaryback
{

	position: absolute;
	margin-left: 270px;
	margin-top: 188px;	
	width: 500px;
	height: 345px;
	background: url(images/dagboek.jpg) no-repeat;
	background-position: bottom right;
	overflow: auto;	
	
}




.diary
{
	position: absolute;
	margin-left: 10px;
	margin-top: 0px;	
	width: 285px;

}




/**** Begin Appearances   *****/

.appearanceback
{

	position: absolute;
	margin-left: 270px;
	margin-top: 188px;	
	width: 500px;
	height: 345px;
	background: url(images/appearances.jpg) no-repeat;
	background-position: bottom right;
	overflow: auto;	
	
}




.appearance
{
	position: absolute;
	margin-left: 10px;
	margin-top: 0px;	
	width: 298px;

}



/**** Begin News   *****/

.newsback
{

	position: absolute;
	margin-left: 270px;
	margin-top: 188px;	
	width: 500px;
	height: 345px;
	background: url(images/news.jpg) no-repeat;
	background-position: bottom right;
	overflow: auto;	
	
}




.news
{
	position: absolute;
	margin-left: 10px;
	margin-top: 0px;	
	width: 340px;

}

