@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
html, body {
	background-color: #000000;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	margin: 0;
}
a:link {
	color: #504a40;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #EFCF52;
}
a:active {
	text-decoration: none;
	color: #666;
}

#navigatie a {
	color: #504a40;
	text-decoration: none;
}

#navigatie a:hover {
	color: #EFCF52;
	text-decoration: none;
}

#subfooter a {
	color: #4e4e4e;
	text-decoration: none;
}

#subfooter a:hover {
	color: #EFCF52;
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
}

#headwrapper {
	width: 764px;
	margin: 0 auto;
}

#navigatie {
	width: 173px;
	height: 164px;
	float: left;
	padding: 18px 0 10px 40px;
	text-align: left;
	line-height: 20px;
	background: url(images/navigatie.jpg);
}

#banner {
	width: 524px;
	height: 192px;
	float: left;
	padding: 0 27px 0 0;
	font-size: 9px;
	text-align: right;
	background: url(images/banner.jpg);
}

#titel {
	clear: both;
	margin: 0 auto;
	width: 699px;
	height: 27px;
	font-size: 22px;
	padding: 0 0 0 65px;
	text-align: left;
	background: url(images/titel.jpg);
}

#contentbg {
	clear: both;
	margin: 0 auto;
	width: 100%;
	background: url(images/contentbg1.gif) repeat-y center;
}

#content {
	clear: both;
	margin: 0 auto;
	width: 659px;
	background: url(images/contentbg2.gif) no-repeat top;
	text-align: left;
	padding: 26px 40px 0 65px;
}

#topfooter {
	clear: both;
	margin: 0 auto;
	width: 764px;
	height: 38px;
	background: url(images/topfooter.gif);
}

#subfooter {
	clear: both;
	width: 764px;
	text-align: center;
	margin: 0 auto 30px auto;
	font-size: 11px;
	color: #4e4e4e;
}
	
	
