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


/*-------------------------------------------------*/
/* BODY */
/*-------------------------------------------------*/

body {background-image: url("../afbeeldingen/bg.jpg"); background-position: top; background-repeat: repeat}

body {font-family: arial narrow; font-size: 11pt; font-weight: normal; color: #fff}
h1 {font-family: arial; font-size: 20pt; font-weight: normal; color: #fff}
h2 {font-family: arial narrow; font-size: 14pt}
h3 {font-family: arial narrow; font-size: 8pt; font-weight: normal; color: #fff}


/*-------------------------------------------------*/
/* PAGINA-ONDERVERDELINGEN */
/*-------------------------------------------------*/

#container {    
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	}

#header {
	height: 20px;
	width: 100%;
	text-align: center;
	word-spacing: 50px
	}

 #links {
	width:20%;
	position:absolute;
	top:150px;
	}

#inhoud {
	width: 60%;
	margin:0 0 0 180px;
	text-align: justify;
	}

#rechts {
	width:20%;
	position:absolute;
	top:150px;
	}

#footer { 
	width: 100%;
	height: 20px;
	text-align: center;
	}

/*-------------------------------------------------*/
/* LINKEN */
/*-------------------------------------------------*/

#header a:link, a:visited {color: #fff; text-decoration: none}
#header a:hover {color: #fff; text-decoration: underline}

#inhoud a:link, a:visited {color: #ffff00; text-decoration: none}
#inhoud a:hover {color: #ffff00; text-decoration: underline}