
/* schilderijen */
/* de plaatjes op hun plek schuiven */
div.painting_jan_blauw {
  position: absolute;
  top: 45px;
  left: 120px;
}

div.painting_thomas_kroon {
  position: absolute;
  top: 205px;
  left: 580px;
}

div.painting_peter {
  position: absolute;
  top: 29px;
  left: 365px;
}

div.painting_thomas_kleed {
  position: absolute;
  top: 240px;
  left: 81px;
}

div.painting_jan_geel {
  position: absolute;
  top: 318px;
  left: 427px;
}

div.painting_sophie {
  position: absolute;
  top: 362px;
  left: 200px;
}



div.picturebox_back {
  height: 500px;
}

div.picturebox_close {
  bottom: 70px;
}


div.picturebox_pict {
  text-align: center;
  position: absolute;
  left: 00px;
  top: 60px;
  width: 500px;  
}



div#thomas_kleed_large div.picturebox_text p {
  position: absolute;
  top: 360px;
  left: 480px;
/*  left: 520px;*/
/*  width: 260px;*/
}

div#thomas_kleed_large div.picturebox_pict {
  text-align: center;
  left: 15px;
  width: 745px;
  top: 70px;

}






