/* CSS Document */

/*	kleuren
	00a0c6 blauw
	c40260 roze
*/


body {
	background-color: #646464;		/*#262626;	004F62	c7c7c7  646464*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #444444;		/* #004F62 */
}

.H1 {
	color: #00a0c6;
	font-size: 18px;
}

.titel {
	color: #c40260;
	font-size: 28px;
	font-weight:bold;
}

.titelhome {
	color: #c40260;
	font-size: 22px;
	font-weight:bold;
	line-height:1.2;
}

.body-roze {
	color: #c40260;
	font-weight:bold;
}

.body-blauw {
	color: #00a0c6;
}


a:link {
	color: #00a0c6;
	text-decoration: none;
}
a:visited {
	color: #00a0c6;
	text-decoration: none;
}
a:hover {
	color: #c40260;
	text-decoration: none;
}

a:selected {
	color: #00a0c6;
	text-decoration: none;
}

#container {
	position: absolute;
	top: 0px;
	width: 948px;
	height: 800px;
	margin-top: 0px;
	background: #ffffff;	/*  b3de1f  */
	left: 50%;
	margin-left: -474px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 948px;
	height: 101px;
	margin-top: 0px;
	background: #f1f1f1;	/*  b3de1f  */
	background-image:url(img/header.jpg);
	z-index: 10;
}

#footer {
	position: absolute;
	top: 800px;
	left: 0px;
	width: 948px;
	height: 29px;
	margin-top: 0px;
/*	background: #f1f1f1;	/*  b3de1f  */
	background-image:url(img/footer-dgr.gif);
	z-index: 10;
}


#navigatiestructuur {
	position:relative;
	left: 30px;
	top: 150px;
	z-index: 150;
	width: 170px;
	font-size: 13px;
	color: #00a0c6;
	font-weight:bold;
}

#titel {
	position: absolute;
	top: 150px;
	width: 670px;
	height: 30px;
	margin-top: 0px;
	left: 210px;	
/*	font-size: 28px;
	color: #00a0c6;
	font-weight:bold;  */
	z-index: 50;
}

#tekstkader {	
	position: absolute;
	top: 190px;
	width: 690px;		/*	670px	*/
	height: 610px;
	margin-top: 0px;
/*	background: #f3f3f3;	*/
	left: 211px;
	overflow:auto;
}

#adres {
	position:absolute;
	left: 30px;
	top: 520px;
	z-index: 150;
	width: 170px;
	font-size: 13px;
/*	color: #00a0c6;	*/
	color: #00a0c6;
}

#adreskader {
	position:absolute;
	left: 0px;
	top: 520px;
	z-index: 100;
	width: 10px;
	height:140px;
	background-color:#00a0c6;
/*	color: #00a0c6;	*/
}

#fotokader01 {
	position:absolute;
	left: 450px;
	top: 200px;
	z-index: 400;
	width: 133px;
	height:100px;
}
