.afb_tbl {
	/*width: 900px;			<-- width aangeven in config file */
	/*height: 900px;		<-- height aangeven in config file */
	margin-left: 25px;
	float:left;		
	
}
.afb_row {
	width: 100%;
	/*height: 33%;			<-- height word berekent */
	clear: both;
	float:left;
}
.afb_item {
margin: 0 auto;
background-color: #ffca6e;
border: 1px solid #448ec5;
	/*width: 33%;			<-- width word berekent */
	float: left;
	margin-right: 3px;
	margin-top: 3px;
	float:left;
}
.afb_item .head {
	/*height: 30px;		<-- height aangeven in config file */
	text-align:center;
	float:left;
	width:100%;
background-image: url(../images/layout/item_kop.jpg);
font-size: 1.1em;
color: white;
padding: 3px 6px 3px 6px;
margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-left: 2px;
	float:left;
	height:auto;
}

.afb_item .image {
	/*height: 100px;		<-- height aangeven in config file */

	
	width: 100%;
	text-align: center;
	float:left;
}

.afb_item .image img
{
	border: 1px solid #448ec5;	
}

.afb_item .desc {
	/*height: 30px;		<-- height aangeven in config file */
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	float:left;
}

.right{
  float: left;
  width: 204px;
  height: 100%;
  margin-left: 10px;
}

.right img, .news img
{
	border: 1px solid #448ec5;
	margin-top:10px;
	cursor: pointer;
}

.top_titel
{
	text-align:center;
	line-height:25px;
	color: #fff;
	width:100%;
	font-weight:bold;
}

.center_gallery_img
{
	width:100%;
	height:auto;
	text-align:center;
}

.news 
{
	margin-top:0px;
}

