body {
	background-color: #ffffff;
	overflow : hidden;
}

.achtergrond {
	position: absolute;
	top: 0px;
	left: 0px;
	width : 100%;
	height : 100%;
	
	background-image: url(../pic/achtergrond.gif); 
	background-attachment: fixed;

	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
	
	z-index : 1;
}

.regenboog {
	position: absolute;
	top: 0px;
	left: 0px;
	width : 25px;
	height : 100%;
	
	background-image: url(../pic/regenboog.gif); 
	background-attachment: repeat;

	z-index : 2;
}

.title {
	position: absolute;
	left: 50%;
	margin-left : -400px;
	margin-top : 10px;
	width : 800px;
	height : 40px;
	z-index : 99;
	text-align : center;
	
	font : 62pt 'Trebuchet MS', Geneva, Arial, sans-serif;
	color : rgb(236,0,140);
	font-weight : bold;
	/*text-shadow: 0.06em 0.06em 0.2em rgb(0,0,0);*/
}

.title2 {
	position: absolute;
	left: 50%;
	margin-left : -398px;
	margin-top : 12px;
	width : 800px;
	height : 40px;
	z-index : 90;
	text-align : center;
	
	font : 62pt 'Trebuchet MS', Geneva, Arial, sans-serif;
	color : rgb(255,255,255);
	font-weight : bold;
	/*text-shadow: 0.06em 0.06em 0.2em rgb(0,0,0);*/
}

.container {
	position: absolute;
	top: 5px;
	left: 5px;
	margin-left : 10px;
	margin-top : -10px;
	border : 1px solid #000000;
	width : 10px;
	height : 0px;
	z-index : 10;
	overflow : hidden;
	visibility : hidden;
}

.containerBestel {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left : -400px;
	border : 1px solid #000000;
	width : 800px;
	min-height : 400px;
	z-index : 10;
	text-align : center;
}


.bestelfoto {
	width : 200px;
	top : 200px;
}

.bestelimg {
	background-color : #ffffff;
	border : 1px solid #000000;
	padding : 10px;
	margin : 10px;
}

.klikLinks {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left : -300px;
	margin-top : -200px;
	width : 300px;
	height : 400px;
	z-index : 20;
	overflow : hidden;
	
}
.klikLinks:hover {
	left: 50%;
	margin-left : -300px;
	margin-top : -200px;
	border : 1px solid #000000;
	width : 600px;
	height : 400px;
	
	background-image: url(../pic/vorige.png); 
	background-attachment: repeat;
	z-index : 15;
}


.klikRechts {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left : 0px;
	margin-top : -199px;
	width : 301px;
	height : 400px;
	z-index : 21;
	overflow : hidden;
	
}
.klikRechts:hover {
	top: 50%;
	left: 50%;
	margin-left : -300px;
	margin-top : -200px;
	border : 1px solid #000000;
	width : 600px;
	height : 400px;
	
	background-image: url(../pic/volgende.png); 
	background-attachment: repeat;
	z-index : 15;
}

.foto {
	position : absolute;
	left: 0px;
	top : 0px;
}

.exif {
	position : inherit;
	left: 0px;
	bottom : 0px;
	background : #fff;
	border-top : 1px solid  #000;
	width : 590px;
	padding : 5px;
	font : 8pt 'Trebuchet MS', Geneva, Arial, sans-serif;
	font-weight : bold;
	
	filter:alpha(opacity=75);
	opacity: 0.750;
	-moz-opacity:0.750;
	z-index : 40;
}

.hide {
	visibility : hidden;
}

