/* CSS Document */
html, BODY {
	margin: 0;
	padding: 0;
	height: 100%;
	color:#585858;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
img, img a {
	border: 0;
}
#flashcontent {
		width: 1000px;
		height: 196px;
		float: left;
	}
#center {
	margin: auto;
	width: 1000px;
	padding: 0;
	height: 100%;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: center 196px;
}
#container {
	float: left;
	width: 100%;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}
#links{
	float:left;
	width:147px;
	display:block;
	height:400px;
	}
#nav{
	float:left;
	width:118px;
	background-image:url(images/nav.jpg);
	background-repeat:repeat-y;
	margin-top:0;
	padding-top:0;
	height:400px;
	}
#nav a{
	text-decoration:none;
	color:#585858;
}
#nav a:hover {
	font-size:12px;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	}
#nav a:active{
	font-size:12px;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	}
#midden{
	float:left;
	width:403px;
	background-image:url(images/midden.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	}
#tekstmidden{
	float:left;
	margin-left:20px;
	margin-top:25px;
	width:360px;
	}
.organisatie{
	color:#003366;
	font-weight:bold;
	font-size:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.thuiszorg{
	color:#7797AF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}

.lichtblauw {
	color:#7797AF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.dikkentekst{
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
#rechts{
	float:left;
	width:190px;
	margin-top:20px;
	}
#footer{
	float:left;
	width:930px;
	text-align:center;
	font-size:10px;
	color:#999999;
	margin-top:50px;
}
#footer a{
	text-decoration:none;
	color:#999999;
	}
#footer a:hover{
	text-decoration:none;
	color:#999999;
	font-weight:bold;
	}
