/* Standard waardes */
body, html {
	margin:0;
	padding:0;
	background:#fff;
	font-family:Trebuchet MS;
	font-size:13px;
	color:#000;
}
div#container {
	width:934px;
	margin:0 auto;
	padding:18px 0 0 0;
}
div.fixfloat {
	width:0;
	padding:0;
	height:0;
	margin:0;
	overflow:hidden;
	clear:both;
}
img.black_border {
  border: 1px solid #000000;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {text-decoration:none;}
/* /Standard waardes */
/* Header */
div#header {
	width:934px;
	height:204px;
	background: url(images/header.png);
}
div#top {
	width:919px;
	text-align:right;
	height:31px;
	font-size:14px;
	color:#000;
	padding:9px 15px 0 0;
}
div#top a {
	text-decoration:none;
}
div#top a:hover {
	text-decoration:underline;
}
div#title_shade {
	position:absolute;
	background:#000;
	opacity:0.3;
	filter:alpha(opacity=30);
	width:230px;
	height:72px;
}
div#title {
	position:absolute;
	color:#fff;
	font-family:Arial;
	font-size:36px;
	padding:13px 0 0 20px;
}
/* /Header */
/* Menu */
div#menu {
	width:912px;
	padding:6px 10px;
	border:1px solid #cbcaca;
	background: #fff;
	margin:5px 0 0 0;
	color:#000;
	font-size:14px;
}
div#menu a {
	color:#000;
	text-decoration:none;
}
div#menu a:hover {
	text-decoration:underline;
}
/* /Menu */
/* Content */
div#content {
	width:934px;
	background: url(images/rightbg.png) right repeat-y;
	margin:10px 0 0 0;
	color:#000;
}
div#right {
	float:right;
	width:130px;
	padding:28px 0 0 0;
}
div#left {
	width:130px;
	float:left;
	padding:28px 0 0 0;
}
div#middle {
	width:674px;
	float:left;
}
div.content {
	width:654px;
	padding:10px;
}
div.bedrijf {
	width:130px;
	text-align:center;
	color:#000;
	font-size:12px;
	padding:0 0 10px 0;
}
div.content p {
	margin:0;
	padding: 0 10px;
}
div.line {
	width:100%;
	height:1px;
	overflow:hidden;
	background:#cccccc;
	margin:10px 0;
}
/* /Content */
/* Footer */
div#footer {
	width:926px;
	height:75px;
	background: url(images/footer_bg.png) repeat-x;
	margin:10px 0 0 0;
	font-size:12px;
	padding:5px 0 0 8px;
}
div#footer a {
	font-weight:bold;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}
/* /Footer */
/* Tekst opmaak */
h1 {
	width:663px;
	height:24px;
	font-size:13px;
	margin:0;
	padding:4px 0 0 11px;
	background:#edebeb;
	color:#000;
}
/* /Tekst opmaak */
