* {
	font-family:helvetica,arial;
}

html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
}

a {
	color:#d00;
	text-decoration:none;
}


body,
.content {
	font-size:11px;
	line-height:140%;
	color:#000;
}

.title,h1 {
	font-size:15px;
	font-weight:bold;
	color:#696969;
/* 	text-transform:lowercase; */
	margin-top:10px;
}

.onderschrift {
	text-transform:italic;
	font-size:11px;
	line-height:140%;
	color:#333;
}

/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p {
	margin:0px;
	padding:0px;
}

ol,ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

/* clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}

