/* CSS Document */
/* Stijlen DIVs*/

div#wrap {
	width: 996px;
}

div#mainimg {
	width: 370px;
	height: 640px;
	float: left;
	background-image: url(../images/BGmainimg.gif);
	background-repeat: no-repeat;
}

	div#pscroller1 {
		position: absolute;
		top: 10px;
		left: 5px;
		width: 160px;
		height: 50px;
	}
	
	div#sponsorlink {
		position: absolute;
		top: 44px;
		left: 283px;
		width: 25px;
		height: 25px;
	}
	
	div#nieuwsbrieflink {
		position: absolute;
		top: 474px;
		left: 315px;
		width: 30px;
		height: 30px;
	}
	
	div#databasesearch {
		position: absolute;
		top: 570px;
		left: 140px;
	}


div#main {
	width: 616px;
	float: right;
	background-image: url(../images/BGmain.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}

div#header {
	width: 580px;
	height: 160px;
	margin: 10px auto 0 auto;
	background-image: url(../images/BGheader.jpg);
	background-repeat:no-repeat;
}

div#nav {
	width: 580px;
	height: 20px;
	margin: 2px auto 0 auto;
	background-image: url(../images/BGnav.jpg);
	background-repeat:no-repeat;
}
div#content {
	width: 578px;
	min-height: 360px;
	margin: 10px auto 0 auto;
	border: 1px solid #CCC;
	padding: 0 0 20px 0;
}

div#footer {
	width: 616px;
	height: 30px;
	margin: 10px auto 0 auto;
	padding: 0 0 10px 0;
	background-image: url(../images/IMGfooter.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
}

/*
<!--[if lte IE 6]>
   <link rel="stylesheet" type="text/css" media="screen" href="/css/IE6.css" /> 
<![endif]-->
*/

