@charset "utf-8";
/* CSS Document */

body  {
	font-family: sans-serif;
	color: #02539e;
	background-image:url('images/blauwesterren.gif');
	}
img{border-style: none;}
	
div#kop
{
	height: 100px;
	width: auto;
}
	
div#menu{
	top: auto;
	left: 0px;
	width: 200px;
}

div#inhoud
{
    position: absolute;
	height: 1000px6;
	width: 824px;
	left: 201px;
}

div#infotabel{
    position: absolute;
	top: 0px;
    left: 500px;
    border: 2px solid #FFFFFF;
}

div#welkomfoto{
    position: absolute;
	top: 0px;
	left: 0px;
	width: 490px;
}



