@charset "UTF-8";
/* CSS Document */

/* Menu width */
#foot_container {
	width: 100%;
	font-family: Verdana;
}

/* Fontsize */
#sitemap a, a.knop {
	font-size: 10px;
}

/* Sitemap button */
.sitemap_knop {
	font-weight: bold;
}

/* 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 {
	background-color: #CCCCCC;
}


/* =================================== */

.tab {
	padding:2px;
	float: right;
  	cursor: pointer;
	text-align: left;
	font-family: Verdana;
}

.slide {
	text-align: left;
	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: 5px 10px 5px -35px;
}

* html #sitemap ul {
	margin-left: 5px;
}

#clear {
	clear: both;
}