html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/*standaard typografie*/
html, body {overflow:hidden;}
body {
	color: black;
	background-color: white;
}
p  {
	margin:0 0 .8em 0;
	text-indent: 0;
}
h1 {
	font: normal normal bold 200% Arial, Helvetica, sans-serif;
	margin: .7em 0 1em 0;
}
h2 {
	font: normal normal bold 160% Arial, Helvetica, sans-serif;
	margin: 1em 0 .2em 0;
}
a {text-decoration: none;}
* {outline: none;}

/*groepen*/
.absolute{position:absolute;}
.relative{position:relative;}
.maxWidth{width:100%;}
.maxHeight{height:100%;}
.noPadding,p,h1,h2{padding:0;}
.noMargin{margin:0;}
.textLinks,p,h1,h2{text-align:left;}
.textRechts{text-align:right;}
.textCenter{text-align:center;}
.fontStijl,body,a{font: normal normal normal 11px/1.2em Tahoma, Arial, Helvetica, sans-serif; color:#fff;}
.geenStreep{text-decoration: none;}
.noClear{clear:none;}
.centerBlock{margin:0 auto;}
.geenOverflow{overflow: hidden;}