@charset "utf-8";

/* Colours meet en verbeter form styles */

.container {
	width: 800px;
	background-image: url(images/bg-landingspage.jpg);
	background-repeat: no-repeat;
}

#borderdiv {
	width: 840px;
	margin: 0px auto 0 auto;
	padding: 0px 10px;
	border: 1px solid #C0C0C0;
	
}

#metenverbeteren-block {
	overflow: hidden;
	width: 800px;
	margin: 0px auto 0 auto;
}

	#metenverbeteren-block #contentwrapper {
		overflow: hidden;
		display: block;
		margin-bottom: 20px;
	}

	#metenverbeteren-block h1 {
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	#metenverbeteren-block .vertical label {
		display: block;
		width: 200px;
	}
		#metenverbeteren-block .vertical label input {
			width: 15px;
			margin-right: 5px;
		}
	
	#metenverbeteren-block #leftcontent {
		float: left;
		width: 500px;
	}

	
	#metenverbeteren-block #rightcontent {
		float: right;
		padding: 15px 0 10px 10px;
		width: 250px;
	}
	
	#metenverbeteren-block dd {
		margin-bottom: 5px;
	}
	
	#metenverbeteren-block dd input, #metenverbeteren-block dd textarea {
		width: 300px;
	}
	
	#metenverbeteren-block dd select {
		width: 301px;
	}
		*:first-child+html #metenverbeteren-block dd select {
			width: 303px;
		}	
		* html #metenverbeteren-block dd select {
			width: 303px;
		}	
	#metenverbeteren-block #thanks-block {
		margin-bottom: 50px;
	}
	
	#metenverbeteren-block #images {
		display: block;
		width: 100%;
		text-align: center;
		overflow: hidden;
		margin-left: 10px;
	}
	
	#metenverbeteren-block #images div {
		margin: 5px;
		float: right;
		padding-bottom: 20px;
	}
	
		#metenverbeteren-block #images div span {
			display:block;
			width: 100%;
			text-align: left;
		}
			*:first-child+html #metenverbeteren-block #images div span b {			
				float: left;
				width:235px;
			}
			* html #metenverbeteren-block #images div span b {			
				float: left;
				width:235px;
			}
	
	#metenverbeteren-block #leftcontent #lijst ul {
  			list-style: square;
			margin: 0 0 15px 30px;
			clear: both;	
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 1.05em;
	}

	#metenverbeteren-block #leftcontent #lijst li {
			margin: 5px 0 0 0;
	}



.formButton {
	margin-right: 6px;
	padding:0px;
}
	
#container {
	width: 800px;
	background-image: url(images/bg-landingspage.jpg);
	background-repeat: no-repeat;
}

#meetverbeter-container h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:2.3em;
line-height:normal;
}

#footer-colours {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 0 10px;
	border-top: 1px solid #000;
}

#footer-links {
	float: left;
	padding: 0;
}

#footer-links a {
	margin: 0;
	text-decoration: none;
}

#footer-rechts {
	float: right;
	padding: 0;
}

dt {
margin-top: 5px;
margin-bottom: 2px;
}

#check { /* ie hack */
 	border: none;
  	background-image:none;
} 

input {
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
  	background-image:url(images/bg-input.gif);
  	background-repeat:no-repeat;
} 

textarea {
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-image:url(images/bg-textarea.gif);
	height: 120px;
	width: 190px;
}
