body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: white;
	background-image: url(../images/bg_body.jpg);
	background-position: top;
	background-repeat:repeat-y;
	scrollbar-base-color: #e5e5e5; 
	scrollbar-highlight-color: #e5e5e5; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-shadow-color: #ffffff;
	text-align: center;
}

div#hoofdblok {
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

div#linkerblok {
	float: left;
	width: 300px;
	height: 660px;
	background-image: url(../images/bg_vertmenu.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	font-size: 1em;
}

div#logo {
	width: inherit;
	height: 123px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

div#paginatitel {
	width: inherit;
	height: 30px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 5px;
	margin-left: 0px;
	text-align: right;
	font-size: 3em;
	color: white;
	font-weight: bold;
	line-height: 30px;
}
div#vernavigatie {
	width: inherit;
	height: 180px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 110px;
	font-size: 1.8em;
	color: white;
	font-weight: bold;
	/* border: 1px solid red; */
}

div#nieuwsenpromo {
	width: inherit;
	height: 90px;
	margin 0px;
	padding: 10px 0px 10px 110px;
	background-image:url(../images/bg_nieuwsenpromo.gif);
	background-repeat:no-repeat;
	font-size: 1.7em;
	color: white;
	font-weight: bold;
}

div#zusterbedrijven {
	width: inherit;
	height: 230px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 110px;
	font-size: 1.7em;
	color: white;
	font-weight: bold;
	line-height: 32px;
}

div#rechterblok {
	float: left;
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

div#fotobanner {
	width: inherit;
	height: 123px;
	background-image: url(../images/fotobanner.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 1em;
}

div#adres-hornavigatie {
	width: inherit;
	height: 52px;
	background-image: url(../images/bg_horzmenu.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

div#adres {
	width: inherit;
	padding-right: 5px;
	height: 27px;
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.1em;
	color: white;
	font-weight: normal;
}

div#adres a,
div#adres a:link,
div#adres a:active,
div#adres a:visited {
	text-decoration: none;
	color: white;
}
div#adres a:hover {
	text-decoration: none;
	color: #FF9933;
}

div#hornavigatie {
	width: inherit;
	height: 20px;
	padding-top: 2px;
	margin-top: 0px;
	text-align: right;
	font-size: 1.6em;
	color: white;
	font-weight: normal;
}

div#infocontainer {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: white;
}

div#info {
	/* Breedte 600px */
	width: 550px;
	margin-left: 20px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 2px;
	font-size: 1.2em;
	color: black;
	text-align: left;
	line-height: 20px;
	background-image: url(../images/bg_info_midden.jpg);
	background-repeat:repeat-y;
	/* border: 1px solid black; */
}
div#info_onder {
	width: 580px;
	height: 15px;
	margin-left: 20px;
	background-image: url(../images/bg_info_onder.jpg);
	background-repeat: no-repeat;
}

div#info a,
div#info a:link,
div#info a:active,
div#info a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #7E8384;
}
div#info a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #FF9933;
}

div#info h1 {
	color: #7E8384;
	font-size: 2.2em;
	line-height: 30px;
}
div#info h2 {
	color: #7E8384;
	font-size: 1.4em;
	line-height: 5px;
}

div#copyright {
	width: 500px;
	height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.0em;
	color: #7E8384;
	/* border: 1px solid red; */
}
div#copyright a,
div#copyright a:link,
div#copyright a:active,
div#copyright a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #7E8384;
}
div#copyright a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF9933;
}

div#designed-by {
	position: absolute;
	top: 5px;
	left: 2px;
}
