#background_cycler{padding:0;margin:0;width:100%;position:absolute;top:0;left:0;z-index:-1}
#background_cycler img{position:absolute;left:0;top:0;width:100%;z-index:1}
#background_cycler img.active{z-index:3}

body {
    overflow:hidden;
}

#content {
	width: 100%;
	height: 100%;
   background-color:rgba(255, 255, 255, 0.75);

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	margin: 0;
}

#pictures {
  width: 500px ;
  height: 500px ;
	position: absolute;
	top:0;
	bottom: 0;
	left: 50%;
	right: 0;
	
	margin: auto;
}
#pictures img {
max-height:100%; max-width:100%;
}
#menubar
{
	padding:0;
	margin:0;
	width: 100%;
	height: 50px;
   background-color:rgba(168, 155, 138, 0.90);

	position: absolute;
	top:0;
	left: 0;
	right: 0;
	
	
}

#menuitems {
font-weight: 400;
font-family: muli, sans-serif;
font-size: 18px;
color: #111111;
line-height: 1.64;
	height: 30px;
   
	position: absolute;
	top: 10px;
	right: 10px;
}

#contactgegevens {
font-weight: normal;
font-family: muli, sans-serif;
font-size: 16px;
line-height: 1.64;
	width: 200px;
	height: 140px;
   
	position: absolute;
	bottom: 20px;
	right: 20px;
}
