html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
a, abbr, address, del, em, img, ins, small, strong, tt, ul, ol, li, dl, dt, dd, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin: 0; padding: 0; border: 0; outline: 0;
	background: transparent;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
ul {
	list-style: none;
}
ol li {
	list-style: inside;
}
:focus {
	outline: none;
}
p {
	margin: 0px;
	line-height: 22px;
	font-style: normal;
}
small {
	line-height: 22px;
	font-size: 10px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
html, body {
	height: 100%;
}
body {
	background: #fff url(../images/template/body.gif) repeat-y top center;
}
#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: url(../images/template/container.jpg) repeat-x top left;
}
#site {
	width: 990px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-bottom: 128px;
}
#site:after,
#content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#top {
	position: relative;
	width: 990px;
	height: 122px;
}
#top #logo {
	position: absolute;
	top: 40px;
	left: 20px;
}
#top #languageswitch {
	position: absolute;
	top: 55px;
	right: 50px;
	background: url(../images/template/languageswitch.png) no-repeat right 6px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 15px 0px 0px;
	font-weight: bold;
}
#content {
	position: relative;
	height: auto;
	width: 960px;
	padding: 9px 15px 0px 15px;
	background: url(../images/template/header_shadow.png) no-repeat;
	z-index: 999;
}
#left {
	position: relative;
	float: left;
	width: 270px;
	padding: 0px;
}
#left #menu {
	position: relative;
	float: left;
	width: 270px;
	height: auto;
	min-height: 225px;
	background: #ef7a10 url(../images/template/menu.jpg) no-repeat;
	z-index: 999;
}
#left #menu ul {
	margin: 35px 0px 0px 25px;
}
#left #menu ul li {
	position: relative;
	float: left;
	display: block;
	width: 250px;
	height: auto;
	cursor: pointer;
}
#left #menu ul li a {
	display: block;
	height: 30px;
	width: 250px;
	background: url(../images/template/menu_items.png) no-repeat 22px 0px;
}
#left #menu ul li.nav1 a {
	width: 66px;
}
#left #menu ul li.nav1 a:hover,
#left #menu ul li.nav1 a.hover {
	background: url(../images/template/menu_items.png) no-repeat -143px 0px;
}
#left #menu ul li.nav2 a {
	width: 121px;
	background: url(../images/template/menu_items.png) no-repeat 22px -30px;
}
#left #menu ul li.nav2 a:hover,
#left #menu ul li.nav2 a.hover {
	background: url(../images/template/menu_items.png) no-repeat -143px -30px;
}
#left #menu ul li.nav3 a {
	width: 108px;
	background: url(../images/template/menu_items.png) no-repeat 22px -60px;
}
#left #menu ul li.nav3 a:hover,
#left #menu ul li.nav3 a.hover {
	background: url(../images/template/menu_items.png) no-repeat -143px -60px;
}
#left #menu ul li.nav4 a {
	width: 139px;
	background: url(../images/template/menu_items.png) no-repeat 22px -90px;
}
#left #menu ul li.nav4 a:hover,
#left #menu ul li.nav4 a.hover {
	background: url(../images/template/menu_items.png) no-repeat -143px -90px;
}
#left #menu ul li.nav5 a {
	width: 155px;
	background: url(../images/template/menu_items.png) no-repeat 22px -120px;
}
#left #menu ul li.nav5 a:hover,
#left #menu ul li.nav5 a.hover {
	background: url(../images/template/menu_items.png) no-repeat -143px -120px;
}
#left #menu ul li.nav6 a {
	width: 91px;
	background: url(../images/template/menu_items.png) no-repeat 22px -150px;
}
#left #menu ul li.nav6 a:hover,
#left #menu ul li.nav6 a.hover {
	background: url(../images/template/menu_items.png) no-repeat -143px -150px;
}
#left #menu ul li a span {
	display: none;
}
#left #menu ul li ul.sub {
	position: relative;
	width: 190px;
	background: #f8a942;
	border-top: 1px solid #fac37b;
	border-bottom: 1px solid #fac37b;
	margin: 10px 0px 10px -25px;
	padding: 20px 20px 10px 60px;
}
#left #menu ul li ul.sub:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#left #menu ul li ul.sub li {

}
#left #menu ul li ul.sub li a,
#left #menu ul li ul.sub li a span {
	background: none;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#left #menu ul li ul.sub li a:hover,
#left #menu ul li ul.sub li a.hover,
#left #menu ul li ul.sub li a:hover span,
#left #menu ul li ul.sub li a.hover span {
	background: none;
	color: #7e3f09;
}
#left #menu ul li ul.sub li a span {
	display: block;
	font-size: 13px;
}
#left #menu_footer {
	position: absolute;
	left: 0px;
	bottom: -21px;
	width: 270px;
	height: 21px;
	background: url(../images/template/menu_footer.png) no-repeat;
}
#left .contactgegevens {
	position: relative;
	float: left;
	display: block;
	margin: 55px 10px;
}
#left h2,
#right h2 {
	padding-bottom: 15px;
}
#left div.block {
	position: relative;
	float: left;
	width: 243px;
	margin: 0px 0px 35px 10px;
	overflow: hidden;
}
#left div.block small {
	display: block;
	float: left;
	width: 243px;
	font-style: italic;
	padding-bottom: 15px;
}
#left div.block a {
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}
#left div.block .item {
	position: relative;
	width: 230px;
	height: 56px;
	overflow: hidden;
	cursor: default;
	padding-bottom: 25px;
}
#left div.block .item .date {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	background: url(../images/template/news_bg.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	padding: 8px 8px 0px 0px;
	text-align: center;
	margin: 0px 14px 30px 0px;
}
#left div.block .item .des {
	position: relative;
	float: left;
	width: 160px;
	height: 36px;
	overflow: hidden;
}
#left div.block .item a {
	position: relative;
	float: left;
	margin: 5px 0px 0px 0px;
	color: #fd8010;
	font-size: 11px;
}
#left div.block a.archive {
	display: block;
	background: url(../images/template/nieuwsarchief.gif) no-repeat;
	width: 243px;
	height: 28px;
}
#left div.block a.archive span {
	display: none;
}
#left #address_block {
	position: relative;
	float: left;
	width: 230px;
	margin: 55px 0px 55px 10px;
}
#left .left_address {
	position: relative;
	width: 230px;
	color: #333;
	margin: 20px 0px;
}
#left .left_phone-mail,
#left .left_phone-mail div {
	position: relative;
	float: left;
	color: #333;
}
#left .left_phone-mail div.pre {
	font-weight: bold;
	width: 100px;
}
#left .left_phone-mail div.sec a {
	color: #fd8010;
}
#right {
	position: relative;
	float: left;
	width: 690px;
	overflow: hidden;
}
#right #right_content {
	position: relative;
	float: left;
	width: 640px;
	padding: 55px 5px 55px 45px;
}
body.projects #right #right_content {
	background: url(../images/template/bg_gradient.gif) no-repeat;
	padding: 50px 20px 55px 45px;
	width: 620px;
}
body.projects #right #right_content #des {
	margin-right: 25px;
	line-height: 22px;
}
#right #photo {
	position: relative;
	float: left;
	width: 690px;
	height: 225px;
	overflow: hidden;
}
#right #photo #map {
	position: relative;
	width: 690px;
	height: 225px;
}
#right h1 {
	padding-bottom: 30px;
}
#right p {
	margin-bottom: 30px;
}
#right div.rec {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 30px;
}
#right div.rec.nomargin {
	margin-right: 0px;
}
#right div.rec h3.flash {
	padding: 30px 0px 20px 0px;
}
#right div.rec div.image {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
}
#right div.rec div.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 200px;
	cursor: pointer;
	background: url(../images/template/meerproject.png) no-repeat left 140px;
}
#right div.rec p {
	position: relative;
	width: 300px;
	height: 85px;
	overflow: hidden;
}
#right #dochters {
	position: relative;
	padding: 30px 0px 0px 0px;
	width: 640px;
}
#right #dochters a {
	float: left;
	display: block;
	width: 210px;
	height: 140px;
	margin: 0px 5px 5px 0px;
}
#right #dochters a.nomargin {
	margin-right: 0px;
}
#right div.breadcrumb {
	position: relative;
	width: 640px;
	overflow: hidden;
}
#right div.breadcrumb a,
#right div.breadcrumb span,
#right div.breadcrumb h1 {
	float: left;
}
#right div.breadcrumb a,
#right div.breadcrumb span {
	display: block;
	color: #fd8010;
	margin-top: 2px;
}
#right div.breadcrumb span {
	margin: 0px 10px;
}
#right div.breadcrumb h1 {
	width: 450px;
}
#right #filter {
	position: relative;
	border: 1px solid #dedede;
	width: 588px;
	height: 36px;
	padding: 8px 0px 0px 25px;
	margin-bottom: 35px;
}
#filter span {
	float: left;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	margin-right: 25px;
}
#filter a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0px 10px;
	margin-right: 5px;
	color: #fd8010;
}
#filter a:hover {
	text-decoration: underline;
}
#filter a.active {
	color: #fff;
	background: #0094d2;
}
#right div.project {
	position: relative;
	float: left;
	width: 300px;
	margin: 0px 15px 20px 0px;
}
#right div.project.nomargin {
	margin-right: 0px;
}
#right div.project h3.flash {
	padding: 10px 0px 00px 0px;
}
#right div.project div.image {
	position: relative;
	width: 300px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
}
#right div.project div.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 200px;
	cursor: pointer;
	background: url(../images/template/meerproject.png) no-repeat left 140px;
}
#right #slideshow {
	margin: 20px 0px 30px 0px;
}
#right #slideshow,
#right #cycle {
	position: relative;
	width: 600px;
}
#right #cycle {
	overflow: hidden;
	height: 400px;
	z-index: 99;
}
#right #slideshow #cycle_prev,
#right #slideshow #cycle_next {
	position: absolute;
	width: 75px;
	height: 74px;
	top: 150px;
	cursor: pointer;
	z-index: 9999;
}
#right #slideshow #cycle_prev {
	left: 0px;
	background: url(../images/template/prev.png) no-repeat;
}
#right #slideshow #cycle_next {
	right: 0px;
	background: url(../images/template/next.png) no-repeat;
}
#right #caption {
	position: relative;
	width: 600px;
	text-align: center;
	color: #333;
	padding-top: 25px;
	cursor: default;
}
#right #caption span {
	color: #444;
}
#right div.news_item {
	position: relative;
	width: 600px;
	height: 65px;
	overflow: hidden;
	margin: 30px 0px;
}
#right div.news_item div.date {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	background: url(../images/template/news_bg.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	padding: 8px 8px 0px 0px;
	text-align: center;
	margin: 0px 14px 30px 0px;
}
#right div.news_item div.des {
	position: relative;
	float: left;
}
#right div.news_item h3 {
	font-size: 12px;
	font-weight: bold;
}
#right div.news_item p {
	position: relative;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin: 0px; padding: 0px;
}
#right div.news_item a {
	color: #FD8010;
	font-size: 11px;
}
#right h3.date {
	font-size: 11px;
	font-weight: normal;
	margin: 0px; padding:0px 0px 25px 0px;
}
#right h1.nomargin {
	margin: 0px; padding: 0px;
}
#right_content ul {
	list-style: disc;
	margin: 10px 30px;
}
#right_content ul li {
	
}
#footer {
	width: 100%;
	height: 128px;
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	left: 0;
	background: url(../images/template/footer.jpg);
}
#footer_content {
	position: relative;
	margin: auto;
	width: 960px;
	height: 37px;
	background: url(../images/template/footerlogos.jpg) no-repeat right 25px;
	padding: 45px 0px 0px 0px;
}
#footer_content a,
#footer_content span,
#copyright {
	color: #fff;
	font-size: 11px;
}
#footer_content span {
	margin: 0px 10px;
}
#footer_content #copyright {
	margin-left: 290px;
}
