/* CSS Document */

/* - - - - - FOOTER */

#footer * {
	font-size: 11px;
	color: #808080;
}

#footer {
	width: 980px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clip: rect(auto,auto,0px,auto);
	padding-top: 10px;
}

#push {
	/* nodig voor STICKEY FOOTER */
	height: 220px;
	/* #push must be the same height as #footer */
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#footer #wrapper {
	margin-left: 20px;
	margin-right: 20px;
	height: 199px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	position: relative;
}

#footer #wrapper a { }
#footer #wrapper a:link { text-decoration: none; color: #808080; }
#footer #wrapper a:visited { text-decoration: none; color: #808080;
}
#footer #wrapper a:hover { text-decoration: none; color: #FF9000; }

#footer #left {
	position: absolute;
	bottom: 0px;
	height: 30px;
	left: 0px;
	top: auto;
	right: auto;
	color: #A6A6A6;
}

#footer #left a:link { text-decoration: none; color: #A6A6A6; }
#footer #left a:visited { text-decoration: none; color: #A6A6A6; }
#footer #left a:hover { text-decoration: none; color: #FF9000; }

#footer #right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 30px;
	left: auto;
	top: auto;
	color: #A6A6A6;
}

#footer #right a:link { text-decoration: none; color: #A6A6A6; }
#footer #right a:visited { text-decoration: none; color: #A6A6A6; }
#footer #right a:hover { text-decoration: none; color: #FF9000; }


/* - - - - - COLUMNS */
#footer #wrapper #column {
	width: 170px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}

#footer #wrapper #column strong {
	line-height: 20px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

#footer #wrapper #column a {
	font-size: 12px;
	line-height: 20px;
}
#footer #wrapper #column a:hover { color: #000000; }
