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


body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
}

#all{
	height: auto;
	min-height: 100%;
	width: auto;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/background.gif');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	position: absolute;
}

#topBg{
	height: 449px;
	width: auto;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/top-bg2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
#topBgSplash{
	height: 449px;
	width: auto;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/top-bg-splash.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#full{
	height: auto;
	width: 990px;
	margin: 0px auto;
	padding: 0px;
}



/* top gedeelte */
#top{
	height: 471px;
	*height: 492px;
	width: 990px;
	margin: 0px;
	padding: 0px;
	margin-top: -449px;
}
#topSplash{
	height: 511px;
	*height: 532px;
	width: 990px;
	margin: 0px;
	padding: 0px;
	margin-top: -529px;
}
#topNav{
	height: 39px;
	*height: 60px;
	width: 990px;
	margin: 0px;
	padding: 0px;
}
#topAfb{
	margin: 0px;
	padding: 0px;
	height: 471px;
	width: 332px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	background-image: url('../images/littleAfb.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#topAfbSplash{
	margin: 0px;
	padding: 0px;
	height: 472px;
	width: 332px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom;
	color:#ffffff;
	font-size:12px;
	line-height:18px;
	text-align:justify;
}

#logo{
	position: relative;
	margin-left: -66px;
	margin-top: 316px;
}
#header{
	height: 470px;
	width: 658px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
#blackStroke{
	height: 3px;
	width: 658px;
	position: relative;
	float: left;
	margin-top: -1px;
	background-color: #000000;
}



/* container */
#container{
	height: auto;
	width: 990px;
	margin: 0px;
	padding: 0px;
}
#menuBg{
	height: 60px;
	width: 990px;
	position: relative;
	margin: -24px 0px 0px 0px;
	background-image: url('../images/menu-bg.gif');
	background-repeat: no-repeat;
}
#left{
	height: auto;
	width: 332px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
#right{
	height: auto;
	width: 658px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
#adres{
	height: auto;
	width: 270px;
	margin: 0px;
	padding: 0px;
	margin-top: 33px;
	margin-left: 34px;
}
#content{
	height: auto;
	width: 550px;
	margin: 0px;
	padding: 0px;
	margin-top: 17px;
	*margin-top: 33px;
	margin-left: 50px;
	margin-bottom: 33px;
	overflow: hidden;
}



/* referenties */
#leftNav{
	width: 270px;
	margin: 0px;
	padding: 0px;
	margin-top: 33px;
	margin-left: 34px;
}
#projectenNav{
	height:170px;
	overflow:auto;
}


#fotoboekHeader{
	height: 388px;
	width: 658px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	overflow: hidden;
}

#fotoboekNavContainer{
	height: 83px;
	width: 658px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	background-color: #000000;
	overflow: hidden;
}

#fotoboekNavLeft{
	height: 80px;
	width: 78px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	border-right: 3px solid #000000;
	cursor: pointer;
	background-image: url('../images/navLeft.gif');
	background-repeat: no-repeat;
}
#fotoboekFoto{
	height: 80px;
	width: 80px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	border-right: 3px solid #000000;
	cursor: pointer;
}
#fotoboekNavRight{
	height: 80px;
	width: 79px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	cursor: pointer;
	background-image: url('../images/navRight.gif');
	background-repeat: no-repeat;
}


/*------------------------
	contact template
------------------------*/
#conBlock{
	height: auto;
	width: 560px;
	position: relative;
	margin: 0px;
}

#conTop{
	height: auto;
	width: 650px;
	position: relative;
	margin: 0px;
}
#conPerson{
	height: 106px;
	width: 266px;
	position: relative;
	margin: 0px;
	background-color: #efefef;
}

#conForm{
	height: auto;
	width: 650px;
	position: relative;
	margin: 0px;
}




