@charset "UTF-8";
/* CSS Document */

/* Menu width */
#foot_container {
	width: 100%;
	background: #FFFFFF;
}

/* Fontsize 
#sitemap a, a.knop {
	font-size: 10px;
}*/

/* Sitemap button */
.sitemap_knop a:link {
	font-weight: normal;
	color: #666;
}

/* Fontcolor */
.tab, .slide, #sitemap A:link, #sitemap A:visited, #sitemap A:active, a.knop:link, a.knop:visited, a.knop:active {
	color: #000000;
}

/* Border style */
.slide {
/*	border-bottom: 1px dotted #666666; */
/*	border-bottom: 1px dashed #000000; */
}

/* =================================== */

.tab {
	padding:2px;
	float: right;
  	cursor: pointer;
	text-align: left;
}

.slide {
	text-align: center;
	top:20px;
	left:0px;
	/*margin-left: 5px;*/
	background-color:#FFFFFF;
}

#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 .linkitem {
	float: left;
	display: block;
	width: 200px;
}

#clear {
	clear: both;
}