/* TEMPLATE SET: A */

div.container {
	left: 50%;
	top: 50%;
	position: absolute;
	vertical-align: middle;
	margin: 0 auto;
	margin-top: -300px; /* half of the height */
	margin-left: -512px; /* half of the width */
	width: 1024px;
	height: 600px;
}

div.topbeeld {
	position: absolute;
	margin: 0;
	width: 1024px;
	height: 600px;
	left: 0px;
	top: 0;
	z-index: 0;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

div.inhoud_bg {
	position: absolute;
	margin: 0;
	width: 367px;
	height: 399px;
	left: 210px;
	top: 135px;
	z-index: 0;
	overflow: hide;
}

div.menu {
	position: absolute;
	margin: 0;
	width: 800px;
	height: 600px;
	left: 10px;
	top: 540px;
	z-index: 0;
		
	}

div.zoek {
	position: absolute;
	margin: 0;
	width: 183px;
	height: 28px;
	left: 209px;
	top: 542px;
	z-index: 0;
	visibility: hidden;
}

div.taalkeuze {
	position: absolute;
	margin: 0;
	width: 124px;
	height: 22px;
	left: 929px;
	top: 508px;
	z-index: 0;
	visibility: hidden;
}

div.credits {
	position: absolute;
	margin: 0;
	width: 145px;
	height: 150px;
	left: 7px;
	top: 432px;
	z-index: 0;
	visibility: visible;
}

