/**********************/
/*	GENERAL
/**********************/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

body {
	background-color: #DCE9FB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

html {
	height: 100%;
}

p {
	margin-bottom: 10px;
}

/**********************/
/*	HOLDER
/**********************/
div.holder {
	background-color: #82806d;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-top: 2px solid white;
	background-image: url(../images/rechts.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: auto;
	min-height: 1506px;
	text-align: left;
	width: 750px;
}

/**********************/
/*	TAALKEUZE
/**********************/
div.taalkeuze {
	position: relative;
	top: 34px;
	left: 20px;
	margin-top: -17px;
}

/**********************/
/*	TOP
/**********************/
div.top {
	background-image: url(../images/top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	line-height: 140%;
	overflow: hidden;
	padding-left: 40px;
	padding-top: 65px;
	height: 170px; /*/*235px;*/
	width: 388px; /*428px;*/
}

div.top strong {
	color: #003366;
}

/**********************/
/*	CONTENT HOLDER
/**********************/
div.content_holder {
}

/**********************/
/*	CONTENT
/**********************/
div.content {
	/*border: 1px solid red;*/
	background-image: url(../images/background.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: white;
	/*color: #0033CC;*/
	float: left;
	text-align: left;
	padding: 10px 20px 10px 35px; /*10px 10px 10px 25px;*/
	line-height: 140%;
	width: 476px; /*496px; /*492px;*/
}

div.scheiding {
	background-color: #BBDC69;
	color: white;
	font-size: medium;
	font-weight: bold;
	height: 38px;
	margin: 20px 10px 20px 10px;
}

div.scheiding img {
	margin: 10px 0px 0px 10px;
	vertical-align: text-bottom;
}

div.scheiding p {
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

/**********************/
/*	AFBEELDINGEN
/**********************/
div.afbeeldingen {
	float: right;
	margin-top: 183px; /*418px; /*576px;*/
	width: 219px;
}

div.afbeeldingen div.afbeelding_noholder {
	height: 166px;
	overflow: hidden;
}

div.afbeeldingen div.afbeelding {
	background-image: url(../images/imageholder.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 166px;
	overflow: hidden;
}

div.afbeeldingen div.afbeelding_noholder img, div.afbeeldingen div.afbeelding img {
	/* 175 x 130 */
	cursor: pointer;
	height: 130px;
	margin-left: 24px;
	margin-top: 9px;
	width: 175px;
}

div.afbeeldingen div.afbeelding_noholder img {
	margin-left: 24px;
	margin-top: 15px;
}

/**********************/
/*	CLEARER
/**********************/
div.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1%;
}
