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

/* Hier begint Lightbox CSS */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Hier eindigt Light box CSS */

#wrapper {
	height: 593px;
	width: 794px;
	background-image: url(images/backhome.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}

#wrappernieuws {
	height: 593px;
	width: 794px;
	background-image: url(images/backnieuws.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}

#wrapperdivhandel {
	height: 593px;
	width: 794px;
	background-image: url(images/backdivhandel.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}
#wrapperdivbeglazing {
	height: 593px;
	width: 794px;
	background-image: url(images/backdivbeglazing.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}


#wrapperdivinterieur {
	height: 593px;
	width: 794px;
	background-image: url(images/backdivinterieur.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}

#wrapperdivglasservice {
	height: 593px;
	width: 794px;
	background-image: url(images/backdivglasservice.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}

#wrapperrefhandel {
	height: 593px;
	width: 794px;
	background-image: url(images/backrefhandel.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}
#wrapperrefbeglazing {
	height: 593px;
	width: 794px;
	background-image: url(images/backrefbeglazing.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}


#wrapperrefinterieur {
	height: 593px;
	width: 794px;
	background-image: url(images/backrefinterieur.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}

#wrapperrefglasservice {
	height: 593px;
	width: 794px;
	background-image: url(images/backrefglasservice.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}

#wrapperproject {
	height: 593px;
	width: 794px;
	background-image: url(images/backproject.jpg);
	margin-right: auto;
	margin-left: auto;
	padding-top: 127px;
	background-repeat: no-repeat;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.hoofdstuk {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 300px;
	margin-left: 0px;
	border: none;
}

a	{
	text-decoration: none;	
}

h1 {
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
}

p {
	margin-top: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.italic{
	font-style: italic;
}

td {
	vertical-align: top;	
}

/* Start Rechter Navigatie */

#rightnav {
	float: right;
	margin-right: 85px;
	border: none;
}

#rightnav ul
{
list-style-type:none;
margin:0;
padding:0;
}

#rightnav a:link,#rightnav a:visited
{
display:block;
color:#FFFFFF;
background-color:#8098b7;
width:142px;
text-align:left;
padding:4px 4px 4px 8px;
margin:1px;
}

#rightnav a:hover,#rightnav a:active
{
color:#FFFFFF;
background-color:#3a3d6b;
}

#rightnav #topli
{
	display:block;
	color:#FFFFFF;
	background-color:#303258;
	width:142px;
	text-align:left;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin:25px 1px 1px;
}

/* Einde Rechter Navigatie */



/* Start Top Navigatie */

#topnav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 176px;
	margin-left: 18px;	
}

#topnav ul
{
list-style-type:none;
margin:0;
padding:0;
}

#topnav li
{
	float:left;
}

#topnav a
{
	display:block;
	width:141px;
	height: 35px;

}

#topnav #link1 a:link,#topnav #link1 a:visited
{
	background-image: url(images/link1a.jpg);
}

#topnav #link1 a:active,#topnav #link1 a:hover
{
	background-image: url(images/link1b.jpg);
}

#topnav #link1actief a
{
	background-image: url(images/link1b.jpg);
}

#topnav #link2 a:link,#topnav #link2 a:visited
{
	background-image: url(images/link2a.jpg);
}

#topnav #link2 a:active,#topnav #link2 a:hover
{
	background-image: url(images/link2b.jpg);
}

#topnav #link2actief a
{
	background-image: url(images/link2b.jpg);
}

#topnav #link3 a:link,#topnav #link3 a:visited
{
	background-image: url(images/link3a.jpg);
}

#topnav #link3 a:active,#topnav #link3 a:hover
{
	background-image: url(images/link3b.jpg);
}

#topnav #link3actief a
{
	background-image: url(images/link3b.jpg);
}

#topnav #link4 a:link,#topnav #link4 a:visited
{
	background-image: url(images/link4a.jpg);
}

#topnav #link4 a:active,#topnav #link4 a:hover
{
	background-image: url(images/link4b.jpg);
}

#topnav #link4actief a
{
	background-image: url(images/link4b.jpg);
}

#topnav #link5 a:link,#topnav #link5 a:visited
{
	background-image: url(images/link5a.jpg);
}

#topnav #link5 a:active,#topnav #link5 a:hover
{
	background-image: url(images/link5b.jpg);
}

#topnav #link5actief a
{
	background-image: url(images/link5b.jpg);
}



/* Einde Top Navigatie */

/* Start Nieuws Navigatie */

#newsnavwrapper {
	border: thin dotted #00FF00;
}

#newsnav {
	float: left;
	margin-left: 40px;
	position: relative;
	top: -25px;
}

#newsnav ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#newsnav a
{
	display:block;
	color:#000000;
	width:120px;
	text-align:left;
	margin: 1px;
	font-weight: bold;
}

/* Einde Nieuws Navigatie */

/* Start Projectcontent */

#projectcontent ul
{
list-style-type:none;
margin:0;
padding:0;
}

#projectcontent a {
	display: block;
	color: #000000;
	clear: both;
	height: 117px;
	overflow: hidden;
	margin-bottom: 15px;
}

#projectcontent #handel a{
	background-color: #C6F0C6;
}

#projectcontent #beglazing a{
	background-color: #A7D2E8;
}

#projectcontent #interieur a{
	background-color: #FFB6B6;
}

#projectcontent #glasservice a{
	background-color: #FFD3AB;
}

#projectcontent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

#projectcontent p {
	padding-left: 10px;
	width: 342px;
	padding-right: 10px;
	overflow: hidden;
	height: 85px;
	margin-top: 0px;
	font-size: 8pt;
}

#projectcontent h2 {
	padding-left: 10px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 9pt;
	margin-top: 10px;
}

/* Einde Projectcontent */

#content {
	clear: both;
	margin-left: 30px;
	width: 495px;
	height: 232px;
	text-align: justify;
	overflow: auto;
	float: left;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 12px;
}

#homecontent {
	clear: both;
	margin-left: 30px;
	width: 670px;
	height: 232px;
	text-align: justify;
	overflow: auto;
	float: left;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 12px;
}

#newscontent {
	width: 490px;
	height: 255px;
	text-align: justify;
	overflow: auto;
	float: right;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 87px;
	position: relative;
	top: -25px;
}

#iframeroute {
	border: none;
	height: 235px;
	width: 300px;
	overflow: hidden;
	float: right;
	margin-left: 15px;
	margin-bottom: 7px;
}

#map {
	float: right;
	margin-right: 38px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer {
	clear: both;
	text-align: center;
	position: relative;
	left: -19px;
}

#footernews {
	position: relative;
	top: -11px;	
}
