#menu {
	background-color: #D20C30;
	font-family: tahoma;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border-top: Solid 1px #FFFFFF;
	border-bottom: Solid 1px #003366;
	letter-spacing: 2px;
}
#header {
	background-color: #ededed;
}

#footer {
	font-family: verdana;
	color: Gray;
	font-size: xx-small;
	text-align: center;
	padding-bottom: 20px;
}

#dhtmltooltip{
	position: absolute;
	width: 250px;
	border: 1px solid Gray;
	padding: 10px;
	background-color: white;
	font-family:verdana;
	font-size:xx-small;
	color:#000000;
	visibility: hidden;
	z-index: 100;
	}

#content {
	font-family: arial;
	font-size: x-small;
	line-height: 22px;
	text-align: justify;
}

.content {
	font-family: arial;
	font-size: x-small;
	line-height: 22px;
	text-align: justify;
}

.inhoud {
	font-family: arial;
	font-size: x-small;
	line-height: 22px;
}

.footer_link {
	text-decoration: underline;
	color: Gray;
}

.footer_link:link {
	text-decoration: underline;
	color: Gray;
}

.footer_link:active {
	text-decoration: underline;
	color: Gray;
}

.footer_link:visited {
	text-decoration: underline;
	color: Gray;
}

.footer_link:hover {
	text-decoration: underline;
	color: Gray;
}

body {
	background: url('images/bg_grijs.jpg');
	background-color: #EDEDED;
	background-repeat:repeat-x;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}

.menu_link {
	text-decoration: none;
	color: #FFFFFF;
}

.menu_link:link {
	text-decoration: none;
	color: #FFFFFF;
}

.menu_link:active {
	text-decoration: none;
	color: #FFFFFF;
}

.menu_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.menu_link:hover {
	text-decoration: none;
	color: #C6C6C6;
}

.knop {
	border: Solid 1px #E6E6E6;
	background-color: #D20C30;
	font-family: tahoma;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

a:link {
	color: #D20C30;
	text-decoration: underline;
}

a:active {
	color: #D20C30;
	text-decoration: underline;
}

a:visited {
	color: #D20C30;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.algemeen_link:link {
	color: #D20C30;
	text-decoration: underline;
}

.algemeen_link:active {
	color: #D20C30;
	text-decoration: underline;
}

.algemeen_link:visited {
	color: #D20C30;
	text-decoration: underline;
}

.algemeen_link:hover {
	color: #000000;
	text-decoration: underline;
}