*:focus 	{ outline: none; } /* no highlight around active elements */
div	{ /* -moz-box-sizing:border-box;this makes firefox and safari interpret */
	 /* box-sizing:border-box;padding the same way as IE (which is the right way)*/
		
		/*padding:0px;
		margin:0 auto;*/ /* problemen omdat ALLE div's gecentreerd worden*/ 
	}
	
img			{ display:block; }
h1			{ margin:0 0 15px 0; padding:0 0 15px 0; font-size:1.4em; border-bottom:1px solid #ccc; }
p			{ margin:0;	padding:0; }
body		{ background:#0b141d url(http://projecten.elitech.nl/tscs/img/bgbody.gif) repeat-x left top; margin:0px; color:#eee; font:0.95em/1.4em Calibri, Arial, Helvetica, sans-serif; }

div#wrapper { text-align:left; }
div#content	{ position:relative; height:100%; width:986px; text-align:left;	padding:0px; margin:0 auto;	}
div#pageHead{ width:986px; height:121px; border-bottom:2px solid #f78f1e; } /* 984px geeft problemen met oranje border */ 
div#VA 		{ width:984px; height:370px; }
div#sophie	{ float:left; width:274px; height:370px; }
div#QA		{ float:left; width:710px; height:370px; }
div#pageBody{ width:986px; height:100%;	margin:auto; border-left:1px solid #575550;	border-right:1px solid #575550;	}
div#TSCSlogo{ position:relative; width:319px; top:38px; left:18px; float:left; }	

