/**
*	Kleuren:
*	Achtergrond grijs: #58585a
*	Container beige: #948671
*	Letter roze: #ed1556
*
*
**/

html,body{
	background-color: #58585a;
	font-family: sans-serif, arial;
}

/**
*	Intro Pagina
**/
#intro_supercontainer{
	width: 915px;
	margin: auto;
}

#intro_container{
	background-color: #58585a;
	width: 906px;
	height: 630px;
	position:relative;
	float:center;
	margin-top:80px;
	padding: 0px;
}

#intro_boven{
	height: 453px;
	background-color: #918e71;
	z-index:150;
}
#intro_boven_links{
	float: left;
	height: 100%;
	width: 453px;
}
#intro_boven_midden{
	float: left;
	height: 100%;
	width: 302px;
}
#intro_boven_rechts{
	float: left;
	height: 100%;
	width: 151px;
}

#intro_tekst{
	height: 25px;
	background-color: white;
	text-align:center;
}
#intro_beneden{
	height: 151px;
	background-color: #976e71;
}
#intro_tekst h1{
	color: black;
	font-size: 13pt;
	line-height: 25px;
	text-align: center;
	margin: 0px;
	padding-top: 4px;
}
#intro_container img{
	margin: 0px;
	padding: 0px;
	float: left;
}
#intro_container img.flir-image{
	float:none;
}

.blok{
	width: 151px;
	height: 151px;
	overflow: hidden;
}
.horizontaalblok{
	width: 302px;
	height: 151px;
	overflow: hidden;
}
.verticaalblok{
	width: 151px;
	height: 302px;
	overflow: hidden;
}
.dubbelblok{
	width: 302px;
	height: 302px;
	overflow: hidden;
}

#linkdiv{
	width: 906px;
	height: 630px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: block;
}
