@charset "utf-8";

/*	PROJECTNAAM STYLES
	Author:	Stephan van Opstal, Netvlies
	----------------------------------------------------*/

/*	Table of contents
	=GENERIC
	=FIXES
	=BODY
	=HEADER
	=NO
 	----------------------------------------------------*/

/*	=GENERIC
	----------------------------------------------------*/
	* { padding: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: black; border: none; outline: 0; }
	img { border: 0; }
	a { outline: 0; }
	
/*	=FIXES
	----------------------------------------------------*/
	.clr { overflow: hidden; height: 100%; }
	
/*	=BODY
	----------------------------------------------------*/
	html,body { overflow: hidden; }
	body, html, table, tr, td, #container { width: 100%; height: 100%; }
	body { background: #ffffff; }
	table, tr, td { border-collapse: collapse; border-spacing: 0; border: 0;  text-align: center; vertical-align: middle; }
	body.noflash { background: #ffc80b; }
	
	
/*	=HEADER
	----------------------------------------------------*/
	#header { height: 66px; background: url(/img/header_bg.gif) repeat-x; }
	#header ul { text-align: center; padding: 20px 0 0 0; }
	#header ul li { display: inline; font-size: 16px; color: #000; font-weight: bold; }
	#header ul li a { color: #000; text-decoration: none; }
	#header ul li a:hover { text-decoration: underline; }
	
/*	=NO
	----------------------------------------------------*/
	
	#no { width: 400px; margin: 25px auto 0 auto; text-align: center; }
	#no h2 { font-size: 18px; }
  	#no p { font-size: 16px; font-weight: bold; }
	#no p a { font-size: 16px; color: #000; }
	
	#phantomlinks,#phantomlinks * { position: absolute; top: -1000px; left: -1000px; display: none; font-size: 0; line-height: 0; height: 0; }
	
