/*#######################################################*/
/*                     reset HTML-elementen              */
/*#######################################################*/
html,
body,
img,
a,
div,
span,
hr,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
table,
tr,
th,
td,
form,
fieldset,
label,
input,
object,
embed,
param,
script,
noscript
	{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
a,
a img,
a:hover img
	{
	text-decoration: none;
	}
	
a:hover
	{
	cursor: pointer;
	}	

a:focus
	{
	outline: none;
	-moz-outline-style: none;
	}



/*#######################################################*/
/*                     css via tinymce                   */
/*#######################################################*/
.plaatje-links
	{
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	}

.plaatje-rechts
	{
	display: block;
	float: right;
	clear: left;
	margin: 5px 0 5px 10px;
	}

.plaatje-midden
	{
	display: block;
	text-align: center;
	margin: 10px auto;
	clear: both;
	}
	

	
/*#######################################################*/
/*                     floats                            */
/*#######################################################*/
.lfloat
	{
	float: left;
	}		
	
.rfloat
	{
	float: right;
	}
	
.lclear
	{
	clear: left;
	}		
	
.rclear
	{
	clear: right;
	}	

.clear
	{
	margin: 0 0 -1px 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	}


/*#######################################################*/
/*                     basis                             */
/*#######################################################*/	
body
	{
	padding: 0 0 25px 0;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	}