html {
	height : 100%;
}
	body {
		height : 100%;
		padding : 0px;
		margin : 0px;
		text-align:center;
		
	}
	h2 {
		color: #ff4e28;
		font-size: 18px;
		font-weight: normal;
	}
		
		#canvas {
			min-height : 100%;
			margin-left:auto;
			margin-right:auto;
			margin-bottom : -52px;
			background-color :transparent;			
			width:820px;
			text-align:left;
			background-image:url(/images/bg_canvas.gif);
			background-repeat:repeat-y;
			padding:0px 0px 0px 0px;
		}
		#header{	
			background-color:#fff;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			height:80px;							
		}
		img.logo{
			margin:28px 0px 10px 0px;
			padding:0px 0px 0px 0px;
			}
		.error {
			background: red;
		}
		.error_label {
			color: red;
			margin-left: -3px;
		}
		#mainnavigation{
			background: #c5bdb2;
			height:4px;			
		}
		
		ul.mainnav {
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 285px;	
			clear:both;
			height:24px;
			float:left;
			}
			
		
		ul.subnav {
			margin:0px 0px 0px 30px;
			padding:0px 0px 0px 0px;	
			}
			ul.subnav li{
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				list-style:none;				
			}
			ul.subnav a {
				text-decoration: none !important;
			}

		
		#left{
			width:207px;
			float:left;
			margin:0px 0px 0px 0px;
			padding:0px 0px 50px 0px;
		
		}	
		
		div.imgcontainer{
			min-height:104px;
			background-color:#fff;			
		}
		
		.mensenabs {
			position: relative;
			margin-top: 0px;	
		}
		#left a{background-color:#fff;}
		div.login{
			background-color:#FFF;
			margin:0px 0px 0px 0px;
			padding:25px 0px 0px 0px;
						
		}
		div.login a {
			color: #6c6457;
			text-decoration: none;
			font-size: 14px;	
			display: block;
			width: 200px;
			height: 30px;
			padding-left: 25px;
		}
		div.login a:hover {
			color: #FF4E28;
		}
		div.login a.current {
			color: #ff4e28;		
			background: url(../images/subnav_current.gif) left top no-repeat;
		}
		
		#right{
			width:565px;
			float:right;
			margin:0px 0px 0px 0px;
			padding:0px 0px 50px 0px;
		}	
		#carousel {
			width: 215px !important;	
			height: 190px;
		}
		.carousel_nav{
			padding-left: 90px;	
			margin-bottom: 23px;
		}
		.carousel_nav a {
			display: block;
			height: 18px;
			width: 18px;
			background: url(../images/carousel_button.gif) left top repeat-x;
			float: left;
			cursor: pointer;
		}
		.carousel_nav a.active {
			display: block;
			height: 18px;
			width: 18px;
			background: url(../images/carousel_button_active.gif) left top repeat-x;
		}
		a.row {
			position: relative;
			display: block;
			margin:0px 0px 0px 0px;
			padding : 16px 0px 24px 10px;			
			border-bottom:solid 1px #e2ded5;
			text-decoration:none;
			height: 48px;
			}
			a.row img.right {
				margin-right: 10px;
			}
		a.row:hover {
			margin:0px 0px 0px 0px;						
			background: url(../images/homenav_bg.gif) left top repeat-x;
			}
			div.nobrd {padding : 25px 0px 24px 0px; height: auto; border-bottom: 1px solid #E2DED5;}
			div.nobrd:hover { background: none !important; border-top:0px;}
			div.dark {border-bottom-color:#8c8375;}
				
			div.row p{
				margin:0px 0px 0px 0px;
				padding : 10px 0px 0px 0px;			
				}	
			div.row img.right {
				margin:0px 21px 0px 0px;
				padding:0px 0px 0px 0px;	
				}
		div.row .home_left {
			float: left;
			width:	235px;
			height: 300px;
		}
		div.row .home_right {
			height: 100%;
		}		
		span.more{
			position:	absolute;
			bottom:	20px;
			left:	10px;
			background-image:url(/images/pijl_oranje.gif);
			background-repeat:no-repeat;
			background-position:left 5px;
			padding-right:10px;	
			padding-left: 10px;
			text-decoration: none !important;
			margin-top: -15px;
			display: block;
			width: 60px;
		}
		
		span.more:hover{
			text-decoration : none;
			color : #f05133;
			}
		#content{
			margin:0px 0px 0px 0px;
			padding :25px 0px 24px 0px;
		}		
			
		
		#footer {
			width:820px;
			background-color : #f6f5f3;			
			margin-left:auto;
			margin-right:auto;
			margin-bottom:10px;
			text-align:left;
				
		}
		
		#footer div.container{
			width:100%;width:806px;
/*			height:61px;*/
			margin-top: 10px;
			height: 30px;
			line-height: 20px;
			padding-left: 15px;
			}
		
		#footer div.container ul{
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;height:16px;	
		}
		#footer div.container ul li{
			margin:0px 5px 0px 0px;
			padding:0px 0px 0px 0px;
			list-style:none;
			float:left;
			
		}
		#footer div.container ul li a {
			color: #ff4f27;
			font-weight: normal;
			font-size: 11px;
			}
		#footer div.container ul li.arg{
			padding-top:5px;
			}
		#footer div.container ul li img{
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		
		}
		
		#footer div.container p{
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			}
		
		
ul#metanav {
	margin:0px 17px 0px 0px;
	padding:0px 0px 0px 0px;	
	clear:both;
	height:28px;
	float:right;
	color : #6f6453;
	}
	ul#metanav li{
		margin:12px 5px 0px 0px;
		padding:0px 0px 0px 0px;
		list-style:none;
		float:left;
		}

/*------------------ Stappen --- */
.aanmeld_stappen {
	height: 50px;	
	width: 100%;
	margin-left: 30px;
}

.aanmeld_stappen a {
	position: relative;
	display: block;
	height: 40px;
	float: left;
	width: 80px;
	padding-left:0px;
	text-decoration: none !important;
	background: url("../images/step_disabled.gif") left top no-repeat;}
.aanmeld_stappen a:hover {
}
.aanmeld_stappen a.current {
	background: url("../images/step_current.gif") left top no-repeat;
}
.aanmeld_stappen a.done {
	background: url("../images/step_done.gif") left top no-repeat;
}
.aanmeld_stappen a.disabled {
	background: url("../images/step_disabled.gif") left top no-repeat;
}
.aanmeld_stappen a.last {
	width: 25px !important;
}

.aanmeld_stappen a span{
	position: absolute;
	bottom: 0px;
	width: 70px;
	text-align:center;
	display: block;
	font-size: 9px;
	margin-left: -20px;
}
.aanmeld_stappen a:hover span{
	color: #333;
}
.aanmeld_stappen a.current span{
	color: #ff4f27;
}
.aanmeld_stappen a.done span{
	cursor: pointer;
	color: #333;
}
.aanmeld_stappen a.done:hover span{
	color: #ff4f27;
	cursor: pointer;	
}
.aanmeld_stappen a.disabled span{
	color: #999;
}

.aanmeld_stappen a span.number{
	position: absolute;
	left: -22px;
	width: 110px;
	text-align:center;
	display: block;
	font-size: 9px;
	font-weight: bold;
	top: 4px;
	color: #999;
}
.aanmeld_stappen a.current span.number{
	color: #ff4f27;
}
.aanmeld_stappen a.done span.number{
	color: #333;
}

.stap_form {
	position: relative;
	width: 100%;
	height: 500px;
}

.stap_form .footer {
	width: 100%;
	margin-bottom: 20px;
}
.stap_form .footer .left {
	position: absolute;
	left: 0px;
}
.stap_form .footer .right {
	position: absolute;
	right: 50px;
}



/* ----------------------------------------------------------- */
div.popupContent{
	text-align:left;
	margin:12px 12px 0px 12px;
	padding:0px 0px 12px 0px;
	}
