@import url("reset.css");
html, body {
	height: 100%;
}
body {
	font: 62.5%/140% "Lucida Grande","Geneva","Helvetica","Tahoma",Verdana,sans-serif;
}
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;          /* Bump div#blueBox down half the height of the screen. */
	margin-top: -310px;   /* Half the height (620) of div#container. */
	float: left;
}
#container {
	margin: 0 auto;
	width: 815px; /*825 - 2x5(border)*/
	height: 610px; /*620 - 2x5 (border)*/
	clear: both;
	
	/*
	 * Issue: IE4 doesn't allow a negative margin-top.
	 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
	 * The content will be centered but will crop if the window is not small enough to accommodate it.
	 */
	position: relative;
	top: -310px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */
	
	border: solid 5px #000;
}
#site { /*needed because the squares within will be positioned absolute*/
	width: 100%;
	height: 100%;
	position: relative;
}
#geheel {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url(images/white.png) repeat left top;
	left:0px;
	top: 0px;
	display: none;
	z-index: 109;
}
* html #geheel {
	background-image: none;
	background-color: #fff;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6; 
	z-index: 5;
}
a, a:link, a:visited {
	color: #699;
}
.square {
	position: absolute;
	width: 200px;
	height: 200px;
	
}
.square #header,
.square h2 {
	background-color: #FFF;
	height: 100%;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
}

	.square h2 span,
	.square h1 span {
		position: absolute;
		cheight: 1.6em;
		width: 200px;
		text-align: center;
		line-height: 100%;
	}
.square .text {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	height: 184px;
	width: 185px;
	padding: 8px 5px 8px 10px;
	overflow: hidden;
}


.square .text p, .square address, body .text p {
	font-size: 1.2em;
	margin: 0 0 0.4em 0;
	line-height: 130%;
}

.closeH2 {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(images/close.gif) no-repeat left top;
	z-index: 8;
	background-color: #FFF;
	display: none;
	left:-16px;
	top: 20px;
	cursor: pointer;
	cursor: hand;
	
}
.showed h2, .showed #header {
	display: none;
}
.showed .flash {
	display: none;
}
.showed .closeH2 {
	z-index: 110;
	display:block;
	display: none;
}
.showed .text {
	overflow: auto;
}
.readmore {
	border: solid 6px #000;
	display: block;
	padding: 8px 25px 8px 8px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.8em;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	background: #000 url(images/arrow_white.gif) no-repeat right center;
	text-transform: uppercase;
	text-align: right;
}

/* different kinds of emphasis */
 .caps {
	text-transform: uppercase;
}
.text .bigger {
	font-size: 1.2em !important;
}
.text .bold {
	font-weight: bold;
}
.text .italic {
	font-style:italic;
}
.text .wider {
	letter-spacing: 0.1em;
}
.text .br{
	display: block;
}

.text h3 {
	font-weight: bold;
	line-height: 140%;
	padding-right: 10%;
	font-size: 1.4em;
	margin: 0 0 0.2em 0em;
}




/* +-+-+-+-+-+-+-+-+- square 1 +-+-+-+-+-+-+-+-+- */
#sq_1 {
	border-right: solid 5px #000;
	left: 0px;
	top: 0px;
}	
	#sq_1 #header {
		color: #FFF;
		background-color: #000;
		cursor: auto;
	}

	#sq_1 h1 span {
	font-size: 4.8em;
	margin-top: 40px;
	background: url(images/reuse_logo.gif) no-repeat center top;
	width: 200px;
	height: 40px;
	text-indent: -9000px;
	}
	#sq_1 h3 {
		color: #699;
	}

	#header ul {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	#header ul li {
		float: left;
		margin: 2px;
	}
	#header ul li a {
		color: #FFF;
		text-decoration: none;
		font-size: 1.5em;
		margin-top: 4px;
		display: block;
		padding-top: 2px;
		
	}
	#header ul li a.lang {
		margin-left: 3px;
		padding-top: 0px;
		width: 23px;
		height: 15px;
		border: solid 2px #999;
		text-indent: -9000px;
	}
	#header ul li a.lang:hover {
		border: solid 2px #FFF;
	}
	#header ul li a.uk {
		background: url(images/engels.gif) no-repeat left top;
	}
	#header ul li a.fr {
		background: url(images/frans.gif) no-repeat left top;
	}
	#header ul li a.ch {
		background: url(images/chinees.gif) no-repeat left top;
	}
	#header ul li a.du {
		background: url(images/duits.gif) no-repeat left top;
	}
	#header ul li a.nl {
		background: url(images/nederlands.gif) no-repeat left top;
	}
	
#sq_7 ul {
	margin: 5px;
}
#sq_7 li {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin: 8px 0;
}
#sq_7 li a {
	color: #000;
	text-decoration: none;
}
#sq_7 li a:hover{
	color: #000;
	text-decoration: underline;
}


/* +-+-+-+-+-+-+-+-+- square 2 +-+-+-+-+-+-+-+-+- */
#sq_2 {
	width: 610px;
	left: 205px;
	top: 0px;
	
}

	#sq_2 .text {
		width: 595px;
		background-color: #666;
		color: #FFF;
	}
	.ch #sq_2 .text {
		width: 610px;
		height: 200px;
		padding: 0px;
	}
	
/* +-+-+-+-+-+-+-+-+- square 3 +-+-+-+-+-+-+-+-+- */
#sq_3 {
	border-top: solid 5px #000;
	border-right:  solid 5px #000;
	height: 405px;
	left: 0px;
	top: 200px;
}
	#sq_3 h2 {
		height: 205px;
	}
	
	#sq_3_flash {
		position: absolute;
		left: 0px;
		width: 200px;
		height: 200px;
		bottom: 0px;
		background-color: #FFF;
		z-index: 100;
	}
	#sq_3 .text {
		background-color:#690;
		height: 389px;
		color: #FFF;
	}
	.ch #sq_3 .text {
		width: 200px;
		height: 405px;
		padding: 0px;
	}
	
/* +-+-+-+-+-+-+-+-+- square 4 +-+-+-+-+-+-+-+-+- */
#sq_4 {
	border-top: solid 5px #000;
	border-right: solid 5px #000;
	height: 405px;
	left: 205px;
	top: 200px;
}
	#sq_4 h2 {
		height: 205px;
		bottom: 0px;
		top: auto;
	}
	
	#sq_4_flash {
		position: absolute;
		left: 0px;
		width: 200px;
		height: 200px;
		top: 0px;
		background-color: #FFF;
		z-index: 100;
	}
	#sq_4 .text {
		height: 389px;
		background-color: #699;
		color: #FFF;
	}
	.ch #sq_4 .text {
		width: 200px;
		height: 405px;
		padding: 0px;
	}
	
/* +-+-+-+-+-+-+-+-+- square 5 +-+-+-+-+-+-+-+-+- */	
#sq_5 {
	border-top: solid 5px #000;
	left: 410px;
	top: 200px;
	width: 405px;
}
	#sq_5 h2 {
		width: 205px;
	}
	
	#sq_5_flash {
		position: absolute;
		right: 0px;
		width: 205px;
		height: 200px;
		top: 0px;
		background-color: #FFF;
		z-index: 100;
	}
	#sq_5 .text {
		width: 390px;
		background-color: #930;
		color: #FFF;
	}	
	.ch #sq_5 .text {
		width: 395px;
		height: 200px;
		padding: 0px 5px;
	}
	#sq_5 .closeH2 {
		cleft: 8px;
		ctop: -16px;
	}
	
/* +-+-+-+-+-+-+-+-+- square 6 +-+-+-+-+-+-+-+-+- */	
#sq_6 {
	border-top: solid 5px #000;
	border-right: solid 5px #000;
	left: 410px;
	top: 405px;
}
	
	#sq_6 h2 {
		text-indent: 0;
	}
	#sq_6 a {
		text-indent: -9000px;
		display: block;
		width: 100%;
		height: 100%;
	}
	

	
/* +-+-+-+-+-+-+-+-+- square 7 +-+-+-+-+-+-+-+-+- */
#sq_7 {
	border-top: solid 6px #000;
	left: 615px;
	top: 405px;
	width:200px;
}
	#sq_7 h2 span {
		font-size: 3.1em;
		margin-top: 58px;
	}
	#sq_7 h2:hover {
		background: url(images/trees.jpg) no-repeat center center;
		color: #FFF;
	}
	#sq_7 .text {
		width: 185px;
	}	
	
/* +-+-+-+-+-+-+-+-+- square 8 +-+-+-+-+-+-+-+-+- */	
#sq_8 {
	position: absolute;
	right: 60px;
	top: -20px;
	border: solid 5px #000;
	width: 550px;
	padding: 0 5px;
	height: 640px;
	background-color: #fff;
	z-index: 110;
}
#sq_8.showed {
	display: none;
}
	#sq_8 .text {
		width: 479px;
		height: 640px;
		
	}	
	#sq_8 .closeH2 {
		display: block;
	}
	
/* +-+-+-+-+-+-+-+-+- square 8 +-+-+-+-+-+-+-+-+- */	
#sq_9 {
	position: absolute;
	left: 95px;
	top: 50px;
	border: solid 5px #000;
	width: 512px;
	padding: 0 5px;
	height: 490px;
	background-color: #fff;
	z-index: 110;
}
#sq_9.showed {
	display: none;
}
	#sq_9 .text {
		width: 479px;
		height: 640px;
		
	}	
	#sq_9 .closeH2 {
		display: block;
		right: 18px;
		top: -14px;
		left: auto;
	}	


.square #floater,
.square #project {
	position: absolute;
	left: 0px;
	z-index: 5;
	width: 100%;
	height: 100%;
}

* html #sq_9, * html #sq_8 {
padding: 0;
}

	
/* extra pages */
#framed {
	padding:10px;
	
	
}
#framed .text {
padding-bottom: 20px !important;
}
#framed p.intro {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 150%;
}
#framed q.centered {
	line-height: 240%;
	text-align: center;
}
#framed h2 {
	color: #933;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0.8em 0 0.4em 0;
}
.text q {
	color: #660;
	font-weight: bold;
	font-style:italic;
	letter-spacing: 0.1em;
	font-size: 1.7em;
	margin: 1.5em 0;
	display: block;
	padding: 0;
	line-height: 160%;
}
.text  strong {
	font-size: 1.2em;
	font-weight: bold;
}
.text  p.intro strong {
	color: #666600;
}
.text  em {
	color: #666600;
	font-weight: bold;
}
.text strong em {
	color: inherit;
	font-style: italic;
}
