body {
	background-image: url(images/BGR.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


#wrapper {
	width: 770px;
	margin: 0px auto;
}

#sfeerbeeld {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 161px;
	float: left;
	margin-top: 15px;
	padding: 0px;
}

#middle {
	background-image: url(images/BGR_ondertop.jpg);
	background-repeat: no-repeat;
	background-color: #ff71b8;
	width: 761px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 9px;
}

#linkerkant 
{
    overflow: hidden;
	width: 142px;
	float: left;
	padding: 0px;
	margin-right: 9px;
}

*>#linkerkant 
{
    overflow: visible;
}

#center {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#rechterkant 
{
    overflow: hidden;
	width: 142px;
	float: left;
	padding: 0px;
	margin-left: 9px;
}

*>#rechterkant 
{
    overflow: visible;
}

#footer {
	background-color: #ff71b8;
	width: 752px;
	float: left;
	padding: 20px 9px 20px 9px;
}

/*LINKERNAVIGATIE*/
	
	.topnavlinks {
		background-image: url(images/toplink.gif);
		background-repeat: no-repeat;
		background-color: #ff208f;
		width: 142px;
		height: 38px;
		float: left;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		padding: 14px 0px 0px 0px;
		margin-top: 2px;
		text-align: center;
	}
	
	.subnav {
		color: #FFFFFF;
		font-weight: bold;
		float: left;
		margin-top: 6px;
	}
	
	.subnav ul {
		margin: 0px 0px 0px 3px;
		padding: 0px;
	}
	
	.subnav li {
		background-image: url(images/sterretje.gif);
		background-repeat: no-repeat;
		background-position: top left;
		padding: 0px 0px 9px 20px;
		margin: 0px;
		list-style: none;
	}
	
	.subnav a:link, .subnav a:active,.subnav a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.subnav a:hover, .subnav a:visited:hover {
		color: #ff208f;
		text-decoration: none;
	}
	
	.navtitel {
		background-color: #ff208f;
		width: 132px;
		/*height: 30px;*/
		float: left;
		color: #FFFFFF;
		padding: 15px 5px 15px 5px;
		margin-top: 9px;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		display: block;
	}
	
	.navlangetitel {
		background-color: #ff208f;
		width: 132px;
		/*height: 37px;*/
		float: left;
		color: #FFFFFF;
		padding: 8px 5px 0px 5px;
		margin-top: 9px;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
	}

/*CENTER*/

	#banner {
		float: left;
		margin: 25px 0px 9px 0px;
		border: none;
	}
	
	#tekstvlak {
		background-color: #FFFFFF;
		float: left;
		width: 420px;
		padding: 20px 15px 40px 15px;
		line-height: 14px;
	}
	
	#tekstvlak a:link, #tekstvlak a:active, #tekstvlak a:visited {
		color: #cc0066;
		text-decoration: none;
	}
	
	#tekstvlak a:hover, #tekstvlak a:visited:hover {
		color: #cc0066;
		text-decoration: underline;
	}
	
	#tekstvlak img {
		padding: 5px;
	}
	
	.noborder td {
		border: 0px;
	}

/*RECHTERNAVIGATIE*/

	.topnavrechts {
		background-image: url(images/toplink.gif);
		background-repeat: no-repeat;
		background-color: #ff208f;
		width: 126px;
		height: 21px;
		float: left;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 12px;
		margin-top: 25px;
		padding: 10px 8px 0px 8px;
	}
	
	.navtitelrechts {
		background-color: #ff208f;
		width: 126px;
		height: 20px;
		float: left;
		color: #FFFFFF;
		padding: 6px 8px 0px 8px;
		margin-top: 5px;
		font-weight: bold;
		font-size: 12px;
	}
	
	.navtitelrechts a:link, .navtitelrechts a:active, .navtitelrechts a:visited, 
	.topnavrechts a:link, .topnavrechts a:active, .topnavrechts a:visited,
	.topnavlinks a:link, .topnavlinks a:active, .topnavlinks a:visited,
	.navtitel a:link, .navtitel a:active, .navtitel a:visited,
	.navlangetitel a:link, .navlangetitel a:active, .navlangetitel a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.navtitelrechts a:hover, .navtitelrechts a:visited:hover, 
	.topnavrechts a:hover, .topnavrechts a:visited:hover,
	.topnavlinks a:hover, .topnavlinks a:visited:hover,
	.navtitel a:hover, .navtitel a:visited:hover,
	.navlangetitel a:hover, .navlangetitel a:visited:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	.navtekst {
		background-color: #FFFFFF;
		float: left;
		color: #cc0066;
		width: 128px;
		padding: 5px 7px 10px 7px;
		margin-bottom: 9px;
		line-height: 14px;
	}
	
	.navtekst a:link, .navtekst a:active, .navtekst a:visited {
		color: #cc0066;
		text-decoration: underline;
	}
	
	.navtekst a:hover, .navtekst a:visited:hover {
		color: #cc0066;
		text-decoration: none;
	}

h1 {
	color: #cc0066;
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	color: #cc0066;
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

h3 {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #cc0066;
	font-size: 11px;
}

table {
	border-collapse: collapse;
}

td {
	border: 1px solid #ff71b8;
}

.wittetekst {
	color: #fff;
	background-color: #ff208f;
	font-weight: bold;
}

.witteborder {
	border: 1px solid #FFFFFF;
}

ul {
	margin: 5px 0px 10px 15px;
	padding: 0px;
}

li {
	background-image: url(images/LI.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	list-style: none;
}
	
hr {
	color: #cc0066;
	height: 1px;
	background-color: #cc0066;
	border: thin;
}

.naartop {
	font-weight: bold;
	margin-bottom: -6px;
}


a.dagboektitel {
	color: #FFFFFF;
	text-decoration: none;
}

a.dagboektitel:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.dagboektitel:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.dagboektitel:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.dagboektitel:active {
	color: #FFFFFF;
	text-decoration: underline;
}


a.dagboek {
	color: #cc0066;
	text-decoration: none;
}

a.dagboek:link {
	color: #cc0066;
	text-decoration: underline;
}
a.dagboek:visited {
	color: #cc0066;
	text-decoration: underline;
}
a.dagboek:hover {
	color: #cc0066;
	text-decoration: none;
}
a.dagboek:active {
	color: #cc0066;
	text-decoration: underline;
}

.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.tekstrood {
	color: #CC3333;
}

.tekstpaars {
	color: #8F00BF;
}

.tekstroze {
	color: #FF0099;
}







































