@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 100%;
}

p a:link, p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #ffcce6;
}

p a:hover, p a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
	font-weight: normal;
	background-color: #ffcce6;
}

a:link.nav_geld, a:visited.nav_geld {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0080;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	background-color:#FFFFFF;
	padding: 4px 0 4px 8px;
}

a:hover.nav_geld, a:active.nav_geld {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	background-color:#000000;
	padding: 4px 0 4px 8px;
}		

a:link.nav_org, a:visited.nav_org {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0080;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	background-color:#FFFFFF;
	padding: 4px 0 4px 8px;
}

a:hover.nav_org, a:active.nav_org {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	background-color:#FF0080;
	padding: 4px 0 4px 8px;
}		

/* de geklikte knop moet grijs blijven bij geld */
a:link.klikt_geld, a:visited.klikt_geld, a:hover.klikt_geld, a:active.klikt_geld {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	background-color:#707072;
	padding: 4px 0 4px 8px;
}		

/* de geklikte parent knop moet zwart blijven bij geld als er op de child is geklikt */
a:link.parent_klikt_geld, a:visited.parent_klikt_geld, a:hover.parent_klikt_geld, a:active.parent_klikt_geld {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	background-color:#000;
	padding: 4px 0 4px 8px;
}		

/* de geklikte knop moet roze blijven bij organisatie */
a:link.klikt_org, a:visited.klikt_org, a:hover.klikt_org, a:active.klikt_org {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	background-color:#FF0080;
	padding: 4px 0 4px 8px;
}		

/* de geklikte parent knop moet grijs blijven bij organisatie als er op de child is geklikt */
a:link.parent_klikt_org, a:visited.parent_klikt_org, a:hover.parent_klikt_org, a:active.parent_klikt_org {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 125px;
	background-color:#707072;
	padding: 4px 0 4px 8px;
}		

#container_org {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	height:684px;
	background-color: #FFFFFF;
}

#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	height:684px;
	background-color: #FF0080;
}
	
	#logo {
		position: absolute;
		left: 95px;
		top: 0px;
		width: 551px;
		height: 95px;
		z-index: 3;
	}
	
	#org_btn {
		position:absolute;
		left: 0px;
		top: 0px;
		width: 95px;
		height: 342px;
		padding: 0;
		margin: 0;
	}
	
	#geld_btn {
		position: absolute;
		left: 0px;
		top: 342px;
		width: 95px;
		height: 342px;
		padding: 0;
		margin: 0;
	}
	
	#artikelkop {
		position: absolute;
		top: 120px;
		left: 285px;
		width: 418px;
		z-index: 11;
		background-color:#FFFFFF;
		padding: 0px 0px 0px 12px;
	}
	
	#cont0 {
		position: relative;
		left: 266px;
		top: 95px;
		width: 513px;
		height: 589px;
		z-index: 1;
		overflow: hidden;
		background-image:url(../img/content_bg.png);
	}
	
		#main0 {
			position: relative;
			width: 513px;
			z-index: 1;
			background-image:url(../img/content_bg.png);
		}
		
		#maincontent {
			position: relative;
			left: 19px;
			top: 36px;
			width: 453px;
			padding: 60px 10px 19px 12px;
			background-color:#FFF;
			z-index: 2;
		}
		
		a span.FBConnectButton_Simple {
			margin-top: -10px;
		}
		
		#fb_knop {
			margin-top: 5px;
			vertical-align: top;
			display: inline-block;
		}
		
		/* dit is voor de kop van het artikel */
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 22px;
			color: #ff0080;
			font-weight:normal;
			margin: 0;
			letter-spacing: -0.05em;
		}
		
		#maincontent .kop {
			font-weight: bold;
		}
		
		#maincontent .header {
			color: #FF0080; 
			font-weight : bold; 
			font-size: 16px; 
			margin-top: 0em; 
			margin-bottom: 0em
		}
	
	#left_nav {
		position: absolute;
		left: 95px;
		top: 95px;
		width: 152px;
		height: auto;
	}
	
	#orgnav {
		position: absolute;
	}
	
	#right_nav {
		position: absolute;
		left: 760px;
		top: 0px;
		width: 190px;
		height: auto;
	}
	
	#right_nav a {
		width: 95px;
	}
	
		#taalknop {
			position:absolute;
			left: 0px;
			top: 0px;
			width: 95px;
			height: 19px;
		}
		
		#alg_knoppen {
			position:absolute;
			left: 95px;
			top: 0px;
			width: 95px;
			height:auto;
			overflow: hidden;
		}
		

#scroll0      { z-index: 2; position: absolute; overflow: hidden; LEFT: 798px;  top: 95px; width: 19px;  height: 589px; }
	#scrollup0    { z-index: 3; position: absolute; overflow: hidden; LEFT: 0px;    top: 247px; width: 19px;  height: 19px; cursor: pointer; }
	#scrollbg0    { z-index: 4; position: absolute; overflow: hidden; LEFT: 1px;    top: 8px;   width: 1px;  height: 288px; }
	#scrollbar0   { z-index: 5; position: absolute; overflow: hidden; LEFT: 1px;    top: 8px;   width: 1px;  height: 1px;}
	#scrolldown0  { z-index: 6; position: absolute; overflow: hidden; LEFT: 0px;    top: 323px; width: 19px;  height: 19px; cursor: pointer; }

#printknop {
	position: absolute;
	left: 285px;
	top: 95px;
	width: 465px;
	height: 15px;
	background-color:#FFFFFF;
	z-index: 10;
	padding: 5px;
}

#printknop a {
	position: absolute;
	left: 435px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0080;
	text-decoration: none;
	font-weight: bold;
}

#terugknop {
	position: absolute;
	left: 693px;
	top: 112px;
	width: 57px;
	height: 9px;
	padding: 5px;
	background-color:#FFFFFF;
	z-index: 11;
	text-align: right;
}

#terugknop a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0080;
	text-decoration: none;
	font-weight: bold;
}

#witstukje {
	display: none;
	position: absolute;
	left: 285px;
	top: 665px;
	width: 475px;
	height: 19px;
	background-color:#FFFFFF;
	z-index: 10;
}

#TB {
	position: absolute;
	top: 145px;
	right: 130px; /* met FB erbij 100 */
}
