body {
	margin: 0px;
	overflow: scroll;
	}
.tekst, formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #526A98;
}
.tekstwit {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.titel {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.titelrood {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #952C26;
}

.infokop {
background: #848eb5;
color: white;
font-size: 14px;
font-weight: bold;
font-family: Verdana, Helvetica, sans-serif;
}

.infocontent {
height: auto;
padding: 0 4px 4px 4px;

}

#Layer2  {
position: relative;
left: 0;
top: 0;
background: url(pics/basis_r2_c2.jpg) no-repeat;
margin: 0;
padding-left: 20px;
padding-top: 30px;
padding-right: 22px;
height: 462px;
}

#Layer2 table {
font-size: 12px;
font-weight: normal;
font-family: Verdana, Helvetica, sans-serif;
}

#Layer3 {
position:absolute;
width:211px;
height:274px;
z-index:1;
left: 0px;
top: 224px;
}

	/*
			Vertical Accordions
	*/
		
#container {
	margin: 0;
	padding: 0;
}
.accordion_nontoggle {
		   
			display: block;
			height: 32px;
			width: 211px;
			background: #848eb5;
			padding: 7px 20px 0px 10px;
			line-height: 30px;
			color: #ffffff;
			font: bold 12px Verdana;
			text-transform: uppercase;
			text-decoration: none;
			outline: none;
			text-align: right;
			color: #ffffff;
			border-bottom: 1px solid #ffffff;
			border-top: 1px solid #ffffff;
			cursor: pointer;
			margin: 0;
}

/* link in accordion_non_toggle */
.accordion_nontoggle a {
				color: #ffffff;
				text-decoration: none;
}
		/*
		.accordion_nontoggle a:hover {
				color: #8c3031;
				text-decoration: none;
		}
		*/
.accordion_toggle {
			display: block;
			height: 32px;
			width: 180px; /* hacks for IE */
			#width: 211px;
			background: #848eb5;
			padding: 7px 20px 0px 10px;
			line-height: 30px;
			color: #ffffff;
			font: bold 12px Verdana;
			text-transform: uppercase;
			text-decoration: none;
			outline: none;
			text-align: right;
			color: #ffffff;
			border-bottom: 1px solid #ffffff;
			border-top: 1px solid #ffffff;
			cursor: pointer;
			margin: 0;
}
		/* actief hoofdmenu */
.accordion_toggle_active {
			background: #526994;
			color: #ffffff;
			border-bottom: 1px solid #ffffff;
}
.accordion_nontoggle_active {
			background: #526994;
			color: #ffffff;
			border-bottom: 1px solid #ffffff;
}
		
		
/* breedte en stijlen uitklapgedeelte */
.accordion_content {
			background-color: #dcdfe4;
			font-family: Arial;
			text-align: right;
			color: #ffffff;
			width: 191px; /* hacks for IE */
			#width: 211px;
			padding: 4px 20px 0 0;
			overflow: hidden;
			
}
/* h2 in uitklapgedeelte */
.accordion_content h2 {
			    margin: 3px 5px 3px 5px;
				
				color: #848eb5;
				font-size: 11px;
				
}
.accordion_content h2 a {
			    text-transform: uppercase;
				color: #526994;
				text-decoration: none;
}
.accordion_content h2 a:hover {
			   
				color: #848eb5;
				text-decoration: none;
}
/* p in uitklapgedeelte */
.accordion_content p {
				line-height: 100%;
				padding: 1px 10px 15px 10px;
}
