/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
OBJECT: HTML5 Reset & browser bug correction
Dit deel bevat, naast standaard css resets, ook css declaraties die browser bugs in IE7/8 oplossen
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*base*/
	*{ margin:0;} html{font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; /* 3 */}body {margin:0; padding:0;}ul, ol{ list-style:none;}img {border: 0; -ms-interpolation-mode: bicubic;}hr, legend{display:none; }
	
	/*layout*/
	article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display: block;}audio,canvas,video{display: inline-block;*display: inline;*zoom: 1;}audio:not([controls]) {display: none;}table {border-collapse: collapse; border-spacing: 0;}fieldset{border:0px; display:block;}
	
	/*type*/
	a{outline:none; text-decoration:none; }pre{white-space: pre;white-space: pre-wrap;word-wrap: break-word;}button,input,select,textarea {font-size: 100%;  margin: 0; vertical-align: baseline; *vertical-align: middle;}button,input {line-height: normal; }button,input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;  -webkit-appearance: button;*overflow: visible;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box; padding: 0; }input[type="search"]{-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}textarea {overflow: auto; vertical-align: top; }
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------
OBJECT: fonts & text
Instellingen voor content van toepassing over de volledige site. We leggen een basis vast waarna alle onderliggende html tags erven van dit gedeelte
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

	/*font*/
	body{font-size:11px; color:white;  font-family:Arial, sans-serif; }
	a:focus{}
	
	/*@font-face*/
	@font-face {font-family: 'Consolas'; src: url('../fonts/Consolas.eot'); src: local('☺'), url('../fonts/Consolas.woff') format('woff'), url('../fonts/Consolas.ttf') format('truetype'), url('../fonts/Consolas.svg#webfontwziKDzLz') format('svg'); font-weight:normal; font-style:normal;}
	@font-face {font-family: 'Consolas-Bold'; src: url('../fonts/Consolas-Bold.eot'); src: local('☺'), url('../fonts/Consolas-Bold.woff') format('woff'), url('../fonts/Consolas-Bold.ttf') format('truetype'), url('../fonts/Consolas-Bold.svg#webfontwziKDzLz') format('svg'); font-weight:normal; font-style:normal;}
	
	/*main color (black)*/
	p, li, a, strong, h1, h2, h3, h4, h5, h6, div{color:inherit; }
	
	/*headings*/
	h1, h2, h3, h4, h5, h6{font-weight:normal; font-size:100%;}
	h1{font-weight:bold; font-size:127.3%; padding:0px 0px 10px 0px; }
	h1.big{text-transform:uppercase; font-size:24px;}
	h2{font-size:218.2%; font-family: 'Consolas-Bold'; }
	h2.big{font-size:18px; text-transform:uppercase; }
	h3{}
	h4{}
	h5{}
	h6{}
	
	/*lineheights*/
	p{}
	
	/*alignment*/
	.textright{text-align:right; }
	.textleft{text-align:left; }
	.textcenter{text-align:center; }
	.floatleft{float:left; padding:0px 10px 0px 0px; }
	.floatright{float:right; padding:0px 0px 0px 10px; }
	
	/*other*/
	.outline{outline:1px solid black;}
	.clear{clear:both;}
	.link1{color:black; }
	




     