/* Reset all styles so we have common ground for IE and FF! */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* Nu onze spullen: */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button, select, option {
	font-family: Verdana,Geneva,Arial,sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #747499;
	margin:0;
}

body {
	-x-system-font:none;
	margin:0;
	padding:0;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	font-family: Georgia,Times,serif;
}

strong {
	font-weight: bold;
	color: #CF1100;
}

a {
	color: #CF1100;
	cursor: pointer;
	font-style: none;
	text-decoration: none;
}

span {
	cursor: pointer;
}

p {
	padding-bottom: 10px;	
}

li {
	cursor: pointer;
}

/* form fields */
input {
	position: static;
	margin-left: 3px;
	padding: 2px;
	background-color: #fff6cd;
	border: 1px solid grey;none;
	width: 200px;
	height: 18px;
	overflow-y: hidden;
}

input.normal {
	color: #fff6cd;
	width: auto;
	border: none;
}



