


.deFoto {
	position:fixed;
	left:-110px;
	top:173px;
}

.galerieTitel {
	position:fixed;
	background-color:#FFF;
	width:450px;
	height:20px;
	left:410px;
	top:91px;
	z-index:0;
	color:#333;
	font-weight:bold;
}


.galerie {
	position:fixed;
	height:125px;
	top:117px;
	width:53px;
	z-index:0;
}



.galerieOverzicht {
	position:fixed;
	top:187px;
	margin-left:464px;
	width:275px;
	height:410px;
	overflow:auto;
	z-index:1000;
}

#header {
	top:0px;
	width:990px;
	height:88px;
}


#wrap {
	margin:0 auto;
	margin-left:0px;
	text-align:justify;
}

body {
	overflow-x:hidden;
}


/*---FIXED VERTICAL MENU-----------------------------------------------------------------*/


#fixeddiv {
	position: fixed; /*set the position type for non IE systems*/
	top: 144px;
	left:820px;
	width: auto; /*the menu is as wide as it needs to be for the text we put in it*/
	text-align: left; /*optional : align the text to the right hand edge (I think this looks better since the menu is on the right)*/
	margin: 1px; /*optional : I just find a small margin makes things look a bit better*/
}



/*----------------------------------------------------------------------*/



/*---FIXED BREADCRUMBS-----------------------------------------------------------------*/

#fixedbread {
	position:fixed;
	top: 86px;
	margin-left:0px;
	text-align: left; /*optional : align the text to the right hand edge (I think this looks better since the menu is on the right)*/
	z-index:0;
	width:970px;
	height:23px;
	background-color:#FEFEFE;
	padding-left:20px;
	padding-top:2px;
	margin-top:2px;
	border-bottom:1px #999 solid;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}


/*----------------------------------------------------------------------*/



