body { 


background-color: #dce2f0;




/* ------ scrolbalken------ */

scrollbar-3dlight-color: white;
scrollbar-arrow-color: black;
scrollbar-base-color: black;
scrollbar-darkshadow-color: white;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-track-color: white;


}

/* ------ tekst ------ */


H1 {
	text-align : center;
	font-family : arial;
	font-size : 10pt;
	letter-spacing : 0.2em;
	color : #000099;
}



H2 {
	text-align : left;
	font-family : arial;
	font-size : 8pt;
	letter-spacing : 0.1em;
	color : #000099;
}

H3 {
	text-align : left;
	font-family : arial;
	font-size : 7pt;
	letter-spacing : 0.2em;
	color : #000099;
}


/* ------ links ------ */

A {
	font-family : arial;
	text-align : center;
	font-size : 13pt;
	
	color : #000099;
	letter-spacing : 0.1em;
}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: white;}


/* ------ divs------ */

.container {

	position: relative;
	width: 800px;
	height: 580px;
	top: 50%;
	margin-top: -290px;
	

	background-image:
	url(verweijentertainment.jpg);
	background-repeat: no-repeat;
}


.menu 	{
	width: 80px;
	margin: 0px;
	padding: 0 px;
	position: absolute;
	top: 220px;
	left: 50px;
	height:5px

}


.class {
	width: 600px;
	margin: 0px;
	padding: 0 px;
	position: absolute;
	top: 150px;
	left: 194px;
	height:350px;
	overflow: auto;

}

.foto {
	width: 600px;
	margin: 0px;
	padding: 0 px;
	position: absolute;
	top: 80px;
	left: 220px;
	height:500px;
	overflow: hidden;

}


.contact {
	width: 400px;
	margin: 0px;
	padding: 0 px;
	position: absolute;
	top: 230px;
	left: 194px;
	height:100px;
	overflow: auto;

}



.tabel {
	text-align : left;
	font-family : arial;
	font-size : 8pt;
	letter-spacing : 0.2em;
	color : #000099;
	
}

