/*------------------------------------------------------------------
	[Reset Stylesheet]
	
	Project:		Rollebol Kindercentra
	Version:		1.0
	Last change:	09/04/09
	Assigned to:	Rudy de Jong
    Company:		WIS Services BV http://www.wis.nl/
	Primary use:	Web
-------------------------------------------------------------------*/


	/*------------------------------------------------------------------
		[1. Reset styles]
	*/
	
	* {   
    	padding: 0;   
    	margin: 0;
	    font-style: normal;
	}   
	
		html,
		body {
			height: 100%;
		}
  
			table {   
				
			}   
	  
			ul {
				list-style:none;
			}
