body {
	margin:0;
	background-color:#FFFFFF;
	}



p {
	color:#00FF00;
	margin:0;
	font-weight:normal;
	}

/* tekstdefinitie breadcrumbs */

.breadcrumbs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:20px;
	color:#999999;
	}

/* tekstdefinitie koptekst */

.koptekst {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	color:#000066;
	}

/* tekstdefinitie bullet list */

.bullet-list {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	margin:0;
	padding-left:15px;
	}

/* tekstdefinitie bullet list */

.inhoud {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	margin:0;
	}

/* tekstdefinitie voettekst */

.voettekst {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	line-height:20px;
	color:#000066;
	}

/* tekstdefinitie hoofdmenu */

.hoofdmenu {
	font-size:13px;
	color:#FFFFFF;
	line-height:24px;
	}

.hoofdmenu a:link, .hoofdmenu a:visited, .hoofdmenu a:active {
	text-decoration:none;
	color: #FFFFFF;
	}

.hoofdmenu a:hover {
	text-decoration:underline;
	}

/* tekstdefinitie footer */

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:20px;
	color:#FFFFFF;
	}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:none;
	color:#FFFFFF;
	}

.footer a:hover {
	text-decoration:none;
	color:#FF0000;
	}


/* schaduw achter container */


#schaduw {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-417px;
	margin-top:-317px;
	width: 834px;
	height: 634px;
	background-image:url(../images/schaduw.jpg);

	}

/* container van */

#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-300px;
	width: 800px;
	height: 600px;
	}



/* afbeeldingen */

#image-top {
	position:absolute;
	top:0;
	left:0;
	width: 800px;
	height: 100px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	}

#image-header {
	position:absolute;
	left:0px;
	top: 100px;
	width: 800px;
	height: 100px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	}

#image-dames {
	position:absolute;
	left:0px;
	top: 200px;
	width: 250px;
	height: 380px;
	background-image:url(../images/dames.jpg);
	background-repeat:no-repeat;
	}

#image-content {
	position:absolute;
	left:250px;
	top: 200px;
	width: 550px;
	height: 380px;
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	}

#image-footer {
	position:absolute;
	left:0;
	top:580px;
	width: 800px;
	height: 20px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	text-align:right;
	}

/* knoppen voor taalkeuze */

#button-nl {
	position:absolute;
	left:40px;
	bottom:0;
	width:20px;
	height:20px;
	background-image:url(../images/button-nl.jpg);
	background-repeat:no-repeat;
	}

a.button-nl {
	display: block;
	width: 20px;
	height: 20px;
	background:url(../images/button-nl.jpg);
	z-index:1;
	}

a.button-nl:hover {
	background:url(../images/button-nl.jpg) no-repeat 0px -20px;
	z-index:1;
	}

#button-uk {
	position:absolute;
	left:70px;
	bottom:0;
	width:20px;
	height:20px;
	background-image:url(../images/button-uk.jpg);
	background-repeat:no-repeat;
	}

a.button-uk {
	display: block;
	width: 20px;
	height: 20px;
	background:url(../images/button-uk.jpg);
	z-index:1;
	}

a.button-uk:hover {
	background:url(../images/button-uk.jpg) no-repeat 0px -20px;
	z-index:1;
	}

#button-fr {
	position:absolute;
	left:100px;
	bottom:0;
	width:20px;
	height:20px;
	background-image:url(../images/button-fr.jpg);
	background-repeat:no-repeat;
	}

a.button-fr {
	display: block;
	width: 20px;
	height: 20px;
	background:url(../images/button-fr.jpg);
	z-index:1;
	}

a.button-fr:hover {
	background:url(../images/button-fr.jpg) no-repeat 0px -20px;
	z-index:1;
	}


/* tekstvakken */

#tekstvak-hoofdmenu {
	position:absolute;
	top:175px;
	right:50px;
	height:24px;
	width:450px;
	text-align:left;
/*
	border-color:#FF0000;
	border-width:thin;
	border-style:dotted;
*/

	}

#tekstvak-breadcrumbs {
	position:absolute;
	top:10px;
	right:50px;
	height:20px;
	width:450px;
	text-align:left;
/*
	border-color:#FF0000;
	border-width:thin;
	border-style:dotted;
*/

	}

#tekstvak-koptekst {
	position:absolute;
	top:45px;
	right:50px;
	height:50px;
	width:450px;
	text-align:left;
/*
	border-color:#FF0000;
	border-width:thin;
	border-style:dotted;
*/

	}

#tekstvak-koptekst-enkeleregel {
	position:absolute;
	top:45px;
	right:50px;
	height:25px;
	width:450px;
	text-align:left;
/*
	border-color:#FF0000;
	border-width:thin;
	border-style:dotted;
*/

	}

#tekstvak-inhoud {
	position:absolute;
	top:115px;
	right:50px;
	height:210px;
	width:450px;
	text-align:left;
	overflow:auto;
/*
	border-color:#FF0000;
	border-width:thin;
	border-style:dotted;
*/

	}
	
#tekstvak-inhoud-kroesekits {
	position:absolute;
	top:90px;
	right:50px;
	height:260px;
	width:450px;
	text-align:left;
	overflow:auto;
/*
	border-color:#FF0000;
	border-width:thin;
	border-style:dotted;
*/

	}

#tekstvak-voettekst {
	position:absolute;
	top:345px;
	right:30px;
	height:20px;
	width:470px;
	text-align:left;
/*
	border-color:#FF0000;
	border-width:thin;
	border-style:dotted;
*/

	}
	
	
