/* CSS Document */
div#placeholderstickie {
	position:relative;
	z-index:100;
}
div#stickie {
	position: absolute;
	left: 650px;
	top: -150px;
	height:1px;
	width:1px;
	overflow: visible;	
}

#sorter_button {
	position: absolute;
	margin: -50px 0px 0px 380px;
}
#sorter_button_pigs {
	position: absolute;
	margin: -50px 0px 0px 747px;
}
#sorter_button img, #sorter_button_pigs img {
	border: none;
}

#footer{ height: 64px; width: 100%; background: url("../images/footer-bg.jpg") top left repeat-x; margin-top:20px; }

#footer-inner {
	background: url("../images/nedap-logo.png") no-repeat top left;
	height: 64px; width: 960px;
	
	margin: 0 auto; padding: 20px 0 10px 0px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height: 24px;
	margin:0px auto;
	text-align: right;
}

#footer a:link , #footer a:visited{
		color:#666;
	}

#footer a:hover {
	color:#002d52;
	}
