@charset "utf-8";

html {
width: 100%;
height: 100%;
}

.body {
font-family: Arial;
font-size: 12px;
color: #000000;
text-decoration: none;
margin: 0;
padding: 0px;
background-image: url(../beelden/achtergrond.jpg);
background-color: #FFF;
background-repeat: repeat-x;
text-align: center;
}

#container {
width: 950px;
height: auto;
margin: 0px auto;
text-align: left;
background-image: url(../beelden/schaduwrand.png);
overflow: hidden;
}

#rodebalk {
width: 948px;
height: 35px;
background-image: url(../beelden/rodebalk.jpg);
}

#inhoud {
width: 880px;
height: auto;
margin-left: 35px;
background-color: #FFF;
z-index: 1;
}

	.interactiefMenu {
	width: 880px;
	height: 450px;
	z-index: 2;
	position: absolute;
	}

	.logo {
	width: 167px;
	height: 84px;
	background-image: url(../beelden/logo.jpg);
	}
	
#inhoudLinks {
width: 550px;
height: auto;
margin-top: 340px;
float: left;
}

	.koptekst {
	width: 550px;
	height: auto;
	color: #d30f0f;
	font-size: 20px;
	font-weight: 600;
	margin-left: 22px;
	}
	
	.tekst {
	width: 500px;
	height: auto;
	color: #424242;
	font-size: 13px;
	padding-left: 22px;
	margin-top: 5px;
	background-image: url(../beelden/introPijltje.jpg);
	background-repeat: no-repeat;
	}
	
/*#altMenu {
width: 879px;
float: left;
text-align: right;
position: absolute;
margin-top: 305px;
z-index: 3;
}*/

#menuLink {
color: #424242;
text-decoration: none;
}

	#menuLink:hover {
	color: #999;
	text-decoration: none;
	}

#inhoudRechts {
width: 330px;
height: auto;
margin-top: 340px;
background-image: url(../beelden/shaduwrandFotopaneel.png);
background-repeat: no-repeat;
float: left;
}

#fotoPaneel {
width: 264px;
height: 440px;
margin: 20px 0px 0px 66px;
}

#foto1 {
width: 262px;
height: 127px;
border: 1px solid #e2e2e2;
}

	.foto1 {
	padding: 1px 0px 0px 1px;
	}
	
#foto2 {
width: 262px;
height: 127px;
border: 1px solid #e2e2e2;
margin-top: 6px;
}

	.foto2 {
	padding: 1px 0px 0px 1px;
	}
	
#foto3 {
width: 127px;
height: 127px;
border: 1px solid #e2e2e2;
margin-top: 6px;
float: left;
}

	.foto3 {
	padding: 1px 0px 0px 1px;
	}
	
#foto4 {
width: 127px;
height: 127px;
border: 1px solid #e2e2e2;
margin: 6px 0px 0px 6px;
float: left;
}

	.foto4 {
	padding: 1px 0px 0px 1px;
	}
	
	.logoCarrousel {
	width: 255px;
	height: 150px;
	padding-left: 75px;
	float: left;
	}

#footer {
width: 950px;
height: 50px;
margin: 0px auto;
background-image: url(../beelden/footer.jpg);
background-repeat: no-repeat;
margin-bottom: 50px;
}

	.copyright {
	width: 950px;
	height: auto;
	text-align: left;
	color: #686868;
	padding: 30px 0px 0px 60px;
	}