	/* div IPR **********************************************************************/
	
	div#container{
		width: 786px;
		height:490px;
		margin: 45px auto;
		position: relative;
		background-image:  url("../IMAGES/backShadow.gif");
		background-repeat: no-repeat;
	}
	
	div#heading1{
		top: 10px;
		left: 9px;
		position: absolute;
		width:632px;
		height:27px;
		padding-left: 13px;
		background-color: #787878;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-style: normal;
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 1px;
	}

	div#heading2 {
		top: 41px;
		left: 9px;
		position: absolute;
		width:632px;
		height:60px;
		padding-left: 13px;
		background-color:#996633;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: normal;
		line-height: 11pt;
		color: #FFFFFF;
		background-image:  url("../IMAGES/serif.jpg");
		background-repeat: no-repeat;
		background-position: left center;
	}
	
	div#heading2 a {
		color:#FFFFFF;
	}
	
	div#logo{
		top: 10px;
		left: 659px;
		position: absolute;
		color:#FFFFFF;
		height: 92px;
		width: 112px;
		background-color: #646464;
	}

	div#logo img {
		position: relative;
		left: 14px;
		top: 6px;
		height: 80px;
		width: 83px;
	}
	
	div#linkerKolom{
		padding:13px;
		width: 92px;
		height: 340px;
		background-color: #D0D0D0;
		top: 107px;
		left: 9px;
		position: absolute;
	}

			div#linkerKolom span {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:8pt;
				font-style:normal;
				line-height:24px;
				color:#666666;
			}

	div#main{
		padding: 3px;
		width: 516px;
		height: 360px;
		background-color: #E6E6E6;
		left: 132px;
		top: 107px;
		text-align: center;
		position: absolute;
	}
	
	div#rechterKolom{
		padding: 3px;
		width: 106px;
		height: 360px;
		background-color: #A2A2A2;
		left: 659px;
		top: 107px;
		text-align: center;
		position: absolute;
	}

	/* div dataBank **********************************************************************/

	div#left {
		position: absolute;
		top: 10px;
		left: 10px;
		text-align:left;
		width: 265px;
		padding:5px;
		height: auto;
    }
	        
	        div#left a:hover {
		        color: #FFFF00;
		        text-decoration: none;
	        }

	div#contentHolder {
		background-color:#CDCDCD;
	    position: absolute;
	    top: 25px;
	    left: 292px;
		width: 650px;
		height: 550px;
    }
	        

	/* styles ***************************************************************************/
	
	.broodtekst {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-style: normal;
		line-height: normal;
		color: #000000;
		text-align: justify;
	}
	

	.title {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;
	}
	
	.cellBorder {
		border: 1px solid #999999;
	}

	.taalBlok {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		padding: 2px;
		border: 1px solid #FFFFFF;
	}

	/* html ***************************************************************************/
	
	body {
		background-color: #646464;
	}

	body#dataBank {
		background-color:#B7B7B7;
	}

	a:link {
		color: #000000;
		text-decoration: none;
	}
	a:visited {
		color: #000000;
		text-decoration: none;
	}
	a:hover {
		color: #990033;
		text-decoration: none;
	}
	a:active {
		color: #000000;
		text-decoration: none;
	}
