body{
	margin: 2em;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	color: #000;
	background-color: #fff;
}

a{
	color: #000;
	text-decoration: none;
}

img{
	display: none;
}

#logo{
	border-bottom: 1px solid #999;
}

#navigatie{
	display: none;
}

#textbalk{
	display: none;
}

#zijbalk{
	display: none;
}


/* INHOUD */

#inhoud .sticky{
	display: none;
}

#inhoud h3{
	color: #000;
}

#inhoud h4{
	color: #000;
}

#inhoud h5{
	color: #000;
}

#inhoud p{
	line-height: 165%; 
}

#inhoud hr{
	display: none;
}

#inhoud table tr td{
	padding: 0.4em 1em 0.4em 1em;
}

#inhoud table td{
	border: 1px solid black;
}

#inhoud ul{
	font-size: 95%;
}

#inhoud ol{
	font-size: 95%;
}

#inhoud .hoofdletters{
	text-transform: uppercase;
}

#inhoud form{
	display: none;
}

#inhoud .floatR{
	float: right;
}

#inhoud .floatL{
	float: left;
}


/* VOETNOOT */

#voetnoot{
	clear: both;
	color: #000;
	text-align: right;
	padding: 5px;
	font-size: 90%;
	border-top: 1px solid #999;
	margin-top: 2em;
}
