/* --------------------------------------- */
/* ZUID-HOLLLAND 404 CSS  */
/* --------------------------------------- */

div#header
	{
	background-image: url(/grfx/bgheader-404.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 105px;
	padding: 0px;
	margin:0px;
	}

div#header h1
	{
	background-repeat: no-repeat;
	position: static;
	width: 100%;
	height: 65px;
	text-indent: -9999px;
	margin: 0px;
	}

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

#column1 h2, #column2 h2, #column3 h2, #column4 h2
	{
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding-left: 24px;
	}

#column1 h2					{ background: url(/grfx/flag_1.gif) no-repeat 0px 1px; }
#column2 h2					{ background: url(/grfx/flag_0.gif) no-repeat 0px 1px; }
#column3 h2					{ background: url(/grfx/flag_2.gif) no-repeat 0px 1px; }
#column4 h2					{ background: url(/grfx/flag_3.gif) no-repeat 0px 1px; }

#column1, #column2, #column3, #column4
	{
	position: relative;
	background: url(/grfx/vline-404.gif) no-repeat;
	width: 220px;
	height: auto;
	_height: 200px;
	min-height: 200px;
	float: left;
	padding-left: 12px;
	}

#column1
	{
	background: none;
	padding-left: 0px;
	left: 5px;
	}

#column2					{ left: 25px; }
#column3					{ left: 35px; }
#column4					{ float: right; right: 5px; }

/* ======================================= */

/* --------------------------------------- */
/* FOOTER  */
/* --------------------------------------- */

#footer p#copyright			{ float: right; font-weight: normal; font-size: 0.95em; color: #f7941d; width: 300px; text-align: right; }

/* ======================================= */
/* ======================================= */
/* ======================================= */

