/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
}

/* LAYERS */

#container {
	position:absolute;
	width:980px;
	height:600px;
	left: 50%;
	top:50%;
	margin:-300px 0 0 -490px;
}
#vervolg-container {
	width:980px;
	min-height:1004px;
	_height:1004px;
	margin:auto;
}
#top {
	background-color:#aa96c3;
	background-image:url(../images/top.gif);
	width:610px; /* 980 - 370 */
	height:24px; /* 74 - 50 */
	padding-left:370px;
	padding-top:50px;
	float:left;
}
#main {
	background-image:url(../images/main.jpg);
	width:980px;
	height:321px;
	float:left;
}
#vervolg-main {
	background-image:url(../images/vervolg-main.jpg);
	background-repeat:no-repeat;
	width:980px;
	min-height:1004px;
	_height:1004px;
	float:left;
}
#vervolg-wat-is-ergotherapie {
	background-image:url(../images/vervolg-wat-is-ergotherapie.jpg);
	background-repeat:no-repeat;
	width:980px;
	min-height:1004px;
	_height:1004px;
	float:left;
}
#vervolg-verwijzing {
	background-image:url(../images/vervolg-verwijzing.jpg);
	background-repeat:no-repeat;
	width:980px;
	min-height:1004px;
	_height:1004px;
	float:left;
}
#vervolg-vergoeding {
	background-image:url(../images/vervolg-vergoeding.jpg);
	background-repeat:no-repeat;
	width:980px;
	min-height:1004px;
	_height:1004px;
	float:left;
}
#vervolg-ergotherapeut {
	background-image:url(../images/vervolg-ergotherapeut.jpg);
	background-repeat:no-repeat;
	width:980px;
	min-height:1004px;
	_height:1004px;
	float:left;
}
#vervolg-contact {
	background-image:url(../images/vervolg-contact.jpg);
	background-repeat:no-repeat;
	width:980px;
	min-height:1004px;
	_height:1004px;
	float:left;
}
#left {
	width:352px;
	min-height:1004px;
	_height:1004px;
	float:left;
}
#right {
	width:588px; /* 628 - 40 */
	min-height:820px; /* 1004 - 184 */
	_height:820px;
	padding:184px 20px 0 20px;
	float:left;
}
#bottom {
	background-image:url(../images/bottom.gif);
	background-color:#a5c96b;
	width:590px; /* 980 - 390 */
	height:185px; /* 205 - 20 */
	padding:20px 20px 0 370px;
	float:left;
}

/* NAVIGATIE */

#Ergotherapie {
	position:absolute;
	border:solid 1px #FFFFFF;
	border-top:none;
	background-color:#6c3c88;
	width:255px;
	padding-left:5px;
	height:75px;
	display:none;
	margin-top:6px;
	margin-left:45px;
}
#Contact {
	position:absolute;
	border:solid 1px #FFFFFF;
	border-top:none;
	background-color:#6c3c88;
	width:112px;
	padding-left:5px;
	height:50px;
	display:none;
	margin-top:6px;
	margin-left:483px;
}


/* ALGEMENE OPMAAK */

td, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000;
}
a, a:link {
	text-decoration:none;
	color:#6c3c88;
}
a:hover {
	text-decoration:underline;
}
a.navigatie, a.navigatie:link {
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
a.navigatie:hover {
	text-decoration:none;
	color:#6c3c88;
}
a.subnavigatie, a.subnavigatie:link {
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
}
a.subnavigatie:hover {
	color:#aa96c3;
}
a.paars, a.paars:link {
	text-decoration:none;
	color:#6c3c88;
}
a.paars:hover {
	text-decoration:underline;
}
.wit {
	color:#FFF;
}
h3 {
	margin:0 0 20px 0;
	padding:0px;
}
.klein {
	font-size:11px;
	line-height:14px;
}