* {
	margin: 0;
	padding: 0;
	border: 0;
}

.left 		{ float: left; display: inline; /* ie */ }
.right 		{ float: right; display: inline; /* ie */ }
.clear  	{ clear: both;}

body {
	width: 100%;
	background: url('images/danone.jpg') no-repeat scroll top left;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #003882;
}
h1 {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 287px;
}
h2 {
	margin-bottom: 15px;
	font-family: "arial rounded mt bold", arial, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #003882;
}
h3 {
	font-family: "arial rounded mt bold", arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #009447;
}
.section h3 {
	margin-bottom: 15px;
	font-family: "arial rounded mt bold", arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #003882;
}

#context h3 {	color: #003882; margin-bottom: 5px;}
#danone {position: absolute; display: block; right: 60px; top: -240px;}
p {
	margin-bottom: 15px;
}

a {
	color: #003882;
}

img.left {
	margin: 2px 8px 2px 0;
}

img.right {
	margin: 2px 0 2px 8px;
}

.block.generic ul {
	margin: 5px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #002c5f;
}
	.block.generic ul li {
		margin-left: 20px;
	}

ul.summary li {
	width: 300px;
	height: 150px;
	list-style-type: none;
	line-height: 1.5em;
}
	ul.summary li.left {
		clear: both;
	}



div.readMore {
	display: none;
}

#container, .container {
	width: 980px;
	margin-left: 40px;
 position: relative;
}




#container #main {
	float: left;  display: inline; /* ie6 */
	width: 630px;
	margin-top: 50px;
}

	#main .section {
		clear: both;
		width: 100%;
		margin-bottom: 20px;
		padding-top: 35px;
	}
	
	

	.section table {
		width: 100%;
	}
	.section table em {
		color: #009447;
	}
	.section tr.even {
		background: #edf9f9;
	}
	
	.section td, 
	.section th {
		padding: 10px 10px;
		vertical-align: top;
	}
	
	.section th {
		width: 80px;
		font-weight: bold;
	}
	


	
#container #context {
	float: right; display: inline; /* ie6 */
	width: 300px;
	margin-top: 50px;
	margin-left: 20px;
}
	#container #context .block {
		width: 280px;
		margin-bottom: 20px;
		padding: 15px 10px;
		border: 1px solid #a3e0f2;
		background-color: #a3e0f2;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-size: 12px;
		line-height: 1.3em;
	}
	.white {background-color: white !important;}
	
		#container #context .block h2 {
			margin-bottom: 5px;
		}	
	
	#container #context #menu ul {
		border-bottom: none;
	}
	
		#container #context #menu ul li {
			list-style-type: none;
			margin: 5px 0;
		}
	

	
	
	#container #context #signup {
		height: 154px;
		padding-bottom: 10px;
		width: 300px;
		color: #ffffff;
		font-size: 12px;
		line-height: 1.5em;
		
		background: white url('images/register.jpg') no-repeat scroll top left;
		
		
		
	}	
		#container #context #signup h2 {
			padding:  15px 15px 0 15px ;
		}
		#container #context #signup p { padding: 0 0 0 15px;}
		
		#container #context #signup a.submit {
			position: absolute;
			margin-left: 150px;
			margin-top: 0;
		}		



		#locatie {
			background-color: #dbf4f3;
			font-size: 13px;
			zoom: 1;
			position: relative;
		}
			#locatie h3 {color: #003882; padding: 10px 0 10px 12px;}
			#locatie h3 span {font-size: 13px; font-weight: normal; font-family: arial, sans-serif;}
			#locatie a {color: #003882;}
			#locatie img {border:5px solid #edfaf9; margin: 10px;}
			#locatie ul.locatieItem { 
				list-style: none;
				width: 210px;
				position: relative;
				float: left;
				padding-bottom: 10px;
			}
				#locatie ul li {padding-left: 35px; background-position: 12px 2px; background-repeat: no-repeat;}
				#locatie li.address {background-image: url("/images/icon_map.png");}
				#locatie li.tel {background-image: url("/images/icon_telephone.png");}
				#locatie li.email {background-image: url("/images/icon_email.png");}
				#locatie li.web {background-image: url("/images/icon_web.png");}

			#locatie div.locatieItem {  width: 400px; margin-left: 10px; float: left; position: relative;}


	

/* by joost */

th.disabled, td.disabled {
	display: none;
}

th {
	text-align: left;
}

#container #main div.section form.registerForm th {
	color: #003882;
}

input.text, textarea {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #003882;
	border: 1px solid #5CA0BB;
	width: 350px;
}

td.submit {
	text-align: right;
}

input.submit {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: white;
	padding: 5px 10px 5px 10px;
	background-color: #003882;
	border: 1px solid #002c5f;
}
form table th {
	text-align: right;
	width: 200px;
	padding-right: 10px;
	padding-bottom: 5px;

}
form table td {
	width: 360px;
	padding-bottom: 5px;
}
form table td.status { width: 40px;}
.cb { display: block; height: 0; clear: both; visibility: hidden;}
.cb {height: 1%;}

