body {
	background: #000000;
	text-align:center;
	font: 8pt Verdana;
}
#box {
	text-align: left;
	width: 914px;
	height: 762px;
	background: #333333;
	margin: 0px auto;
	padding: 1px;
}
#header {
	height: 80px;
	background:#CCCCCC;
	text-align: center;
	font: 48pt Georgia, "Times New Roman", Times, serif;
	color:#333333;
	letter-spacing: 15px;
}
#footer {
	color: #FFFFFF;
	font: 8pt Verdana;
	text-align:center;
	background:#222222;
}
#footer a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#hmenu {
	height:	30px;
	display: block;
	text-align: left;
	color: #CCCCCC;
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
}
#hmenu li {
	list-style: none;
	float: left;
	border-right: 1px solid #999999;
	padding: 6px 6px 0px 6px;
	height: 28px;
}
#hmenu a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#hmenu a:hover{
	text-decoration: underline;
}
#content {
	color: #CCCCCC;
	padding: 6px;
	line-height: 150%;
	height: 662px;
}
#content td{
	font: 8pt Verdana;
	color: #CCCCCC;
}
#content a{
	color: #DDDDDD;
	text-decoration: none;
	border-bottom: 1px dashed #DDDDDD;
}
#content a:hover{
	color: #DDD;
	border-bottom: 1px solid #DDD;
}
#content a.img{
	border: none;
	padding: 2px;
}
#content a.img:hover{
	border: none;
}
#welkom{
	font: 12pt Verdana;
	right: auto;
	width: 500px;
	background-color: #222222;
	float: right;
	padding: 5px;
	margin: 20px;
}
h1{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	font: 20pt Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}

