/* HOME styles */
div#top_home {
	float:left;
	width:925px;
	height:259px;
}
div#top_left_home {
	float:left;
	width:453px;
	height:259px;
	background:url(../images/home_entree_nl.jpg) no-repeat;
}
div#top_right_home {
	float:left;
	width:471px;
	height:259px;
	background:url(../images/img_kop.gif) no-repeat;
}
	div#top_right_home .inner {
		padding-left:10px;
	}
div#top_right_home a {
	margin-right:3px;
}

/* CONTENT div */
div#main_left_home {
	float:left;
	/*width:576px;*/
	width:705px;
	min-height:262px;
	padding:17px 23px 23px 23px;
	/*background:url(../images/img_bghome.gif) bottom repeat-x;*/
	line-height:20px;
}
	div#main_left_home #content-intro{
		padding:12px 0 14px 0;
	}
	div#main_left_home #content-title h1{
		font-family:"Times New Roman", Times, serif;
		color:#00457d;
		font-size:1.8em;
		font-weight:bold;
	}
	div#main_left_home #content-intro h2{
		color:#606a74;
		font-weight:bold;
		font-size:1.1em;
	}
	div#main_left_home #content-main {
	font-size:1.1em;
	}
		div#main_left_home #content-main p{
			margin:0 0 20px 0;
		}
	
	
div#main_right_home {
	font-size:0.9em;
	float:left;
	/*width:303px;*/
	width:150px;
	padding:11px 0 0 0;
}
	div#main_right_home h1{
		font-family:"Times New Roman", Times, serif;
		color:#00457d;
		font-size:1.9em;
		font-weight:bold;
		padding:5px 0 11px 0;
		letter-spacing:1px;
	}
	div#main_right_home h2{
		color:#606a74;
		font-weight:bold;
		font-size:1.2em;
		margin:0 0 11px 0;
	}

div#vestigingen_home {
	float:left;
	padding-left:24px;
	/*width:122px;*/
	width:150px;
}
	div#vestigingen_home h2{
		cursor:pointer;
		margin-bottom:5px;
	}
	div#vestigingen_home h2.notfirst{
		margin-top:10px;
	}
	div#vestigingen_home div{
		margin-bottom:20px;
	}
	div#vestigingen_home div.hidden{
		display:none;
	}

div#nieuwsbrief_home {
	float:left;
	padding-left:19px;
	width:134px;
}

div#vestigingen_home p, div#nieuwsbrief_home p {
line-height:1.6em;
}

#copyright {
	padding:0 0 0 24px;
}
	.form1 {
		padding:11px 0 0 0;
		width:134px;
	}
	.form1 input, select {
		border: none;
		height:18px;
		width: 128px;
		color: #757575;
		background-color:#dfe1e3;
		margin-bottom:6px;
		!margin-bottom:4px;
		font-size:11px;
		padding-left:6px;
		padding-top:3px;
	}
	.form1 select{
		width: 255px;
	}
	.form1 textarea{
		width: 370px;
	}
	.form1 input.button{
		width: 61px;
		!width: 62px;
		height:20px;
		font-weight:bold;
		letter-spacing:1px;
		border: 1px solid #e7e7e7;
		background-color:#FFFFFF;
		color: #757575;
		cursor: hand;
		cursor: pointer;
		font-size:10px;
		padding:0px;
		float:right;
	}