@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	height:100%;
	min-width:1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	min-height:640px;
	
}html{
		height:101%;
}
#wrap{
	width: 100%;
    height: 100%;
	min-height:640px;
	overflow:hidden;
	
}

#bgimage {
    position: absolute;
 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content{
	width:1000px;
	height:600px;
	
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-500px;
	background-image: url(_img/bg_5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:0.8em;
	color:#333;
	line-height:1.5em;	
	overflow: hidden;
}

#content_contact{
	width:1000px;
	height:600px;

	position:absolute;
	top:20px;
	left:50%;
	margin-left:-500px;
	background-image: url(_img/bg_3.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:0.8em;
	color:#333;
	line-height:1.5em;	
	overflow: hidden;
}

#scroller{
	width:305px;
	height:421px;
	margin-left:371px;
	margin-top:37px;
	overflow:auto;
	overflow-x:hidden;
	margin-bottom:100px;
	
}

#box1{
	width:305px;
	height:300px;
	margin-left:240px;
	margin-top:120px;
	overflow:auto;
	overflow-x:hidden;
	margin-bottom:138px;
	
	float:left;
}

#box2{
	width:305px;
	height:300px;
	margin-left:30px;
	margin-top:120px;
	overflow:auto;
	overflow-x:hidden;
	margin-bottom:138px;
	
}

h1{
	margin-top:0px;
	margin-bottom:3px;
	line-height:1.5em;
	color:#1e4faa;
	font-size:1.5em;
	font-weight:bold;
	margin-left:5px;
	
}

p{
	
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:2px;
	line-height:1.2em;
	
	
}
a.link:link , a.link:visited{
	color:#fff;
	text-decoration:underline;
	font-size:0.8em;
	
}
a.link:hover{
	text-decoration-none;
	
}
.link_2{
	color:#fff;
	text-decoration:none;;
	font-size:0.8em;
}
.contact_table{
	font-size:0.8em;
	color:#666;
}
.verplicht{
	line-height:1.1em;
	color:#C00;
}
img.poster{
height:421px;

	
	
}
#menu{
width:200px;
height:160px;
position:absolute;
top:65px;
left:50%;
margin-left:-465px;
z-index:50000;
	
}

#menu a img{
	border:none;	
}

#thumbs{
width:300px;
height:400px;
position:absolute;
top:65px;
left:50%;
margin-left:210px;
z-index:50000;
	
}
#thumbs a {
	display:block;
	float:left;
	margin-bottom:6px;
	margin-right:6px;
	
	
}
#thumbs a img{
	width:80px;
	
	height:114px;
	border: 4px solid #fff;
}