*{
padding:0;
margin:0;
}

p {
padding: 1em 0;
line-height: 1.5em;
}

.kop {
	color : #000000;
	font : 1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
}

html, body {
height: 100%; /* héél belangrijk */
font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
color: #000;
background: #000 url('images/gfx_bg.jpg');
background-repeat: no-repeat; 
background-attachment: fixed; 
background-position: center top;
text-align: center;
}

#container {
width: 735px;
margin: 0 auto;
text-align: left;
position: relative;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
background: #F1F2EC url('images/gfx_07.jpg');
background-repeat: no-repeat; 
background-attachment: fixed; 
background-position: 50% 100%;
}

#header {
	height:145px;
	background: #000;
	line-height: 0px;
}

#inhoud {
  	padding: 0 2em 60px 2em;
}

#footer {
position: absolute;
bottom: 0; /* heel belangrijk */
width: 100%;
background: url('images/gfx_08.jpg');
color: #FFF;
height: 15px;
font-size:0.6em;
line-height: 14px;
text-align:center;
}

html,body {
/*scrollbar*/
SCROLLBAR-FACE-COLOR: #45554A;
SCROLLBAR-3DLIGHT-COLOR: #000;
SCROLLBAR-ARROW-COLOR: #000;
SCROLLBAR-TRACK-COLOR: #000;
SCROLLBAR-HIGHLIGHT-COLOR: #000;
SCROLLBAR-SHADOW-COLOR: #000;
SCROLLBAR-DARKSHADOW-COLOR: #000;
SCROLLBAR-BASE-COLOR: #000;
}