/* CSS Document */
/* Layout voor Hoofdstructuur van de pagina's  */

html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	scrollbar-arrow-color:#4A1F1C;
	scrollbar-base-color: #4A4A5C;
	scrollbar-track-color: #4A3F5C;
	scrollbar-darkshadow-color: #4A2E5C;
	scrollbar-face-color: #4A4A5C;
	background-image: url(../JPG/Waba_blue.jpg);
	background-repeat:no-repeat; 
	background-position: top center; 
	background-color:black;

}

#midmid {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:152px; 
	bottom:32px; 
	width:900px; 
	margin-left:-451px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-image: url(../JPG/Waba_black.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat; 
	background-position: 50% 0px; 
	}

* html #midmid {
	top:154px; 
	width:902px;
	}

#nav {
	position:absolute; 
	margin-left:-451px; 
	left:50%; 
	top:0; 
	width:900px; 
	min-width:900px; 
	height:150px; 
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	}

* html #nav {
	top:2px; width:902px; height:148px;
	}


#footer {
	text-align:center;
	position:absolute; 
	margin-left:-451px; 
	left:50%; 
	bottom:0; 
	width:900px; 
	min-width:900px; 
	height:30px; 
	font-size:1.1em; 
	z-index:5; 
	border:1px solid #000;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	}

* html #footer {
	bottom:2px; width:902px; height:28px;
	}

