body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height: 18px;
	background:url(images/bg.jpg) repeat-x;
	background-color:#f1f1f1;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.credits a {
	color: #666666;
	text-decoration:none;
}

.credits a:hover {
	color: #999999;
	text-decoration:none;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003366;
	background-color: #E8E8E8;
	text-indent: 5pt;
	border: 1px solid #006699;
	list-style-position: inside;
	list-style-type: disc;
	cursor: auto;
	vertical-align: top;

}



/* Menu */

#menu ul {
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	float: inherit;
	width: 198px;
}
#menu ul li a {
	display: block;
	font-size: 13px;
	padding: 2px 25px;
	margin-top: 2px;
	color: #FFFFFF;
	background: url(images/pijl_zwart.gif) no-repeat;
	background-color:#919191;
	height: 20px;
}
#menu ul li a:hover {
	display: block;
	font-size: 13px;
	padding: 2px 25px;
	margin-top: 2px;
	color: #000000;
	background: url(images/pijl_over.gif) no-repeat;
	background-color: #e0ffd1;
	height: 20px;
}
#menu ul li a:active {
	display: block;
	font-size: 13px;
	padding: 2px 25px;
	margin-top: 2px;
	color:#000000;
	background: url(images/pijl_geel.gif) no-repeat;
	background-color: #FFFFFF;
	height: 20px;
}
#menu ul li ul li a {
	display: block;
	font-size: 12px;
	padding: 2px 35px;
	margin-top: 2px;
	color: #000000;
	background: url(images/pijl_sub.gif) no-repeat;
	background-color:#d1d1d1;
	height: 20px;
}
#menu ul li ul li a:hover {
	display: block;
	font-size: 12px;
	padding: 2px 35px;
	margin-top: 2px;
	color: #000000;
	background: url(images/pijl_sub_over.gif) no-repeat;
	background-color: #e0ffd1;
	height: 20px;
}
#menu ul li ul li a:active {
	display: block;
	font-size: 12px;
	padding: 2px 35px;
	margin-top: 2px;
	color:#000000;
	background: url(images/pijl_geel.gif) no-repeat;
	background-color: #FFFFFF;
	height: 20px;
}
#menu ul a {		
	text-decoration: none;
	color: #FFFFFF;
}

.link_1 {
	text-decoration:none;
	color: #333333;
}
.link_1:hover {
	text-decoration:none;
	color: #999999;
}
.footer {
	color: #333333;
	font-size: 10px;
	text-decoration:none;
}
.footer:hover {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
.home h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	}