@charset "utf-8";
/* CSS Document */

/* compatibility CSS 
not all classes used by the standard templates of joomla are defined in the main template css.

this stylesheet contains css definitions to make the default modules of joomla look acceptable
and more or less according to design.

note that for exact design compliance, the modules and components will have to be programmatically
adjusted!

*/

	#midSection .moduletable {
		/* moduletable divs worden automatisch om modules heengeplaatst. geef deze in
		het middelste gedeelte een padding - in de header is dit een lege wrapper */
		padding-bottom: 10px;
	}
	
	table.contentpaneopen,
	table.blog {
		margin: 0;
		padding: 0;	
	}

	

