/* CSS Document */

body {
	margin: 1cm 2cm;
	color: #000;
	background: #FFFFFF;
	font: 11pt Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
	margin-bottom: -5px;
}

h1 {
	font-size: large;
}

h2 {
	font-size: small;
	margin-bottom: -10px;
	margin-top: 20px;
}

h3 {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	margin-bottom: -12px;
}

hr {
	margin-top: 10px;
	border: 0;
	border-bottom: 1px solid #000000;
}

#banner {
display:none	
}

#wijzer {
	display:none
}


#container {
}

#content {
	line-height: 1.2;
}

#navlist {
	display:none
}

#kolom_links {
}
#sidebar { 
	display:none
}

#footer {
	display: none;
}
#naarboven {
	display: none
}


#content a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}

#content li {
	margin-left: -17px;
}


.clear {
	display: none
}


.floatleft {
	float: left;
	margin-right: 20px;
}
.floatright {
	float: right;
	margin: 0px 0 5px 20px;
}

