/* editor classes that will be used in the style field (pulldown) */
.rechts, .links, .foto, .componentheading, .contentheading, .paragraphheading, .plaatjeMetGekleurdeRand, .bannerMetRand, .tabel_rij_donker , .tabel_rij_middel, .tabel_rij_licht, .tabel_rij_gestippeldeRand, .tabel_cel_kop, .tabel_cel_dikgedrukt {	}

/* Colors */
img.plaatjeMetGekleurdeRand, .bannerMetRand img	{	border-color:#eb182d;	}
#content h1, .componentheading					{	color:#eb182d;	}
#content A										{	color:#eb182d;	}
#content A:hover								{	color:#000000; 	//090112 was: #ff3366 en verwijderd background-color:#ffcccc }
.tabel_cel_kop 									{	background-color:#eb182d; color: #fff;	}
.tabel_rij_donker 								{	background-color:#999999;	}
.tabel_rij_middel, .tabel_cel_dikgedrukt 		{	background-color:#bfbfbf;	}
.tabel_rij_licht 								{	background-color:#e5e5e5;	}



/* main */
H1, H2, H3, P, TD, .componentheading, .contentheading, A, ul, li{
	font-family: Tahoma, Verdana, sans-serif;
}

P, TD, A, ul, li {
	font-size:12px;
	line-height:16px;
}


/* head section */
#header h1	{
	font-weight: bold;
	font-size: 21px;
	margin-top: 11pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 11pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}

#header h2 	{
	font-weight: bold;
	font-size: 21px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 11pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
}	


/* body */

body {
	width:780px;
	
	padding-left:12px;
}
.componentheading {
	font-weight: bold;
	font-size: 20px;
	line-height:28px;
	height:30px;
	width:100%;
	border-bottom:1px solid #999999;
	margin-bottom:3px;
}

.contentheading{
	padding-top:4px;
	line-height:20px;
	font-weight: bold;
	font-size: 17px;
}

 .paragraphheading {
	font-weight: bold;
	font-size: 12px;
}

A {
	font-weight:bold;
	text-decoration:none;
}

A:hover {
	text-decoration:none;
}

.tabel_rij_gestippeldeRand {
	border-style: dotted; 
	border-color: #ccc; 
	border-width: 1px 0px;
}

.tabel_cel_kop {
	font-weight:bold;
	
}

.tabel_cel_dikgedrukt {
	font-weight:bold;
}

img.plaatjeMetGekleurdeRand {
	padding:1px 1px;
	margin:6px 6px;
	border:1px solid #000000;
	
}

.bannerMetRand, a.bannerMetRand:hover {
	text-decoration:none;
	background-color:#FFF !important;
}


.bannerMetRand img {
	padding:1px 1px;
	margin:6px 6px;
	border-width:1px;
	border-style:solid;
}

.persbericht {
 	background: #eeeeee;
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: 20px;
}
.persbericht h1{
 	color: #000000 !important;
	font-size: 13pt !important;
	font-weight: bold !important;
}

.goededoel {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
	}
.goededoel h2 {
	margin: 0 0 10px 0;
	}
.goededoel img {
	border: 1px solid #ccc;
	padding: 1px;
	}

.goededoel img.right {
	float: right;
	margin: 0 0 1em 1em;
	}
.goededoel img.left {
	float: left;
	margin: 0 1em 1em 0;
	}
	
		img.foto, img.photo {
			border: 1px solid #000;
			padding: 1px ; 
			margin: 0 ;
			}
		img.links, img.left {
			float: left;
			margin: 0 1em 1em 0;
			padding: 1px;
			border: 1px solid #000;
			}
		img.rechts, img.right {
			float: right;
			margin: 0 0 1em 1em;
			padding: 1px;
			border: 1px solid #000;
			}
			
