@charset "UTF-8";
/* CSS Document */

/* CSS Document */
#foot_container {
	width: 100%;
}

.tab {
	color: #000000;
	padding:2px;
	float: right;
  	cursor: pointer;
	text-align: left;
}

.slide {
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
	font-size: 9px;
}

#sitemap A:link, #sitemap A:visited, #sitemap A:active {
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}

#sitemap A:hover {
	text-decoration: underline;
	color: #666666;
	font-size: 10px;
}

a.knop:link, a.knop:visited, a.knop:active {	
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

a.knop:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}

#sitemap ul {
	list-style-type: none; 
	list-style: none;
	float: left; 
	display: block;
	margin: 5px 10px 5px -40px;
}

* html #sitemap ul {
	margin-left: 0px;
}

#sitemap .sitemap_knop {
	font-weight: bold;
}

#clear {
	clear: both;
}

