/* Assets */

	.assets#lower_left {
		float: left;
		width: 404px;
		height: 100%;
		
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
		.assets#container_welkom_text {
			float: left;
			width: 404px;
			height: 100%;
			
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			
			font-weight: bold;
			font-style: italic;
		}

		.assets#container_binnenpagina {
			float: left;
			width: 404px;
			height: 100%;
			
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			
			font-weight: normal;
		}
		.assets#container_nieuws {
			display: inline;
			margin-top: 0px;
                        margin-left: 50px;
		}
		.assets#container_wist_je {
			margin-left: 26px;
			display: inline;
			margin-top: 0px;
		}
	.assets#lower_right{
		float: right;
		width: 416px;
		height: 100%;
		
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
		.assets#container_image {
			float: right;
			width: 367px;
			height: 400px;
			
			font-size: 0px;
			
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px; 
			
			background-color: #FFFFFF;
		}
		.assets#container_regio_zoeken {
			display: inline;
			float: right;
			width: 345px;
			height: 38px;
			
			margin: 10px 0px 20px 0px;
			padding: 0px 0px 0px 12px;
			border: solid 5px #63CA5A;
			background-color: #4AAA42;
		}
			.assets#regio_opmaak {

				float: left;
				font-size: 14px;
				line-height: 38px;
				color: #FFFFFF;
				
				font-weight: bold;
				text-decoration: none;
			}

.pagediv {
	margin-bottom: 15px
}


/* faq holders */
.controller{
	float:right;
	background: url(../images/plusmin.jpg) no-repeat 0px 5px;
	width: 10px;
	height: 10px;
	padding: 5px 0px 0px 0px;
}

.controller.active
{
	background: url(../images/plusmin.jpg) no-repeat -10px 5px;
}
	
	
.bordertopcontainer
{
	cursor: pointer;
}	
	
.titleholder
{
	color:#4AAA42;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	float:left;
}


.descriptoin
{
	display: none;
	margin: 0px 0px 20px 0px;
}


.borderbottomcontainer 
{
	height: 4px;
	background: url(../images/border-bottom.jpg) no-repeat top left;
	display: block; 
	cursor: pointer;
	
}
