.fotoboekContainer {
	margin:0 0 0 9px;
	width:180px;
}
.fotoboekTitel {
	width:174px;/*180*/
	height:25px;/*31*/
	padding:6px 0 0 6px;
	background:url(../images/bg_fotoboek_titel.gif) no-repeat top right;
	overflow:hidden;
}
.fotoboekTitel h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:16px;
	margin:0px;
	color:#3f8bcf;
}

.fotoboekThumbs {
	width:180px;
	overflow:hidden;
}

.fotoThumb {
	float:left;
	width:57px;
	height:57px;
  overflow:hidden;
	margin:0 3px 3px 0;
}


.fotoboekThumbs img.neutral {
	width:57px;
	height:57px;
}
.fotoboekThumbs img.geel,
.fotoboekThumbs img.lime,
.fotoboekThumbs img.groen,
.fotoboekThumbs img.aqua,
.fotoboekThumbs img.paars {
	width:51px;
	height:51px;
	border:3px solid;
}
.fotoboekThumbs img.geel {
	border-color:#eeae01;
}
.fotoboekThumbs img.lime {
	border-color:#95bc00;
}
.fotoboekThumbs img.groen {
	border-color:#4d9316;
}
.fotoboekThumbs img.aqua {
	border-color:#0c959b;
}
.fotoboekThumbs img.paars {
	border-color:#955084;
}

.fotoboekSublink {
	margin:8px 0 0 10px;
}
.fotoboekSublink a {
	background:url(../images/arrow_blue_on_blue.gif) no-repeat top left;
	padding-left:12px;
	font-weight:bold;
	color:#236aa9;
	text-decoration:none;
}
.fotoboekSublink a:hover,
.fotoboekSublink a:active {
	text-decoration:underline;
}

div.divFotos {
  position: relative;
  width: 100%;
}
div.divFotoboeken {
  position: relative;
  width: 100%;
}
hr {
  margin:4px 0px 4px 0px;
  background-color:#FFFFFF;
  border-width: 1px; 
  border-style: solid; 
  border-color: #DEEFF8;
  clear:both;
}
div.divThumb {
  float: left;
  width: 200px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div.divThumb IMG {
  border: 2px solid white;
}
img.imgBook {
  margin: 0px 10px 0px 10px;
  border: 2px solid white;
}
span.spanFoto {
}
span.spanFoto IMG {
  border: 2px solid white;
}
span.spanOnderschrift {
  display: block;
  margin-top: 5px;
}
select#selFotoboeken {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  background-color: #FFFFFF; 
  color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000
}


/*---------  FOTOBOEKEN ----------*/
.fotoboek_item {
	margin:0 0 7px 0;
}

.foto_content {
  float:left;
  width:700px;
  overflow:hidden;
  margin:6px 0 0 0;
  display: inline; /* important for IE 6 */
}
.foto_content p {
  margin:0 0 5px 0;
}

.foto_container {
  float:left;
  width:99px;
  height:99px;
  overflow:hidden;
  margin:0 9px 9px 0;
  display: inline; /* important for IE 6 */
}

.foto_overlay {
  position:absolute;
  z-index:100000;
  width:99px;
  height:99px;
  overflow:hidden;
}
.foto_bg {
  position:absolute;
  width:87px;
  height:87px;
	overflow:hidden;
  margin:6px 0 0 6px;
	background-repeat:no-repeat;
	background-position:center;
}


/*---------  KAARTJES INVESTEERDERS ----------*/

.kaartje_content {
  float:left;
  width:690px;
  overflow:hidden;
  margin:6px 0 0 0;
  display: inline; /* important for IE 6 */
}
.kaartje_content p {
  margin:0 0 5px 0;
}

.kaartje_container {
  float:left;
  width:179px;
  height:124px;
  overflow:hidden;
  margin:0 15px 9px 0;
  display: inline; /* important for IE 6 */
}

.kaartje_overlay {
  position:absolute;
  z-index:100000;
  width:179px;
  height:124px;
  overflow:hidden;
}
.kaartje_bg {
  position:absolute;
  width:167px;
  height:112px;
	overflow:hidden;
  margin:6px 0 0 6px;
	background-repeat:no-repeat;
	background-position:center;
}


