.background-menu {
	background-attachment: scroll;
	background-image: url(../images/layout/menu/middle.png);
	background-repeat: repeat-x;
	background-position: left top;
	behavior: url(/styles/pngfix/iepngfix.htc);
}
.background-zoeken {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/layout/zoeken/background.png);
	behavior: url(/styles/pngfix/iepngfix.htc);
}

.background-header {
	background-image: url(../images/layout/header/standaard_header.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	behavior: url(/styles/pngfix/iepngfix.htc);
}

.background-content {
	background-image: url(../images/layout/content/background.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}

.background-footer {
	background-attachment: scroll;
	background-image: url(../images/layout/content/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	behavior: url(/styles/pngfix/iepngfix.htc);
}
.background-submenu {
	background-image: url(../images/layout/content/special/submenu/middle.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}

