@charset "utf-8";

* {
	color: black;
}
html, body {
	color: #000;
} 
body {
	font-size: 80%;
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 20px;
} 
#admin_menu, #header, #left_column, #right_column, .admin_comment, .admin_comment2, form, .noprint, .lees_meer {
	display: none;
}
#content {
	display: block;
}
h1, .kop1 {
	font-size: 140%;
}
.kop1 {
	margin: 4px 0;
	font-weight: bold;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

ul, ol {
	margin: 3px 0;
	padding: 0;
}
ul li, ol li {
	margin: 0 0 0 20px;
	padding: 0;
}
* html table {
	display: block;
	font-size: 100%;
}

a { 
	text-decoration: none;
}
	hr {
		background-color: #000000;
		border: 1px solid black;
		color: #000000;
		height: 1px;
		margin: 12px 0 14px 0;
	}
	* html hr
	{
		margin: 7px 0 9px 0;
	}
