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

*{	margin:0;
	padding:0;
}
html, body{
	height:100%;
	width:100%;
	overflow:hidden;
}
div{
	position:absolute;
}
a{
	text-decoration:none;
	color:#ffffff;
}
a:hover{
	text-decoration:underline;
}
a, a:active{
	outline:none;
	outline-style:none;
}
a img{
	border:none;
}

/* Container voor site */
#container{
	min-width:800px;
	width:100%;
	min-height:600px;
	height:100%;
	background-color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serifh;
}

/* Content */
#content{
	top:90px;
	right:30px;
	color:#ffffff;
	font-size:12px;
	letter-spacing:1px;
	line-height:18px;
	overflow:hidden;
	z-index:100;
}
#content p{
	margin-bottom:9px;
}
#content img{
	float:left;
}
#content #mymap p{
	color:#000000;
}
#content hr{
	margin:12px 0 6px 0;
}
#content h3{
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	line-height:12px;
	margin:6px 0 6px 0;
}
#content h2{
	margin:6px 0 0 0;
	font-size:16px;
}
#content h1{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	line-height:24px;
	margin:6px 0 6px 0;
}
#content ol{
	padding:0 0 0 30px;
	margin-bottom:9px;
}
/* Content Voorwoord*/
#voorwoord #content{
	left:50%;
	bottom:90px;
}
#voorwoord #content #scrollbox{
	top:0;
	padding:0 60px 0 30px;
}
#voorwoord #content #scrollbox b{
	text-transform:uppercase;
}
/* Content Voortraject*/
#voortraject #content a{
	color:#ffffff;
}
#voortraject #content{
	left:50%;
	right:30px;
	bottom:50%;
}
#voortraject #mymap{
	width:100%;
	height:91%;
	bottom:0;
	border:none;
}
#adres{
	left:30px;
	right:50%;
	bottom:50%;
	color:#ffffff;
	margin-bottom:30px;
	z-index:100;
}
#adres tr{
	vertical-align:top;
}
#adres th{
	text-align:left;
	width:100px;
}
#adres th, #adres td{
	font-size:12px;
	letter-spacing:1px;
	line-height:18px;	
	padding:6px 0 0 0;
}
#adres td a:hover{
	text-decoration:underline;
}
#voortraject .navbut p{
	visibility:hidden;
}
/* Content Voorwerk*/
#voorwerk #content{
	left:30px;
	right:50%;
	top:75px;
	bottom:50%;
}
#voorwerk #thumbs{
	list-style-type: none;
}
#voorwerk #thumbs li{
	float:left;
	width:110px;
	height:76px;
}
#voorwerk.puzzel #thumbs li{  /* Puzzel pagina */
	width:110px;
	height:110px;
}
#voorwerk #thumbs li a img{
	width:100px;
	margin:4px 5px 4px 5px;
}
#voorwerk.puzzel #thumbs li a img{  /* Puzzel pagina */
	width:100px;
	margin:4px 4px 4px 4px;
}
#voorwerk #thumbs li a:hover img{
	width:110px;
	height:76px;
	margin:0;
}
#voorwerk.puzzel #thumbs li a:hover img{  /* Puzzel pagina */
	width:110px;
	height:110px;
	margin:0;
}
#voorwerk #zoombox{
	left:30px;
	bottom:90px;
	top:50%;
	right:50%;
	overflow:visible;
	background-color:#c9681d;
	z-index:100;
}
#voorwerk.puzzel #zoombox{  /* Puzzel pagina */
	text-align:center;
}
#voorwerk #zoombox img{
	float:left;
	width:100%;
}
#voorwerk.puzzel #zoombox img{  /* Puzzel pagina */
	width:250px;
	height:250px;
	margin:30px 0 0 30px;
}
#voorwerk #zoombox .media{
	position:relative;
	margin:10px auto;
}
.puzzel form{
	display:block;
	position:absolute;
	z-index:100;
}
#voorwerk #story, #voorwerk.puzzel form{
	left:50%;
	top:50%;
	right:30px;
}
#voorwerk.puzzel form{
	bottom:80px;
	overflow:auto;
}
#voorwerk.puzzel form label, 
#voorwerk.puzzel form input, 
#voorwerk.puzzel form textarea{
	display:block;
	width:40%;
	margin-left:30px;
}
#voorwerk.puzzel form textarea{
	width:80%;
}
#voorwerk.puzzel form label{
	color:#ffffff;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:5px;
}
#voorwerk.puzzel form label:first-child{
	margin-top:25px;
}
#voorwerk.puzzel form #button{
	width:40%;
	margin-top:45px;
}
#voorwerk.puzzel #story{  /* Puzzel pagina */
	right:50%;
	left:30%;
	text-align:right;
	padding:30px;
	z-index:200;
}
#story p, #story a{
	color:#ffffff;
	font-size:12px;
	letter-spacing:1px;
	line-height:18px;
	margin:10px 0 0 30px;
}
.puzzel #story p{
	font-size:18px;
	line-height:0px;
}
#voorwerk #uitleg{
	left:50%;
	top:75px;
	right:30px;
	z-index:200;
}
#voorwerk #uitleg p,
#voorwerk #uitleg h2{
	margin:0 30px 0 30px;
}
#voorwerk #uitleg a{
	color:#000000;
}

/* Voorstellen */
#voorstellen #content
{
	top:50%;
	left:60px;
	right:55%;
	bottom:120px;
}
#voorstellen #zoombox{
	left:50%;
	bottom:50%;
	top:90px;
	right:30px;
	overflow:hidden;
}
#voorstellen #zoombox img{
	position:absolute;
	left:100%;
}
/* Hoofdnavigatie */
.navbut{
	overflow:hidden;
}
.navbut a{
	line-height:48px;
	font-size:36px;
	display:block;
	position:absolute;
	width:100%;
	text-align:center;
	letter-spacing:5px;
	text-transform:uppercase;
	filter:alpha(opacity=0);   
	-moz-opacity: 0;   
	opacity: 0;	
}
#voorwoord #but1 a, #voorwerk #but2 a, #voorstellen #but3 a, #voortraject #but4 a{
	filter:alpha(opacity=100);   
	-moz-opacity: 1;   
	opacity: 1;	
}
#voorwerk.zoomed #but4{
	background-color:#c9681d;
}
.navbut a:hover{
	text-decoration:none;
}
#but1 a, #but2 a{
	top:30px;
}
#but3 a, #but4 a{
	bottom:30px;
}
#but4 a{
	left:30px;
}
#but2 a, #but4 a{
	width:92%;
}
#but1, #but2, #but3, #but4{
	width:50%;
	height:50%;
}
/* Adresgegevens in balkjes */
#but1 p, #but3 p{
	display:block;
	position:absolute;
	left:0;
	color:#ffffff;
	font-size:12px;
	line-height:30px;
	padding-left:30px;
	letter-spacing:1px;
}
#but1 p{
	top:0;
}
#but3 p{
	bottom:0;
}
/* Schuivende panelen */
#but1 .gordijn, #but3 .gordijn{
	width:100%;
	height:30px;
}
#but2 .gordijn, #but4 .gordijn{
	width:30px;
	height:100%;
}
#but1, #but2, #but1 .gordijn, #but2 .gordijn{
	top:0;
}
#but2, #but3, #but2 .gordijn, #but3 .gordijn{
	right:0;
}
#but3, #but4, #but3 .gordijn, #but4 .gordijn{
	bottom:0;
}
#but4, #but1, #but4 .gordijn, #but1 .gordijn{
	left:0;
}
#but1 .gordijn{
	background-color:#0033cc;
}
#but2 .gordijn{
	background-color:#ffdd00;
}
#but3 .gordijn{
	background-color:#cc0000;
}
#but4 .gordijn{
	background-color:#009900;
}
#voorwoord #but1 div.gordijn, #mental #but1 .gordijn{
	top:30px;
	height:100%;
}
#voorwerk #but2 div.gordijn, #mental #but2 .gordijn{
	right:30px;
	width:100%;
}
#voorstellen #but3 div.gordijn, #mental #but3 .gordijn{
	bottom:30px;
	height:100%;
}
#voortraject #but4 div.gordijn, #mental #but4 .gordijn{
	left:30px;
	width:100%;
}
.zoomed #but4 a{
	color:#000000;
}

/* Subnavigatie */
#subnav {
	padding:2px;
	width:50%;
}
#subnav a{
	float:left;
	min-width:10%;
	height:24px;
	line-height:24px;
	text-align:center;
	background-color:#000000;
	margin:0 1px 0 1px;
	padding:0 10px 0 10px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;   
	opacity: 0.5;	
}
#subnav a.active{
	filter:alpha(opacity=100);   
	-moz-opacity: 1;   
	opacity: 1;	
}
#voorwoord #subnav{
	bottom:50%;
}
#voortraject #subnav{
	top:50%;
	left:30px;
}
#voorwerk #subnav{
	bottom:50%;
	left:50%;
}
#voorstellen #subnav{
	top:50%;
	left:50%;
}
#voorstellen #subnav a{
	float:none;
	display:block;
	height:24px;
	width:50%;
	text-align:left;
	margin-top:2px;
	padding-left:2px;
}
#voorstellen #subnav a:hover{
	text-transform:uppercase;
	letter-spacing:1px;
}

/* Logo  */
#but5{
	display:block;
	position:absolute;
	text-align:center;
	height:25%;
}
#but5 img{
	margin:30px auto 30px auto;
	width:267px;
}
#home #but5{
	width:33%;
	left:33%;
	top:40%;
}
#voorwoord #but5{
	width:50%;
	left:0%;
	top:50%;
}
#voortraject #but5{
	width:50%;
	left:50%;
	top:50%;
}
#voorwerk #but5{
	width:50%;
	left:00%;
	top:40%;
}
#voorstellen #but5{
	width:50%;
	left:0%;
	top:10%;
}

/* Mental preference */
#mental #but5{
	width:247px;
	height:247px;
	left:50%;
	top:50%;
	margin:-133px 0 0 -133px;
	background-image:url(../img/Mental_preference.png);
	background-repeat:no-repeat;
	padding:10px;
	color:#000000;
}
#mental #but5 h1{
	font-size:36px;
	color:#000000;
}
#mental #but5:hover h1{
	text-decoration:underline;
}
#mental #but5 h2{
	font-size:18px;	
}
#mental p{
	font-size:12px;
	line-height:16px;
}
