@charset "UTF-8";
/* CSS Document */

/* CSS Document */
#foot_container {
	width: 100%;
	margin: 0px;
	left: 0px;
	margin-top: 2px;
}

#clear {
	clear: both;
}

#sitemap {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
}

.slide {
	color: #FFFFFF;
	background-color: #BFD2FF;	
	border-top: 1px solid #0069af;
	border-bottom: 1px solid #0069af;
	text-align: left;
}

.tab {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	padding: 5px;
	font-size: 10px;
	float: right;
	text-decoration: none;
  	cursor: pointer;
	text-align: left;
}
a.knop:link, a.knop:visited, a.knop:active {	
	color: #333333;
	font-size: 10px;
	border: none;
	text-decoration: none;
}

a.knop:hover {
	color: #000000;
	text-decoration: underline;
}

#sitemap ul {
	list-style-type: none; 
	float: left; 
	width: 200px; 
	margin: 5px;
	display: block;
}

#sitemap ul li {
	list-style: none;
	list-style-type: none;
	display: block;
}

#sitemap .titel {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

#sitemap A:link {
	text-decoration: none;
	color: #333333;
}

#sitemap A:visited {
	text-decoration: none;
	color: #333333;
}

#sitemap A:active {
	text-decoration: none;
	color: #333333;
}

#sitemap A:hover {
	text-decoration: underline;
	color: #999999;
}
