html,body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
div#center {
	width:1000px;
	height:515px;
}

table#main {
	width:856px;
	height:489px;
}
#shortcuts {
	height: 20px;
}
#shortcuts td {
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-left: 10px;
}
#shortcuts img {
	border: 0;
}
#shortcuts a:link, #shortcuts a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
}
#shortcuts a:hover {
	text-decoration: underline;
}
#footer {
	width:805px;
	margin-top: 10px;
}
#footer, #footer #footsteps, #footer a:link, #footer a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
}
#footer, #footer a:hover {
	text-decoration: none;
}
#footer #footsteps, #footer #footsteps a:link, #footer #footsteps a:visited {
	color: #99d5f0;
	text-transform: uppercase;
}
a:hover {
	
}
td.navsquare {
	width:62px;
	height:62px;
}
a.nav_main:link, a.nav_main:visited, a.nav_main:hover {
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal; font-style: normal; text-decoration: none;
}
a.nav_main:hover{
	 text-decoration: underline;
}
a.nav_mainA:link, a.nav_mainA:visited, a.nav_mainA:hover {
	font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #0096D9; font-weight: bold; font-style: normal; text-decoration: none;
}
a.nv_title:link, a.nv_title:visited, a.nv_title:hover {
	font-family:Arial, Helvetica, sans-serif; font-size: 13px; color: #83b819; font-weight: bold; font-style: normal; text-decoration: none;
}

a.nav_shortcuts:link, a.nav_shortcuts:visited {
	color: #fff;
	text-decoration:none;
}
a.nav_shortcuts:hover {
	color:#fff;
	 text-decoration: underline;
}

div#slogan_overlay {
	width:300px;
	height:31px;
	padding:6px;
	padding-right:12px;
	border-left:2px solid white;
	border-top:2px solid white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px; color: #FFFFFF; font-weight: bold; font-style: normal; text-decoration: none;
}

.thumb {
	position:relative;
	width: 100%;
}

/* Contact form & Offerte aanvraag */

input, textarea {
	font: 11px arial, sans-serif;
}
form td {
	vertical-align: top;
}
input, label {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 1px;
}
input {
	width: 150px;
}
img {
	border: none;
}
#textarea {
	width: 300px;
	height: 115px;
	font: 11px arial, sans-serif;
}
input, textarea {
	border: 1px solid #666;
}
form #button {
	width: 75px;
	background: #0096D9;
	color: #fff;
	margin-top: 5px;
}

/* ------------------- Aanpassingen 08 05 20 ------------------- */

/* Toggle button */
div.toggle_button {
	position: relative;
	margin-right: -32px;
	margin-top:-30px;
	float:right;
	border: 2px solid #fff;
	font-weight: bold;
	padding: 2px 0;
	width: 128px;
	text-align: center;
	cursor: pointer;
}

/* Project overzicht */
div#projects {
	margin: 15px 0;
}
div#projects div.element_hitbox {
	float: left;
	width: 137px;
	height: 107px;
}
div#projects div.element {
	position: relative;
	width: 128px;
	border: 2px solid #fff;
	cursor: pointer;
}
div#projects div#element_hover {
	border-color: #0096D9;
}
div#projects div.element div.title_background {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 128px;
	height: 20px;
	background: #0096d9;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	filter: alpha(opacity=70);
}
div#projects div.element p.title {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
div#projects div.element p.title a:link, div#projects div.element p.title a:visited {
	display: block;
	width: 118px;
	padding: 0 5px;
	margin: 3px 0;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	height: 14px;
	padding-top: 3px;
	border-top: 2px solid #fff;
}
div#projects div.element p.title a:hover {
	text-decoration: none;
}
div#projects div.element img {
	border: none;
}
div#projects_description {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 196px;
	height: 222px;
	background: #E5F4FB;
	text-align: left;
	color: #444;
}
div#projects_description p {
	margin: 0;
}
div#projects_description p.objTitle {
	font-weight: bold;
	padding: 4px 10px;
	background: #0096d9;
	color: #fff;
}
div#projects_description p.objDescription {
	padding: 6px 10px;
	border-top: none;
}

/* Project pagina */
div#projects_gallery {
	display: none;
	position: absolute;
	top: 228px;
	left: 305px;
	width: 623px;
	height: 276px;
	z-index: 10;
	text-align: left;
}
div#projects_gallery div#projects_gallery_inner {
	position: relative;
	width: 593px;
	height: 276px;
	border-right: 5px solid #fff;
}
div#projects_gallery div#projects_gallery_inner div.gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 639px;
	height: 276px;
	padding: 14px 0 0 14px;
}
div#projects_gallery div#projects_gallery_inner div.gallery div.element {
	border: 2px solid #fff;
	float: left;
	margin-right: 27px;
	margin-bottom: 16px;
}
div#projects_gallery div#projects_gallery_inner div.gallery div.element img {
	border: none;
}
div#projects_gallery div.toggle_button  {
	position: absolute;
	margin-right: 0;
	margin-top: 0;
	right: 0;
	bottom: 11px;
	float: none;
	font-weight: bold;
	padding: 2px 0;
	width: 128px;
	text-align: center;
	cursor: pointer;
}

img.thumbnail {
	float: left;
	margin: 0 5px 5px 0;
}
div.clear_float {
	clear: both;
}

td.content {
	position:relative;
}
td.content div#scrolldiv {
	position: relative;
	width: 560px;
	height: 243px;
	overflow: auto;
	padding: 15px;
	z-index: 2;
}
div#image_1 {
	position: relative;
	float: right;
	margin-top: -259px;
	margin-right: -32px;
}
div#image_2 {
	position: relative;
	float: right;
	margin-top: -141px;
	margin-right: -32px;
}
div.objThumbnail {
	position: relative;
	float: right;
	width: 128px;
	border: 2px solid #fff;
}
div.objImage {
	position: relative;
	border: none;
	cursor: pointer;
}

/* ------------------- Aanpassingen 09 02 17 ------------------- */
#projects_navigation {
	margin-top: 2px;
	color: #666;
	height: 12px;
}
#projects_navigation,
#projects_navigation a {
	font-weight: bold;
}
#projects_navigation a,
#projects_navigation span {
	padding: 0 5px;	
}
#projects_navigation_left {
	float: left;
	width: 150px;
}
#projects_navigation_middle {
	float: left;
	width: 241px;
	text-align: center;
}
#projects_navigation_right {
	float: left;
	width: 150px;
	text-align: right;
}
