@charset "utf-8";
/* CSS Document */

*  { 
	padding: 0px; 
	margin: 0px;

}

* html body #wrap { 

	height: 100%; 
	width: 100%; 

}


body > #wrap {
	height: auto; 
	min-height: 100%;
}

#main {
	padding-bottom: 30px;
	
	top: 0;
	left: 0;
	right: 0;
	/*bottom: 0px; */
	margin-left:auto;
	margin-right:auto;
	width:980px;
	max-width:980px;
	padding-bottom: 30px;
}  /* must be same height as the footer */

body {
	background-image: url(../images/background05.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:#080100;
	font-family:"trebuchet MS", Arial, Verdana;
	font-size:13px;
	color: #f8d3a3;
	height: 100%; 
	max-height: 100%; 
	overflow-x: hidden;
}/*.....................................................................*/

	
#container{	
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	max-width:980px;
	min-height: 100%;
	height: 100%; 
	position:absolute;

}

#nav {
	position:absolute;	
	margin-left:70px;
	margin-top:105px;
	z-index:2; /*---------------------- Z - I N D E X ---------------------------*/
} /*.......................................................................*/

#lang-nl{
	position:absolute;
	margin-left: 30px;
	margin-top: -40px;
	z-index:10; /*---------------------- Z - I N D E X ---------------------------*/
}

#lang-en{
	position:absolute;
	margin-left: 120px;
	margin-top: -40px;
	z-index:10; /*---------------------- Z - I N D E X ---------------------------*/
}

.info {
	font-size:12px;
	margin-left:20px;
	color: #b46735;
}

#gears {
	position:absolute;
	width:549px;
	height:235px;
	z-index:3; /*---------------------- Z - I N D E X ---------------------------*/

} /*...............................................................................*/

#gears2 {
	position:absolute;
	margin-left:635px;
	width:340px;
	height:140px;
	z-index:4; /*---------------------- Z - I N D E X ---------------------------*/

} /*.........................................................................*/

#logo {
	/*position:absolute;
	width:210px;
	height:210px;
	margin-top:15px;
	margin-left:45px;*/
	
	position:absolute;
	width:210px;
	height:210px;
	margin-top:15px;
	margin-left:45px;
	display:inline-block;
	z-index:9; /*---------------------- Z - I N D E X ---------------------------*/
	} /*...........................................................................*/

#photo {	
	position:absolute;
	width:270px;
	height:200px;
	margin-left:746px;
	margin-top:15px;
	/*border: 1px solid #FFFFFF;*/
	z-index: 5; /*---------------------- Z - I N D E X ---------------------------*/
}

#copperplate {
	margin-left:260px;
	position: absolute;
	width: 500px;
	height: 92px;
	overflow:hidden;
	border:0px;
	/*border: 1px solid #FFFFFF;*/
	z-index: 6; /*---------------------- Z - I N D E X ---------------------------*/
} /*.........................................................................................*/


#content {
	position:absolute;
	width:440px;
	height:800px;
	margin-top:245px;
	margin-left:310px;
	overflow:auto;
	border: 0px;
	overflow-x: hidden;
	/*z-index: 1; ---------------------- Z - I N D E X ---------------------------*/
	/*overflow:auto;*/
	/*border: 1px solid #0000FF;*/

}

#movieright  {
	position:absolute;
	margin-left:760px;
	margin-top:230px;
	height: 375px;
	width:197px;
	z-index: 8; /*---------------------- Z - I N D E X ---------------------------*/
}

#movietop {
	position:absolute;
	margin-left:200px;
	margin-top:35px;;
	height: 170px;
	width:250px;
	z-index: 7; /*---------------------- Z - I N D E X ---------------------------*/
}

/*#moviediv01 {
	position:absolute;
	width:245px;
	margin-top: 190px;
	margin-left:375px;
	border: 1px solid #0000FF;
}*/

/*#footercontent{
	position:absolute;
	overflow:hidden; 
	text-align:center;
	width:100%;
	height: 20px; 
	background-color:#080100;
	bottom:0px;
	z-index: 10; ---------------------- Z - I N D E X ---------------------------
} 
*/

/*#footer, #push {
	height: 30px;
}*/

a {
	color: #fbb655;
}

a:hover {
	color: #ff9c0e;
}

p {

}




