/* CSS Document */

/* v1.0 | 20080212 */

/* 
	###################################################### 
	#					Start Reset						 #
	######################################################

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
	###################################################### 
	#					End Reset						 #
	######################################################

*/

body.mceContentBody {
   background-color:#FFF;
}

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content{
	background-color:#FFF;
	font-size:12px;
	color:#000099;
}

h1{
	margin-bottom:15px;
	font-size: 1.6em;
	font-weight:normal;
	color:#00A5E4;
}

h2{
	font-size: 15px;
	font-weight:normal;
	color:#00a5e4;
margin-bottom:2px;
}

h3{
	font-size: 1.2em;
	font-weight:normal;
}

p, address{
	margin-bottom:1em;
	color:#384242;
	line-height:20px;
	font-style:normal;
}

a{
	color:#384242;
}

h2 a{
	color:#00a5e4;
}

strong{
	color:#384242;
}

ul{
	list-style:disc inside ;
	margin-bottom:1em;

}

ol{
	list-style:inside decimal;
	margin-bottom:1em;
}

li{
color:#384242;
line-height:20px;
}

/* Losse content opmaak classes */

.afbeelding-uitlijnen-links{
	float:left;
	margin-right:5px;
	margin-bottom:2px;
}

.afbeelding-uitlijnen-rechts{
	float:right;
	margin-left:5px;
	margin-bottom:2px;
}

.underline-less-link{
	text-decoration:none; 
	color: inherit;
}
