* { padding: 0; margin: 0; font-style: normal; }
a { outline: none;}
a img { border: none;}

body{
 background:#666;
 font:13px Verdana;
}
.project{
 clear:left;
 overflow:auto;
 padding: 20px 0;
 
}
.project img{
 float:left;
}
.project li{
 float:left;
 list-style:none;
 margin-left:20px;
/* width:350px;  */
}
.project span{
 display:none;
 padding-bottom:15px;
}
.project ul li.info br{
 clear:left;
}
.project ul li.info span{
 display:block;
 float:left;
 padding-bottom:0;
width:290px;
}
.project ul li.info span.intro{
 color:#5191d7;
 width:160px;
}
#bottomPicture{
 margin-left:15px;
}
#center{
 background:#000;
 color:#fff;
 line-height:20px;
 padding-top:40px;
 padding-left: 30px;
 width: 930px;
 position:relative;
 z-index: 1;

}
#center a{
 color:#5191d7;
 text-decoration:none;
}
#center h1{
 font-size:19px;
 font-weight:bold;
 margin-bottom:15px;
}
#center.default{
 overflow:auto;
}
#footer{
 background:#000;
 color:#fff;
 font-size:9px;
 height:80px;

 width:970px;
}
#footer address{
 color:#808080;
 width: 600px;
 margin: 20px auto;
}
#footer address a{
 color:#808080;
 text-decoration:underline;
}
#imgPanel{
 float:left;
 overflow: auto;
 width: 280px;
 position: relative;
}

#imgPanel img { 
    width: 280px;
}
#textPanel{
 float:left;
 width:600px;
 padding-right: 30px;

 overflow: hidden;
}
#wrapper{
 background: #000;
 height: auto !important;
 margin:0 auto;
 min-height:690px;
 position:relative;
 width:970px;
 overflow: hidden;
 /*overflow-x: hidden;*/
}

h1.title { background-color:#666; display: block; width: 100%; height: 80px; /*overflow: hidden;*/ position:relative; z-index: 3;}
h1.title a {position:relative; z-index: 3;}
h1.title img {position:relative; z-index: 3;}
h1.title img { float: left; }
img.bottom-picture { width: 910px; }

/** MENU **/
#navigation { background: #000;  width: 1024px; color: #fff; overflow: auto; padding-top: 10px; padding-left: 30px; position:relative; z-index: 2; float: left;}
#navigation li { list-style: none; float: left; width: 125px; cursor: pointer; margin-right: 32px; }
#navigation li#contact { margin-right: 0; }
#navigation li span { display: block; width: 125px; height: 125px; background-image: url(img/menu.png); background-position: 0 124px; margin-top: 10px; cursor: pointer; }
#navigation li a { text-decoration: none; color: #fff; font-size: 13px;}
#navigation li.active a {color: #5191d7; }

#navigation li#home span { background-position: 0 125px; }
#navigation li#bouwconcept span { background-position: -156px 125px; }
#navigation li#ontwerpen span { background-position: -312px 125px; }
#navigation li#referenties span { background-position: -473px 125px; }
#navigation li#mijnbedrijfshal span { background-position: -628px 125px; }
#navigation li#contact span { background-position: -786px 125px; }

#navigation li#home.active span { background-position: 0 0; }
#navigation li#bouwconcept.active span { background-position: -156px 0; }
#navigation li#ontwerpen.active span { background-position: -312px 0; }
#navigation li#referenties.active span { background-position: -473px 0; }
#navigation li#mijnbedrijfshal.active span	{ background-position: -628px 0; }
#navigation li#contact.active span	{ background-position: -786px 0; }

/** Lightbox **/
#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/arrow_left.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/arrow_right.png) 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; }


div.project a img { width: 440px; margin-right: 12px;}
embed, object { margin-bottom: 1em;}

#flash-top,
#flash-bottom { width: 280px; height: 211px; }

div#contactdiv { width:100%; display: block; }

div#contactform {float: left; width:500px;}
div#contactform ul { list-style-type: none;  }
div#contactform ul li { display:block; float:left; min-height:30px; width:100%; }
div#contactform ul li label { width:150px; float:left; display: block;}
div#contactform ul li input { width:220px; display: block;}
div#contactform ul li textarea { width:220px; display: block; }
address.contact { width: 250px; float: left; display: block; }
div#contactform ul li input#button { width:222px; display: block; margin-top:10px;} 
div#eula { display: block; width: 100%; float: left; margin-top:30px; }

address img {float:left;}

#gmap { margin: 20px 0; height: 300px; width: 500px; margin-left: 150px; color:#000; }
#contactdiv { float:left; overflow:auto; height: 230px; }
.infowindow { font-size: 10px; line-height: 12px; }
.infowindow img { margin-right:5px; }

#twitembed { float:right; margin-right:20px; margin-top:-220px; padding-bottom:20px; position:relative; }
