body {
  padding: 0px;
  margin: 0px;
}


div.paintings p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  height: 20px;
  width: 767px;
  left: 0px;


}

div.paintings p em {
  color: rgb(191,97,50);
}



div.picturebox {
  visibility: hidden;
}


div.picturebox_back {
  background-color: rgb(40, 47, 35);
  border: solid 2px rgb(75, 82, 70);

  position: absolute;
  left: 5px;
  top: 25px;
  width: 745px;

  opacity: .9;
  filter: alpha(opacity=90);

}



div.picturebox_text p {
  position: absolute;
  top: 100px;
  left: 500px;
  width: 205px;
  text-align: right;
}

div.picturebox_text p.details-werk {
	font-size: 8pt;
	margin-top: 0px;
}

div.picturebox_text p.details-werk strong {
	font-size: 11pt;
}

div.picturebox_close {
  height: 20px;
  width: 720px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  text-align: right;
}



div.picturebox_pict img {
  border: solid 2px rgb(191,97,50);
  margin: 10px;
  padding: 1px;
}

div.picturebox_pict a {
  text-decoration: none;
}


div.picturebox_close a {
  font-weight: 10pt; 
  text-decoration: none;
  color: rgb(198,104,57); /* oranje */
  border: none;
}

div.picturebox_close a:link {
  color: rgb(198,104,57); /* oranje */
}

div.picturebox_close a:visited {
  color: rgb(198,104,57); /* oranje */
/*  color: #C9913C; /* iets donkerder-geel */
}

div.picturebox_close  a:hover {
  color: rgb(198,104,57); /* oranje */
  border-bottom: solid 1px rgb(198,104,57); /* oranje */
}
