html,body {
	margin: 0;
	padding: 0;
	height:100%;
}

div.container1 {
	position: absolute;
	text-align: left;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image:url(images/layout/metaal.gif);
}

div.container2 {
	position: absolute;
	text-align: left;
	margin: auto;
	width: 990px;
	height: 100%;
	background-color:#FFFFFF;
}

div.links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 304px;
	height: 100%;
	background-image:url(images/layout/links_stretch.gif);
	background-repeat:repeat-y;
}

div.top {
	position: absolute;
	top: 0px;
	left: 304px;
	width: 686px;
	height: 97px;
	background-image:url(images/layout/boven_stretch.gif);
	background-repeat:repeat-x;
}


div.footer {
	position: absolute;
	bottom: 0px;
	left: 294px;
	width: 696px;
	height: 240px;
	background-image:url(images/layout/footer_stretch.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

div.menu {
	position: absolute;
	top: 110px;
	left: 190px;
	width: 129px;
	z-index:100;
}

div.inhoud {
	position: absolute;
	top: 0px;
	left: 304px;
	width: 686px;
	bottom: 54px;
	height:100%;
	background-image:url(images/layout/watermerk.gif);
	background-repeat:no-repeat;
	background-position:center;
}

input.my-url{display:none;}
