/* style reset */
body, form, fieldset, div, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

hr {
	background-color: black;
	border: none;
	clear: both;
	height: 1px;
}

ol, ul {
	list-style: none;
}

img, fieldset {
	border: 0;
}

input, select {
	font-size: 100%;
	vertical-align: middle;
}

table { 
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th {
	text-align: left;
}

a:focus {
	overflow: hidden;
}

/* CSS hacks om compatibiliteitsproblemen tussen browsers op te lossen */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* firefox (en andere mozilla-based browsers) wijzigen */
@-moz-document url-prefix() {
	/* toont standaard de scrollbar rechts in firefox */
	body { 
		/*overflow: -moz-scrollbars-vertical; */
	}
}