body
	{
	margin:0;
	padding:0;
    overflow: scroll;
    overflow-x: hidden;  
	}
p
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#EAEAEA;
	font-weight:normal; 
	}
#inloggen{
	position: fixed;
	width: 145px;
	height: 50px;
	padding: 4px;
	background-color: transparent;		
	margin-top: -3px;
	right: -1px;
	text-align: right;
	z-index: 4;
}
#enter{
	position: fixed; 
	width: 100px; 
	height: 95x; 
	padding: 10px; 
	background-image:url("../images/enter.png"); 
	#0df; bottom: -10px; 
	right: 2px; 
	z-index: 4;
}

#fondo-imagenes, #fondo-imagenes img{
	position: fixed;
	background-repeat:no-repeat;background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-left: 0px;
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 90%;
	height: 90%
   	z-index: 1;
}

#titel
{
	position: relative; 
	width: 185px; 
	height: 137px;
	padding: 5px; 
	background-color: transparent; 
              left: -0px;
	margin-top: 1px; 
	z-index: 5;
}
#bottom{
	position: fixed;
	width: 120%;
	height: 35px;
	padding: 4px;
	background-color: #000;
	color: #eee;
	bottom: -5px;
	right: -10px;
	text-align: right;
	z-index: 4;
}
#bottom-videos{
	position: fixed;
	width: 100%;
	height: 35px;
	padding: 4px;
	background-color: #000;
	color: #eee;
	#0df; 	bottom: -5px;
	right: -10px;
	text-align: left;
	z-index: 4;
}

#welkom
{
	background-color: transparent;
	right: -20px;
	margin-top: 50px;
	width: 354px;
	height: 73px;
	z-index: 7;
}
#info-01{
	position: absolute; 
	width: 580px; 
	height: 800px; 
	padding: 10px; 
	background: rgba(0,0,0,0.6);
	color: #eee;
	border: 8px solid rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3); 
	right: -20px;
	margin-top: 80px; 
	z-index: 4;
}
#info-02{
	position: absolute; 
	width: 500px; 
	height: 900px; 
	padding: 10px; 
	background: rgba(0,0,0,0.6);
	color: #eee;
	border: 8px solid rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3); 
	right: -20px;
	margin-top: 80px; 
	z-index: 4;
}
#info-02a{
	position: absolute; 
	width: 350px; 
	height: 1800px; 
	padding: 10px; 
	background: rgba(0,0,0,0.6);
	color: #eee;
	border: 8px solid rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3); 
	right: -20px;
	margin-top: 80px; 
	z-index: 4;
}

#info-03{
	position: absolute; 
	width: 600px; 
	height: 800px; 
	padding: 10px; 
	background: rgba(0,0,0,0.6);
	color: #eee;
	border: 8px solid rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3); 
	right: -20px;
	margin-top: 80px; 
	z-index: 5;
}
#info-04{
	position: absolute; 
	width: 480px; 
	height: 400px; 
	padding: 10px; 
	background: rgba(0,0,0,0.6);
	color: #eee;
	border: 8px solid rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 30px rgba(0,0,0,0.3); 
	right: -20px;
	margin-top: 80px; 
	z-index: 5;
}
#menu 
   { 
	position: fixed; 
	width: 250px; 
	height: 450px; 
	padding: 0px; 
	background: transparent;
	margin-top: 150px;
	margin-right: absolute;
	margin-left: -35px;
	z-index: 4; 
}
 ul.enlarge li{
 display:inline-block; /*places the images in a line*/
 position: relative;
 z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
 margin:3px 40px 0 20px;
 }
 ul.enlarge img{
 background-color:#000000;
 padding: 1px;
 -webkit-box-shadow: 0 0 3px rgba(132, 132, 132, .75);
 -moz-box-shadow: 0 0 3px rgba(132, 132, 132, .75);
 box-shadow: 0 0 3px rgba(132, 132, 132, .75);
 -webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
}
 ul.enlarge span{
 position:absolute;
 margin-left: -250px;
 margin-top: 200px;
 left: -6000px;
 background-color:#000000;
 padding: 5px;
 color: #000000; 
 -webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
box-shadow:2px -2px 10px 3px #ccc, inset 2px -2px 10px 3px #ccc;
 }
 ul.enlarge li:hover{
 z-index: 50;

 cursor:pointer;
 }
 ul.enlarge span img{
 padding:1px;
 background:#000;
 }
 ul.enlarge li:hover span{ 
top: -300px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
 left: -250px; /*distance from the left of the thumbnail to the left of the popup image*/
 }
 ul.enlarge li:hover:nth-child(2) span{
 left: -250px; 
}
 ul.enlarge li:hover:nth-child(3) span{
 left: -250px; 
}
 /**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
