@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: normal;
}

.knop {
	border-top: #831417 1px dashed;
	border-right: #fff 2px solid;
	
}
/* Fontcolor */
.tab, .slide, #sitemap A:link, #sitemap A:visited, #sitemap A:active, a.knop:link, a.knop:visited, a.knop:active {
	color: #ababab;
}

/* Border style */
.slide {
	border-left: #831417 1px dashed;
}


/* =================================== */

.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;
}

.linkitem {
	display: block;
	width: 140px;
	float: left;
	margin-left: 5px;
}