#Div_centercontent_main_left{
float:left;
width:653px;
}

/* De 2 onderste items overschrijven de reset.css instellingen en zorgen ervoor dat de list items correct getoond worden 
zoals ze in de fck ingegeven zijn*/
#Div_centercontent_main_left ul{
margin: 0px 0px 0px 25px;
list-style:disc;
}
#Div_centercontent_main_left ol{
margin: 0px 0px 0px 25px;
list-style:decimal;

}

/* Onderstaand item overschrijft reset.css en aligneerd de content die via fck in een tabel geplaatst wordt bovenaan*/
#Div_centercontent_main_left table,td,th{
vertical-align:top;
}


#Div_centercontent_main_left_maintitel{
float:left;
}

#Div_centercontent_main_left_maintitel_item{
background-image: url(/web/images/content/centercontent_yellowbackground_top.jpg);
background-repeat:repeat-x;
float:left;
height:23px;
}


#Div_centercontent_main_left_maintitel_item_titel{
	margin-top:2px;	
	_margin-top:1px;
	font-size:14px;
	float:left;
}

#Div_centercontent_main_left_maintitel_lefticon{
float:left;

background-image: url(/web/images/content/centercontent_yellowcurveleft.jpg);
background-repeat:repeat;
height:23px;
width:9px;

}

#Div_centercontent_main_left_maintitel_rightticon{
float:left;

background-image: url(/web/images/content/centercontent_yellowarrow.jpg);
background-repeat:repeat;
height:23px;
width:28px;

}

#Div_centercontent_main_left_subtitel{
clear:both;
background-image: url(/web/images/content/centercontent_yellowlargebackground.jpg);
background-repeat:no-repeat;
width:643px;
height:24px;
padding-left:10px;
padding-top:2px;
margin-left:-1px;
}

#Div_centercontent_main_left_subtitel_printversion{
	float:right;
	margin-right:30px;
	_margin-right:15px;
	margin-top:-17px;
}

/*#Div_centercontent_main_left_itemtitel{
clear:both;
margin-left:10px;
_margin-left:5px;
margin-top:10px;
margin-bottom:20px;
_margin-bottom:10px;
}*/

#Div_centercontent_main_left_content{
clear:both;

}

		.vertical_accordion_toggle {
			display: block;
			height: 24px;
			width: 652px;
			background: url(/web/images/content/javascript_toggle_background.jpg);
			background-repeat:no-repeat;
			
			
			/*line-height: 30px;*/
			
			font-weight: normal;
			text-decoration: none;
			outline: none;
			
			
			
			cursor: pointer;
		
			margin-top:10px;
			margin-bottom:20px;
			_margin-bottom:10px;
		}
		
		.vertical_accordion_toggle_active {
			background: url(/web/images/content/javascript_toggle_active_background.jpg);
			background-repeat:no-repeat;
			height: 24px;
			width: 652px;
			font-weight:bold;
			
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			overflow: hidden;
			margin-left:10px;
			_margin-left:5px;
		
		}

		.vertical_accordion_toggle_titel{
		margin-left:10px;
		margin-top:2px;
		_margin-left:5px;
		float:left;
		}
		
		.vertical_accordion_toggle_item{
		float:right;
		margin-right:35px;
		margin-top:2px;
		}
		


