#footer
	{
	float: left;
	clear: left;
	width: 880px;
	width: 660px;
	height: 20px;
	background: #493E99;
	font-size: 11px;
	color: #E6E4F1;
	}
	
#footer ul
	{
	list-style-type: none;
	margin: 0 0 0 236px;
	}
	
#footer ul li
	{
	float: left;
	display: inline; 
	}
	
#footer ul li a
	{
	display: block;
	padding: 0 5px;
	line-height: 20px;
	color: #E6E4F1;
	text-decoration: underline;
	}
	
#footer ul li a:hover
	{
	color: #fff;
	text-decoration: none;
	}

#footer ul li a.printer
	{
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: -9000px;
	background: url(../beeld/printer2_bg.gif) 0 0 no-repeat;
	}
	
#footer ul li a.printer:hover
	{
	background-position: 0 -20px;
	}