.minXYpx {
    height: 456px; /* 816 - (hoogte header) */
	}

#showHeader {
	width: 786px;
	height: 450px;
	background: #fff;
	}
#showContent {
	width: 786px;
	height: 100%;
	background-color: #080101;
	}

	#showContent {
	margin: 36px 0 0 0;
	}
	* html #showContent {
	position: relative;
	top: -15px;
	margin: 0;
	}	
	
	
#showContentLeft {
	width: 480px;
	margin: 0; padding: 0 0 0 15px;
	float: left;
	}
#showContentRight {
	width: 275px;
	margin: 0; padding: 0;
	float: right;
	}

	
#showContentTitle {
	width: 480px;
	margin: 0;
	}
#showContentContent {
	width: 460px;
	padding: 10px 10px 0px 10px;
	background: transparent url('../images/bg/spacer-wit.png');
	}

#actieSWF {
	margin: 0; padding: 0;
	}
	
#actieLink {
	float: left;
	width: 530px; height: 28px; /* 46 - 2x padding van 9 */
	margin-top: 264px;
	text-align: right;
	color: #fff;
	line-height: 14px;
	padding: 9px 0;
	}
	#actieLink a, #actieLink a:hover {
    position: relative;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
	}
	
/* START GALLERY */
   .galleryContainer {
/*   margin: 0px; padding: 0px; */
   margin: 0px; padding: 0 0 0 10px;
/*   width: 786px; */
   width: 776px;
   }
   .spacer {
   clear: both;
   margin: 0px; padding: 0px;
   height: 1px;
   }
   .galleryFloat {
   float: left;
   margin: 0 6px 18px 12px;
   padding: 0;
   width: 232px; height: 180px;
   overflow: hidden;
   }
   .itemWit {
   background: transparent url('../images/bg/vakje-wit.png') no-repeat;
   line-height: 150%;
   cursor: pointer;
   cursor: hand;
   }
   .itemRood {
   background: transparent url('../images/bg/vakje-rood.png') no-repeat;
   line-height: 120%;
   }
   .galleryFloat p {
   text-align: center;
   }
   .galleryFloat img {
   border-style: none;
   }
   .galleryFloat a {
   color: #333;
   border-style: none;
   text-decoration: none;
   }
/* EINDE GALLERY */	