/* Standaard elementen */
html,body,td,div,p,th,table,span,form,em {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	line-height: 18px;
	}

html, body {
	width: 100%;
	height: 100%;
	}
body {
	overflow: -moz-scrollbars-vertical;
	}
body.inline {
	background-image:none;
	background: #000;
}
body.inline H1 {
	color: #fff;
	overflow: auto;
	height: 30px;
	float: left;
}
hr {
	height: 0;
	border: none; 
	border-bottom: 1px solid #e32219;
	}

img {
	border: 0;
}
h1 {
	margin: 0 0 5px;
	color: #000;
	font-weight: bold;
	}
h2,h3,h4 {
	font-size: 14px;
	margin:0;
	padding:0;
}
a {
	text-decoration: underline;
	color: #e32219;
	}
a:hover, a.selected, a.selected:hover {
	text-decoration: none;
	color: #000;
	}
ul {
	margin: 5px 0 5px -25px;
	}
	
input, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}