body, html, div, span, table{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

body{
	background-color:#fff;
	margin:0;
	padding:0;
	
}

h1, h2, h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html{
	overflow-y:scroll;
}

a{
	outline:none;
	margin:0;
	padding:0;
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#e36f1e;
}


div.right_default ul{
	padding:0 13px 0 13px;
	margin:0;
	line-height:18px;
}

div.right_default li{
	list-style:square;
	padding:0;
	margin:0;
}


/*voornaamste containers*/

/*div.body{
	width:993px;
	margin:0 auto;
}*/

div.top{
	width:993px;
	height:116px;
	background-image:url('../img/custom/top.jpg');
	float:left;
	position:relative;
}

	div.container_top{
		width:248px;
		height:64px;
		overflow:hidden;
		position:absolute;
		top:32px;
		cursor:pointer;
	}
	
	span.container_top_title{
		display:block;
		line-height:22px;
		width:180px;
		font-size:12px;
		color:#e36f1e;
		font-weight:bold;
		background-image:url('../img/custom/button_top.jpg');
		background-repeat:no-repeat;
		padding:0 0 0 30px;
	}
	
	span.container_top_date{
		line-height:20px;
		font-size:12px;
		color:#f3b181;
		margin:0 10px 0 0;
	}
	
	span.container_top_text{
		line-height:20px;
		width:180px;
		display:block;
		font-size:12px;
	}

div.header{
	position:relative;
	width:993px;
	height:180px;
	background-image:url('../img/custom/header.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}

	img.header{
		width:955px;
		position:absolute;
		left:19px;
	}
	
	div.splash{
		position:absolute;
		left:460px;
		width:444px;
		height:250px;
		/*
		cursor:pointer;
		background-image:url('../img/custom/splash.jpg');
		background-repeat:no-repeat;
		*/
	}
	
	/*
	div.splash:hover{
		background-position:bottom;
	}
	*/
	
	span.header_text{
		position:absolute;
		left:380px;
		top:108px;
		color:white;
		width:325px;
		font-style:italic;
		font-weight:bold;
		font-size:25px
	}

div.menu{
	width:993px;
	height:34px;
	background-image:url('../img/custom/menu.jpg');
	float:left;
	position:relative;
	z-index:1;
}

	div.menu_left{
		width:885px;
		height:34px;
		position:absolute;
		left:19px;
		z-index:1000;
	}

	div.menu_right{
		line-height:34px;
		height:34px;
		width:70px;
		position:absolute;
		right:19px;
		background-image:url('../img/custom/button_home.jpg');
		background-repeat:no-repeat;
		background-position:4px 4px;
		cursor:pointer;
	}
	
	div.menu_right:hover{
		background-image:url('../img/custom/button_home.jpg');
		background-repeat:no-repeat;
		background-position:4px -46px;
	}

div.content{
	width:993px;
	background-image:url('../img/custom/content.jpg');
	float:left;
}

	div.left_home{
		width:441px;
		float:left;
		margin:5px 0 0 19px;
	}
	
		div.left_home h1{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:25px;
			font-style:italic;
			color:#b2b4b6;
			margin:5px 0 0 0;
			padding:48px 40px 0 36px;
			background-image:url('../img/detail_home.jpg');
			background-repeat:no-repeat;
			line-height:40px;
		}
	
	div.right_home{
		width:444px;
		float:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:30px;
		color:#999999;
		margin:26px 0 30px 0;/*5 + 21*/
	}
	
	div.left_default{
		width:307px;/*337px - 30px margin*/
		float:left;
		font-size:12px;
		line-height:18px;
		color:e36f1e;
		margin:34px 0 0 49px;/*19px + 30px margin-left*/
	}
	
	div.right_default{
		width:548px;
		float:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:18px;
		margin:34px 0 30px 0;
	}
	
	div.right_default h1{
		padding:0;
		margin:20px 0 20px 0;
		font-size:12px;
		color:#06357a;
		font-weight:bold;
	}
	
	div.right_default h2{
		padding:0;
		margin:20px 0 20px 0;
		font-size:12px;
		color:#6d6e71;
		font-weight:bold;
	}
	
	div.right_default h3{
		padding:0;
		margin:20px 0 20px 0;
		font-size:12px;
		color:#e36f1e;
		font-weight:normal;
	}
	
	div.right_default h1.dynamic{
		margin:0 0 20px 0;
	}
	
div.footer{
	width:993px;
	height:29px;
	background-image:url('../img/custom/footer.jpg');
	margin:0 auto;
	position:relative;
}

	div.leftfooter_home{
		color:#FFFFFF;
		font-weight:bold;
		font-size:11px;
		position:absolute;
		text-align:left;
		line-height:28px;
		left:56px;
		top:1px;
		width:400px;
	}
	
	div.rightfooter_home{
		position:absolute;
		text-align:left;
		line-height:28px;
		left:460px;
		top:1px;
		width:500px;
		font-size:9px;
		color:#939598
	}
	
	div.leftfooter_default{
		color:#FFFFFF;
		font-weight:bold;
		font-size:11px;
		position:absolute;
		text-align:left;
		line-height:28px;
		left:56px;
		top:1px;
		width:300px;
	}
	
	div.rightfooter_default{
		position:absolute;
		text-align:left;
		line-height:28px;
		left:356px;
		top:1px;
		width:600px;
		font-size:9px;
		color:#939598;
	}

	div.rightfooter_home a, div.rightfooter_default a{
		text-decoration:none;
		color:#939598;
	}
	
	div.rightfooter_home a:hover, div.rightfooter_default a:hover{
		color:#000000;	
	}
	
	span.divider_footer{
		margin:0 27px 0 27px;
		padding:0;
		color:#939598;
	}

/*meldingen*/
div.container_576_middle{
	width:100%;
}

div.content_576_middle_0{
	padding:25px 25px 25px 25px;
	background-image:url(../img/melding_fout_bg.jpg);
	font-weight:bold;
	color:#FF0000;
	font-size:14px;
}

div.content_576_middle_1{
	padding:25px 25px 25px 25px;
	background-image:url(../img/melding_succes_bg.jpg);
	font-weight:bold;
	color:#339900;
	font-size:14px;
}

a.back{
	width:25px;
	height:25px;
	background-image:url('../img/back.png');
	cursor:pointer;
	float:right;
	margin:5px 10px 0 0;
}
			
a.back:hover{
	background-position:0 25px;
}

div.arrow_breadcrumb{
	margin:0 5px 0 5px;
	display:block;
	float:left;
	background-position:-13px -7px;
	background-image:url('../img/index_arrow.png');
	width:5px;
	height:16px
}

a.breadcrumb{
	float:left;
}

div.like{
	display:block;
	float:left;
	width:100%;
	padding-top:15px;
	margin-top:15px;
	border-top:1px dotted #cccccc;
}


/*Sticky footer*/

#footer {
	position: relative;
	margin-top: -29px; /* negative value of footer height */
	height: 29px;
	clear:both;
	text-align:center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html, body, #wrap {
	height: 100%;
}

div#wrap{
	width:993px;
	/*background-image:url(../img/background_repeat.jpg);
	background-repeat:repeat-y;*/
	background-color:white;
	margin:0 auto;
	background-image:url('../img/custom/content.jpg');
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 29px;
	
}  /* must be same height as the footer */

/*End sticky footer*/

/* opmaak links */
			
div.right_default a.link{
	width:460px;
	height:40px;
	display:block;
	background-image:url('../img/button460.png');
	float:left;
	margin:1px 0 0 0;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	line-height:40px;
}

div.right_default a.link:hover{
	background-position:0 40px;
}
			
div.right_default span.image220{
	width:40px;
	height:40px;
	float:left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	display:block;
}

div.right_default span{
	margin:0 0 0 10px;
	font-size:10px;
}

/* einde opmaak links */











div.head220 span{
	float:left;
	border-bottom:1px solid #e1e1e1;
	width:277px;
	padding:0 0 10px 0;
	font-size:12px;
	color:#06357a;
	font-weight:bold;
	margin:5px 0 0 0;
}

div.output220{
			width:277px;
			float:left;
			margin:0 0 10px 0;/*plus 10px buttons = 20*/
		}
		
			div.output220 a{
				width:277px;
				height:40px;
				display:block;
				background-image:url('../img/button460.png');
				background-position:right middle;
				float:left;
				margin:1px 0 0 0;
				text-decoration:none;
				text-transform:uppercase;
				font-size:12px;
				color:#000000;
				line-height:40px;
				cursor:pointer;
				
			}
			
			div.output220 a:hover{
				background-position:right 40px;
			}
			
				
				div.output220 span.image220{
					width:40px;
					height:40px;
					float:left;
					background-repeat:no-repeat;
					margin:0;
					padding:0;
					display:none;
				}	
				
				div.output220 span{
					margin:0 0 0 15px;
					font-size:10px;
				}
				
				
div.logo_home{
	cursor:pointer;
	width:220px;
	height:60px;
	position:absolute;
	left:45px;
	top:30px;
	background-color:none;
}