.PaginaBlokje {
		margin: 12px;
		margin-top: 0px;
		margin-left: 0px;		
		background-color:#C9D3F7;
		border:1px solid #06069E;		
		width: 150px;
		height: 240px;
		float:left;
		text-align:center;		
}




.pBAfbeelding{
	height:130px;
	text-align:center;
	overflow:hidden;
}


.pBAfbeelding td {
	text-align:center;
}

.pBAfbeelding img {
	border:1px solid #06069E;
}		


.pBTitel{
	width:140px;	
	vertical-align:top;	
	text-align: center;	
	padding-left: 5px;
}

.pBTitel h2  {	
	margin: 0px;
	padding: 0px;
	
}

.pBTitel p {
	font-size: 10px;
}
#pageButtons {
	padding-right:15px;
	text-align:right;
	clear:both;
}

.funkyButton, .funkyButtonGhost {
	background-color:#C9D3F7;
	border:1px solid #06069E;
	width:40px;
	height:18px;
	font-weight:bold;
	text-align:center;
	color:#D85754;
}

.funkyButton, .funkyButtonGhost{
	background-image: url('../../images/shop/kleineknop.gif');
	background-position: left top;
	background-repeat: no-repeat;
	border:0px;
	color:white;
	font-weight:bold;
	font-size:10px;
	width:21px;
	height:21px;


	cursor:pointer;
}

.funkyButtonGhost
{
	background-image: url('../../images/shop/kleineknop-ghost.gif');
}

.funkyButton:hover{
	background-image: url('../../images/shop/kleineknop-active.gif');
}