html, body {
	margin: 0px;
	padding: 0px;
}

#main {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	top: 0px;
	width:800px;
	height: auto;
	background-color: #000000;
	bottom: 0px;
}

html>body #main { 
	height: 100%;
}

#navigatie { /* dit is de achtergrond van het menu */
	width:800px;
	height:90px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#menu { /* dit is het menu zelf */
	width:800px;
	height:19px;
	text-decoration: none;
	position: relative;
	top: 45px;
	margin: 0px;
	padding: 0px;
}
	

#wrapper{ /* dit is de ruimte om de content  */
	width:800px;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 90px;
	background-image: url(../images_layout/topcontent.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	background-color: #000000;
}
#topcontentindex { /* dit is het plaatje onder het menu speciaal voor de homepage */
	width:800px;
	height:60px;
	/* background-image:url(../images_layout/wolk-boven.jpg); */
	background-image:url(../images_layout/topcontent.gif);
	background-repeat: no-repeat;
}

#container  { /* dit is de ruimte om de content, hier kan je een kleur voor de rand instellen */
	width:800px;
	left: 0px;
	background-color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#content { /* dit is de content, hier kan je een kleur voor de achtergrond instellen */
	width:740px;
	left: 30px;
	padding: 0px;
	position: relative;
	top: 0px;
	margin-top: 60px;
	height: auto;
	vertical-align: baseline;
}

#contentindex { /* dit is de content speciaal voor de homepage */
	width:800px;
	height: auto;
	position: relative;
	top: 0px;
	background-position: left top;
	background-image: url(../images_layout/wolk-onder.jpg);
	background-repeat: no-repeat;
}

#content a:link {
    font: bold 12px/normal Helvetica, Verdana, Arial;
	color: #0099CC;
	text-decoration: none;
}

#content a:hover {
    font: bold 12px/normal Helvetica, Verdana, Arial;
	color: #FFFFFF;
	text-decoration: none;
}

#content a:visited {
    font: bold 12px/normal Helvetica, Verdana, Arial;
	text-decoration:none;
	color: #0099CC;
}

h3 	{	/* dit is de kop van de content, hier kan je een kleur en lettertype instellen */
	font: bold 18px/normal Helvetica, Verdana, Arial;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing: 1px;
	word-spacing: 2px;
}

p { /* dit is de tekst in de content, hier kan je een kleur en lettertype instellen */
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	word-spacing: 2px;
	line-height: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}

ul { /* dit is de tekst in de content, hier kan je een kleur en lettertype instellen */
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	word-spacing: 2px;
	line-height: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}
