@charset "utf-8";
/* CSS Document */

/* Footer */

div#footer {
	background:white none repeat scroll 0 0;
	clear:both;
	height:100px;
	padding-top:10px;
	position:relative;
	width:940px;
	z-index:10;
}
div#footer a {
	color:#333333;
	text-decoration:none;
}
div#footer a:hover {
	color:#333333;
	text-decoration:underline;
}
div#footer_links {
	background-image:url(../../img/footer_bar_tile_2.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	clear:both;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	height:20px;
	margin-bottom:5px;
	position:relative;
	width:100%;
}

div#footer li {
	float:right;
	width:auto;
	margin-left: 0px;
}

div#footer li a {
	border-bottom: none;
	border-left:1px solid #999999;
	color:#333333;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

div#footer li a:hover {
	color:#999999;
	text-decoration:underline;
}

/* Einde Footer */
