div#content{
	background: url(../../images/vertical_balk.jpg);
	background-repeat: repeat-y;
}
/* CONTENT TOP */

div#top{
	margin:	10px;
	_height: 90px;
	min-height: 90px;
}

div#top_image{
	width: 130px;
	height: 96px;
	background-image: url(../../images/image1.gif);
	background-repeat: no-repeat;
	float: left;
}

div#top_shim{
	width: 15px;
	height: 90px;
	background-image: url(../../images/shim.gif);
	background-repeat: repeat-y;
	background-position: 7px;
	float: left;
	font-size: 0px;
}

div#top_content{
	width: 382px;
	float: left;
}



div#inhoud{
	clear:both ;
	background-color: red;
}

/* CONTENT LEFT */
div#left{
	width: 245px;
	float:left;
}

div#title_left{
	height: 15px;
	background: #adadad;
	text-indent: 10px;
	margin-top: 1px;
}

div#content_left{
	margin:	10px;
	text-align: justify;
}

/* CONTENT RIGHT */

div#right{
	width: 295px;
	float:right;
}

div#title_right{
	height: 15px;
	background: #adadad;
	text-indent: 10px;
	margin-top: 1px;
}

div#merken_inhoud{
	margin:	10px;
	height: 75px;
	clear: both;
	vertical-align: center;
}



/* PHP OPSOMMING MERKEN */

div#merken_image{
	width: 100px;
	height: 75px;
	float: left;
	z-index: 100;
}

img.merken {
	position: absolute;
	z-index: 100;
	
}

div#merken_line{
	background-image: url(../../images/stripes.gif);
	height: 13px;
	font-size: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top:4px;
}




