/* CSS Document */

body {
	margin: 0px;
	background-color: #CCCCCC;
	background-image: url(../afbeelding/achtergrond.jpg);
}

img {
	border: none;
}

#container {
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../afbeelding/achtergrond.jpg);
	width: ;
	height: ;
}

#pagina {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 1024px;
	behavior: url(iepngfix.htc); 
	background-image: url(../afbeelding/bg.png);
}

#pagina-long {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 1440px;
	behavior: url(iepngfix.htc); 
	background-image: url(../afbeelding/bg2.png);
}

#pagina-xlong {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 3600px;
	behavior: url(iepngfix.htc); 
	background-image: url(../afbeelding/bg3.png);
}

#menu {
	width: 700px;
	height: 30px;
	margin-left: 200px;
	margin-top: 210px;
	position: absolute;
	float: inherit;
	z-index: 2;
}

#content {
	width: 720px;
	height: 690px;
	margin-top: 250px;
	margin-left: 114px;
	position: absolute;
	float: inherit;
	z-index: 1;
}

#voorbeeldpagina {
	width: 290px;
	height: 250px;
	margin-left: 420px;
	margin-top: 10px;
	position: absolute;
	float: inherit;
	z-index: 1;
}

#videocontainer {
	width: 500px;
	height: 250px;
	margin-top: 10px;
	margin-left: 0px;
	position: absolute;
	float: inherit;
	z-index: 2;
}

#video1 {
	width: 200px;
	height: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#video2 {
	width: 200px;
	height: 150px;
	position: absolute;
	margin-left: 210px;
	left: 0px;
	top: 0px;
}

#video3 {
	width: 200px;
	height: 150px;
	position: absolute;
	margin-top: 180px;
	left: 0px;
	top: 0px;
}

#video4 {
	width: 200px;
	height: 150px;
	position: absolute;
	margin-left: 210px;
	margin-top: 180px;
	left: 0px;
	top: 0px;
}

#centervoorbeeld {
	width: 200px;
	height: 30px;
}

#hbip {
	width: 142px;
	heigth: 22px;
	position: absolute;
	float: inherit;
	margin-top: 920px;
	margin-left: 765px;
}

#hbip-long {
	width: 142px;
	heigth: 22px;
	position: absolute;
	float: inherit;
	margin-top: 1385px;
	margin-left: 765px;
}

#hbip-xlong {
	width: 142px;
	heigth: 22px;
	position: absolute;
	float: inherit;
	margin-top: 3400px;
	margin-left: 765px;
}


/* tekst opmaak*/

.tekst {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}

.titel {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.link:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;	
}
	
a.link:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;	
}

a.link:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
	
a.link:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}