html,body{
		height:100%;
	}
	body{
		margin:0px;
		background: url("../gfx/bg_wide.jpg") repeat-x;				
	}
	
	*{
		color:#424242;
		font-size:13px;
		font-family:Arial,Verdana,Sans-serif;
	}

	h1{
		margin: 0px 0px 10px 0px;
		font-size:20px;
		font-weight:normal;
	}

	.message{
		border:2px dashed #33CC00;
		padding:10px;
		margin: 10px 0px 10px 0px;
		font-weight:bold;
	}

	#bg{
		display:block;
		border:0px;
		width:100%;
		height:850px;
		background: url("../gfx/bg.jpg") 50% 0px no-repeat;
		text-align:center;
	}

	#aligner{
		width:980px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}

	#header{
		padding-top:30px;
		padding-left:70px;
		height:107px;
	}
	
	#logo{
		display:block;
		width:706px;
		height:65px;							
		background: url("../gfx/parts.gif") 0px -268px no-repeat;
	}

	#flags{
		margin-top:15px;
		height:25px;
		
		margin-right:10px;
		float:right;
	}

	#flags div{
		height:27px;
		width:auto;
		float:left;		
		background: url("../gfx/parts.gif") -479px -205px no-repeat;
	}

	#flags div.left{
		width:10px;
		background: url("../gfx/parts.gif") -453px -205px no-repeat;
	}
	#flags div.right{
		width:10px;
		background: url("../gfx/parts.gif") -466px -205px no-repeat;
	}

	#flags a{
		display:block;
		float:left;
		margin-top:9px;
		margin-left:5px;
		margin-right:5px;
	}

	#flags a img{
		border:0px;
	}

	#main{
		background: #f5f5f5 url("../gfx/menu_bg.gif") 21px 0px repeat-y;		
	}

	#top{
		font-size:12px;
		height:56px;
		background: url("../gfx/top.gif") no-repeat;
		line-height:67px;
		text-align:right;
		padding-right:15px;
		color:#FFFFFF;
	}

	#top span{
		padding:0px 10px 0px 10px;
		color:#FFFFFF;
	}

	#menu{
		float:left;
		margin-left:23px;
		margin-top:-20px;
		width:219px;
		padding-bottom:50px;
		
	}

	#menu ul{
		padding:0px;
		margin:0px;
		list-style:none;
	}

	#menu ul li{
		
	}

	#menu ul li a.active{
		background-color:#d0edec;
		font-weight:bold;
		
	}

	#menu ul li a{
		display:block;
		margin:2px 0px 5px 0px;

		height:25px;
		line-height:23px;
		padding-left:25px;
		background: url("../gfx/parts.gif") -512px 11px no-repeat;
		color:#424242;
		text-decoration:none;
	}

	#menu ul li a:hover{
		text-decoration:underline;
	}

	#menu ul ul li a{
		padding-left:40px;
		background: url("../gfx/parts.gif") -497px 11px no-repeat;
	}

	#content{
		margin: 22px 0px 0px 24px;
		float:left;
		width:695px;
		min-height:450px;
	}

	.frame{
		background: url("../gfx/text_bg.gif") repeat-y;
		margin-bottom:21px;
	}

	.frame .top{
		height:13px;
		background: url("../gfx/parts.gif") 0px -234px no-repeat;
	}

	.frame .middle{
		padding:0px 15px 0px 15px;
		line-height:22px;
	}
	
	.frame .bottom{
		height:13px;
		background: url("../gfx/parts.gif") 0px -249px no-repeat;
	}

	.frame_small{
		width:215px;
		height:232px;
		float:left;
		background: url("../gfx/parts.gif") 0px 0px no-repeat;
		margin-right:23px;
		text-decoration:none;
		color:#FFFFFF;
		margin-bottom:20px;
	}

	.frame_small:hover{
		background: url("../gfx/parts.gif") -230px 0px no-repeat;
	}

	.frame_small span.title{
		display:block;
		color:#FFFFFF;
		font-size:14px;
		line-height:42px;
		height:42px;
		padding-left: 16px;
	}

	.frame_small span.more{
		font-size:11px;
		display:block;
		clear:both;
		height:15px;
		padding:8px 30px 0px 0px;
		float:right;
	}

	.frame_small.last{
		margin-right:0px;
	}

	.frame_small img{
		display:block;
		border:0px;
		margin: 13px 0px 0px 17px;
	}

	#bottom{
		height:35px;
		clear:both;
		background: #FFFFFF url("../gfx/bottom.gif") no-repeat;
	}

	#bottom a,#bottom div{
		font-size:11px;
		color:#b5b5b5;
		text-decoration:none;
	}

	#bottom #copy{
		float:left;
		margin-top:35px;
		margin-left:7px;
	}
	#bottom #site{
		float:right;
		margin-top:35px;
		margin-right:7px;
	}
	#bottom #site:hover{
		text-decoration:underline;	
	}
	
	.form {
		width:600px;
	}

	.form td{
		padding: 4px 0px 4px 4px;
		vertical-align:top;
	}

	.form td label{		
		width:200px;
		line-height:16px;
		display:block;
		float:left;
		padding-top:3px;
	}

	label.error{
		display:block;
		color:#FF0000;
		font-size:11px;
	}

	.form input.error{
		border:1px solid #FF0000; 
		color: #FF0000;
	}

	.verplicht{
		font-size:11px;
	}


