@charset "UTF-8";
/* CSS Document */

/* Menu width */
#foot_container {
	width: 100%;
}

#footer2 {
 	clear:both;
 	width:900px;
 	padding:5px 10px;
 	background:#fff;
}

/* Fontsize */
#sitemap a, a.knop {
	font-size: 10px;
}

/* Sitemap button */
.sitemap_knop a:link {
	font-weight: bold;
	color: #000000;
}

/* Fontcolor */
.tab, .slide, #sitemap A:link, #sitemap A:visited, #sitemap A:active, a.knop:link, a.knop:visited, a.knop:active {
	color: #666666;
}

/* Border style */
.slide {
	border-bottom: 1px dashed #666666;
	background-color: #FFFFFF;
}

/* =================================== */

.tab {
	padding:2px;
	float: left;
  	cursor: pointer;
	text-align: left;
}

.slide {
	text-align: left;
	top:20px;
	left:0px;
}

#sitemap A:link, #sitemap A:visited, #sitemap A:active {
	text-decoration: none;
}

#sitemap A:hover {
	text-decoration: underline;
}

a.knop:link, a.knop:visited, a.knop:active {	
	text-decoration: none;
}

a.knop:hover {
	text-decoration: underline;
}

#sitemap ul {
	list-style-type: none; 
	list-style: none;
	float: left; 
	display: block;
	margin: 0px 10px 5px 0px;
}

* html #sitemap ul {
	margin-left: 5px;
}

#clear {
	clear: both;
}

#sitemap ul li {
	display: block;
	float: left;
	width: 220px;
} 