/* ======================================
	xAce edit styles
	Trilobiet 2007
	
	Styles to appear in TinyMCE's
	styles dropdown
====================================== */

.huge {
	font-size:3em;
}

.large {
	font-size:2em;
}

.small {
	font-size:.5em;
}

.image_block {
	display:block;
	clear:both;
	margin:10px 0;
} 

.image_left {
	float:left;
	margin: 0 10px 10px 0;
}

.image_right {
	float:right;
	margin: 0 0 10px 10px;
}

/* a table */
.bestuur {
	table-layout:fixed;
	border-collapse:collapse;
	font-size:1em;
}

.bestuur td, .bestuur th {
	padding:2px 5px;
	text-align:center;
	vertical-align:top;
}

.bestuur th {
	background:#E8E8E8;
}

.external {
	background:url(../img_struct/external.png) no-repeat right;
	padding-right:12px;
}

/* Tiny MCE's content editor area */
HTML>BODY.mceContentBody {
	background:white;
	width:435px;
}

h1 {font-size:1.5em;line-height:1.2em}
h2 {font-size:1.25em;}
h3 {font-size:1.2em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}
h6 {font-size:.9em; color:#666; font-style:italic}

blockquote {
	padding:0 10px;
	border:solid 1px #ddd;
	background:#eee;
	margin:0 0 .5em 0;
}


