html, body{
	background		: url(../_images/background_small.jpg) repeat-x;
}

#breadcrumbs{
	height:46px;
margin-top:11px;
padding:0 0 0 10px;
width:100%;
}
	#breadcrumbs ul{
		margin-left		: 0px;
		padding-left	: 0px;
	}
	#breadcrumbs ul li{
		list-style-image: url(../_images/list-style-image.png);
		list-style-type	: none;
		float			: left;
		list-style-position:outside;
		margin-left		: 28px;
	}
	#breadcrumbs ul li.first{
		list-style-image: none;
		list-style-type	: none;
		margin-left		: 0px;
	}
	#breadcrumbs ul li a{
		color			: #7b7b7b;
		text-decoration	: none;
	}
	#breadcrumbs ul li a:hover{
		text-decoration	: underline;
	}
	#breadcrumbs ul li a.active{
		color			: #e42518;
	}

#vervolgcontent{
	position		: relative;
	float			: left;
	width			: 655px;
	padding-right	: 37px;
	padding-left	: 10px; 
	height			: 100%;
	margin-top		: 15px;
}
#vervolgmain{
	width			: 100%;
	height			: 100%;
	z-index			: 4;
}
#vervolgleft{
	position		: relative;
	float			: left;
	width			: 702px;
	height			: 100%;
}
#vervolgmain #vervolgleft{
	width			: 100%;
}
	#vervolgleft .submenuline{
		width		: 100%;
		position	: relative;
		float		: left;
		margin-top	: 30px;
		height		: 21px;
		z-index		: 1;
	}
	
	#vervolgleft .vervolgsubmenu{
		margin-top		: -5px;
		width			: 100%;
		padding-right	: 37px;
		padding-left	: 10px;
		margin-bottom	: 20px;
		z-index			: 2;
	}
	#vervolgleft .vervolgsubmenu .titleheader{
		font-size		: 12px;
		font-weight		: bold;
		margin-top		: 0px;
		color			: #4d4d4d;
	}
	#vervolgleft .vervolgsubmenu ul{
		padding-left	: 0px;
		margin-top		: 10px;
		width			: 430px;
		
	}
	#vervolgleft .vervolgsubmenu ul li{
		float			: left;
		list-style-type	: none;
		line-height		: 18px;
		margin-right	: 25px;
		width			: 190px;
		max-width		: 190px;
	}
	
	#vervolgleft .vervolgsubmenu ul li a{
		color			: #868686;
		text-decoration	: none;
	}
	
	#vervolgleft .vervolgsubmenu ul li a:hover{
		text-decoration	: underline;
		color			: #000000;
	}
	#vervolgleft .vervolgsubmenu ul li a.active{
		color			: #000000;
	}
#vervolgright{
	position		: relative;
	float			: left;
	width			: 258px;
}

#vervolgcontent h2 a {
   display: inline;
   background: none;
}
