/*#######################################################*/
/*                     HTML-elementen                    */
/*#######################################################*/
html,
body,
img,
a,
div,
span,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
table,
tr,
th,
td,
form,
fieldset,
label,
object,
embed,
param,
script,
noscript
	{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body
	{
	margin: 0 0 20px 0;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	}

a,
a:hover,
a:active,
a:focus
	{
	outline: none;
	text-decoration: none;
	}

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

	
/*#######################################################*/
/*                     floats                            */
/*#######################################################*/
.lfloat
	{
	float: left;
	}
	
.rfloat
	{
	float: right;
	}
	
.clear
	{
	margin: 0 0 -1px 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	}

	
	
/*#######################################################*/
/*                     show/hide                         */
/*#######################################################*/	
.show
	{
	display: block;
	visibility: visible;
	}

.hide
	{
	display: none;
	visibility: hidden;
	}
	

/*#######################################################*/
/*                     banner                            */
/*#######################################################*/		
#banner
	{
	float: right;
	margin: 2px 4px 0 0; 
	}


/*#######################################################*/
/*                     lijsten                           */
/*#######################################################*/			
#kol2 ul,
#kol2 ol
	{
	list-style-type: disc;
	padding: 0 0 0 15px;
	}