/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	height: 100%;
	background-position:top center;
	background-image:url(../img/body_bg.gif);
	background-repeat: repeat-x;
	background-color:#bfe6f7;
}

#container{
	width: 924px;
	left: 50%;
	position: absolute;
	margin-left:-462px;
	text-align: left;
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat-y;
}

* html #container {
	margin-left:-461px;
}

#header{	
	width:924px;
	height:62px;
	background-image:url(../img/header_bg.gif);
	background-repeat: no-repeat;
}

#flashholder{
	width:902px;
	height:150px;
	padding-left: 22px;
	color:#e33138;
	background-image:url(../img/flashholder_bg.gif);
	background-color:#FFFFFF;
}

* html #flashholder {
	height:148px;
	margin: 0px;
}


/*MENU*/
#menu{	
	width:652px;
	height:36px;
	padding-top: 13px;
	padding-left: 272px;
	background-image:url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

#menu ul {
	margin: 0px;
}

#menu ul li {
	float: left;
	line-height: 36px;
	height: 36px;
	list-style-image: none;
	list-style-type: none;
}

#menu ul li a {
	display: block;
}
#menu ul li a:hover {
	background-position: left bottom;
}

#menuleft {
	height: 36px;
	width: 232px;
	text-indent: -4000px;
}

#subnav {
	background: #e5f5fc;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}

#subnav td {
	border-bottom: 1px solid #d9f0fa;
	border-left: 1px solid #d9f0fa;
	border-right: 1px solid #d9f0fa;
	text-align: left;
}

#subnav td a {
	display: block;
	text-decoration: none;
	color: #009ddf;
	padding: 10px 14px;
	width: 74px;
}

#subnav td a:hover {
	display: block;
	background: #009ddf;
	color: #FFFFFF;
	text-decoration: none;
}

#home a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/home_but.gif);
	background-position: left top;
	height: 36px;
	width: 69px;
	text-indent: -4000px;
}

#home a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu/home_but_ro.gif);
	background-position: left top;
	height: 36px;
	width: 69px;
	text-indent: -4000px;
}

#nieuws a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/nieuws_but.gif);
	background-position: left top;
	height: 36px;
	width: 82px;
	text-indent: -4000px;
}

#nieuws a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu/nieuws_but_ro.gif);
	background-position: left top;
	height: 36px;
	width: 82px;
	text-indent: -4000px;
}

#overons a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/overons_but.gif);
	background-position: left top;
	height: 36px;
	width: 97px;
	text-indent: -4000px;
}

#overons a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu/overons_but_ro.gif);
	background-position: left top;
	height: 36px;
	width: 97px;
	text-indent: -4000px;
}

#producten a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/producten_but.gif);
	background-position: left top;
	height: 36px;
	width: 108px;
	text-indent: -4000px;
}

#producten a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu/producten_but_ro.gif);
	background-position: left top;
	height: 36px;
	width: 108px;
	text-indent: -4000px;
}

#service a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/service_but.gif);
	background-position: left top;
	height: 36px;
	width: 82px;
	text-indent: -4000px;
}

#service a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu/service_but_ro.gif);
	background-position: left top;
	height: 36px;
	width: 82px;
	text-indent: -4000px;
}

#projecten a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/projecten_but.gif);
	background-position: left top;
	height: 36px;
	width: 103px;
	text-indent: -4000px;
}

#projecten a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu/projecten_but_ro.gif);
	background-position: left top;
	height: 36px;
	width: 103px;
	text-indent: -4000px;
}

#contact a {
	float: left;
	display: block;
	cursor: hand;
	background-image: url(../img/menu/contact_but.gif);
	background-position: left top;
	height: 36px;
	width: 89px;
	text-indent: -4000px;
}

#contact a:hover {
	display: block;
	cursor: hand;
	background-image: url(../img/menu/contact_but_ro.gif);
	background-position: left top;
	height: 36px;
	width: 89px;
	text-indent: -4000px;
}


/*CONTENT*/
#content{
	width: 924px;
	height: auto;
	background-repeat:repeat-y;
}

/*LEFT COL - HET LAATSTE NIEUWS */

#col_left{
	float: left;
	width: 198px;
	height: 500px;
	padding-right: 25px;
	padding-left: 48px;
	background-image:url(../img/leftcol_bg.gif);
	background-repeat:no-repeat;
	font-size:11px;
	line-height: 20px;
	color:#000000;
}

#col_left a:link, #col_left a:visited {
	color:#000000;
	text-decoration: none;
}

#col_left a:hover {
	color:#000000;
	text-decoration: underline;
}

#col_left h1{
	margin-bottom: 2px;
	padding-bottom: 10px;
	width: 198px;
	border-bottom: 1px dotted #7fceef;
}

#col_left li{
	list-style-type:none;
	list-style-position:outside;
	padding-top: 4px;
	padding-bottom:4px;
	padding-left: 17px;
	border-bottom: 1px dotted #7fceef;
	background: url(../img/arrow_hetlaatstenieuws.gif) no-repeat 0px 8px;
}

#col_left_top{
	padding-top: 4px;
	padding-bottom:4px;
	padding-left: 17px;
	border-top: 1px dotted #7fceef;
	border-bottom: 1px dotted #7fceef;
}

#col_left hr {
	border: 1px dashed #7fceef;
	height: 1px;
}

#lv_but_headlines{
	float: right;
	width: 113px;
	height:20px;
	margin-top: 15px;
	background-repeat:no-repeat;
}

#lv_but_headlines a:link, #lv_but_headlines a:visited {
	display: block;
	cursor: hand;
	background-image:url(../img/headlines_but.gif);
	width:113px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -4000px;
}

#lv_but_headlines a:hover {
	display: block;
	cursor: hand;
	background-image:url(../img/headlines_but_ro.gif);
	width:113px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -4000px;
}

#col_left #contact{
	float: left;
	width: 198px;
	margin-top: 35px;
}

#col_left #contact h1{
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 198px;
	border-bottom: 1px dotted #7fceef;
}

#col_left #vca{
	float: left;
	height: 52px;
	width: 198px;
	margin-top: 25px;
}

/*RIGHT COL */

#col_right{
	float: right;
	padding-top: 40px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 51px;
	width:532px;
	height: auto;
	background-image:url(../img/rightcol_bg.gif);
	background-repeat:no-repeat;
	line-height: 20px;
	text-align: left;
}

#col_right a:link, #col_right a:visited {
	color:#000000;
	font-size:11px;
	text-decoration: underline;
}

#col_right a:hover {
	color:#000000;
	font-size:11px;
	text-decoration: none;
}

#col_right h1{
	margin-bottom: 10px;
}

#col_right h2{
	margin-bottom: 8px;
	padding-bottom: 5px;
	width: 532px;
	border-bottom: 1px dotted #7fceef;
	font-family:Arial, Helvetica, sans-serif;
	color:#009ddf;
	font-weight:bold;
	font-size:12px;
	clear: both;
}

#col_right h2 a:link, #col_right h2 a:visited {
	color:#009ddf;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}

#col_right h2 a:hover {
	color:#009ddf;
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
}

#col_right p{
	margin-top: 5px;
	
}

#col_right hr{
	height: 1px;
	border: 1px solid #d9f0fa;
}

#col_right .img_right {
	margin-top: 8px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
	padding: 3px;
	border: 1px solid #009ddf;
}

#col_right .img_right_nob {
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
	border: 0px solid #009ddf;
}

#lv_but_nieuws{
	float: left;
	width: 88px;
	height:20px;
	margin-top: 20px;
	margin-right: 20px;
	background-repeat:no-repeat;
}

#lv_but_nieuws a:link, #lv_but_nieuws a:visited {
	display: block;
	cursor: hand;
	background-image:url(../img/lv_but.gif);
	width:88px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -4000px;
}

#lv_but_nieuws a:hover {
	display: block;
	cursor: hand;
	background-image:url(../img/lv_but_ro.gif);
	width:88px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -4000px;
}

#no_but{
	float: left;
	width: 113px;
	height:20px;
	margin-top: 10px;
	background-repeat:no-repeat;
}

#no_but a:link, #no_but a:visited {
	display: block;
	cursor: hand;
	background-image:url(../img/nieuwsoverzicht_but.gif);
	width:113px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -4000px;
}

#no_but a:hover {
	display: block;
	cursor: hand;
	background-image:url(../img/nieuwsoverzicht_but_ro.gif);
	width:113px;
	height:20px;
	background-repeat:no-repeat;
	text-indent: -4000px;
}

#col_right #nav_nieuws{
	float: left;
	width:532px;
	text-align: center;
	border-top: 1px dotted #7fceef;
	margin-top: 5px;
	padding-top: 5px;
}

#projectengallery{
	width:500px;
	height:330px;
	padding-top: 10px;
	padding-left: 15px;
	color:#e33138;
}

.proj_img{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 4px;
	border: 1px solid #009ddf;
}

.proj_img a:link{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 4px;
	border: 1px solid #e43138;
}

.proj_img a:visited{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 4px;
	border: 1px solid #e43138;
}

.proj_img a:hover{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 4px;
	border: 1px solid #e43138;
}

.proj_img a:active{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 15px;
	padding: 4px;
	border: 1px solid #e43138;
}

/*FOOTER*/

#footer{
	padding-right: 23px;
	padding-left: 272px;
	color:#009ddf;
	width:629px;
	height:54px;
	float: left;
	text-align:center;
	font-size:10px;
	background-image:url(../img/footer_bg.gif);
	background-color:#FFFFFF;
}

#footer a:link, #footer a:visited {
	color:#009ddf;
	text-decoration: none;
}

#footer a:hover {
	color:#009ddf;
	text-decoration: underline;
}

/*FORMULIEREN*/

label{
	display: block;
	float: left;
	width: 125px;
}

.label_checkbox{
	display: block;
	float: left;
	width: 250px;
}


fieldset{
	width: 500px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 25px;
	border: 1px solid #7fceef;
}

legend{
	background-color: #FFFFFF;
	font-size:12px;
	color:#009ddf;
	font-weight:bold;
	padding: 4px 6px 4px 6px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

input{
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	padding: 3px 0 2px 3px;
	border: 1px solid #7fceef;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#009ddf;
	font-size:11px;
	width: 350px;
}

.checkbox{
	border: 1px solid #7fceef;
	background-color: #FFFFFF;
	height: 17px;
	width: 17px;
}

select {
	color:#009ddf;
	font-size:11px;
	background-color : #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	width: 353px;
	height: 25px;
	border: 1px solid #7fceef;
}

textarea{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	border: 1px solid #7fceef;
	background-color: #FFFFFF;
	scrollbar-3dlight-color : #7fceef;
	scrollbar-arrow-color : #7fceef;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #FFFFFF;
	width: 350px;
	font-family:Arial, Helvetica, sans-serif;
	color:#009ddf;
	font-size:11px;
}

.button{
	background-color: #009ddf;
	border: 1px solid #009ddf;
	color: #FFFFFF;
	width: auto;
	height : 25px;
	margin-right: 25px;
	margin-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	float: right;
}

select{
	margin: 2px 0 5px 0;
	padding: 1px 0 2px 3px;
	border: 1px solid #7fceef;
	background-color: #FFFFFF
	display: block;
}

/*LIGHTBOX*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #009ddf;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}

#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: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #009ddf;
	margin: 0 auto;
	line-height: 1.4em;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0px;
	z-index: 90;
	width: 100%;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
