@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
	width:100%;
}
body { 
	background-color:#f9f9f9;
	margin:0px;
	padding:0px;
}
body, th, td, p {
	font-family:tahoma;
	font-size:12px;
	line-height:18px;
}
div#outer {
	height:auto !important;
	margin:0 auto;
	min-height:100%;
	position:relative;
	width:980px;
	border-left:1px solid #878176;
	border-right:1px solid #878176;
	background-color:#FFF;
}
div#header {
	position:relative;
	height:110px;
	width:980px;
}
div#header .logo {
	width:196px;
	height:88px;
	float:left;
	padding:10px 0px 0px 10px;
}
div#header .adresgegevens {
	width:744px;
	height:20px;
	text-align:right;
	color:#878176;
	float:left;
	margin:60px 20px 0px 0px;
}
a.link_adres {
	color:#878176;
	text-decoration:none;
}
div#navigatieContainer {
	position:relative;
	width:960px;
	height:40px;
	background-color:#009241;	
	margin-left:10px;
}
div#banner {
	position:relative;
	width:958px;
	height:145px;
	margin:8px 0px 0px 10px;
	border:1px solid #ddd;
}
div#spacer {
	position:relative;
	width:980px;
	height:30px;
	background-color:#FFF;
}
div#main {
	position:relative;
	float:left;
	left:45px;
	width:570px;
	margin-bottom:20px;
	padding-right:90px;
	border-right:1px solid #000;
}
div#right {
	position:relative;
	float:right;
	width:240px;
	padding-left:30px;
	
	margin-bottom:20px;
}
div#clearfooter {
	clear:both;
	height:25px;
	width:980px;
}
div#footerwrap {
	height:25px;
	margin:-25px auto 0;
	position:relative;
	width:980px;
	
}
div#footer_copyright {
	height:25px;
	background-color:#adadad;
	font-size:9px;
	text-align:center;
}
h1 {
	font-size:16px;
	font-family:Tahoma;
	font-weight:bold;
	color:#009241;
}
h2 {
	font-size:14px;
	font-family:Tahoma;
	font-weight:normal;
	color:#000;
}
h3 {
	font-size:14px;
	font-family:Tahoma;
	font-weight:normal;
	color:#009241;
}
a.link {
	color:#009241;
	text-decoration:none;
}
input[type="text"] {
	width:250px;	
}
textarea{
	width:254px;
	font-size:11px;
}
input[type="button"] {
	background-color:#009241;	
	color:#FFF;
	height:25px;
}
td.opdrachtgevers {
	border-bottom:1px solid #000;
	padding-bottom:10px;
}