html {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	text-align: center;
	background: #232323 url(../data/body_bg.gif) repeat-x;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 927px;
	text-align: left;
	background: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

blockquote {
	margin: 1em;
	padding: 10px;
	background: #ededed;
	font-size: 10px;
	text-transform: uppercase;
}

.normaal {
	margin: 1em;
	padding: 12px;
	background: #ededed;
	font-size: 11px;
	text-transform: none;
}

.light {
	margin: 1em;
	padding: 10px;
	background: #dddddd;
	font-size: 11px;
	text-transform: none;
}

label {
	width: 150px;
	float: left;
}

img {
	border: 0;
}

#hoofd {
	width: 926px;
	height: 200px;
	margin: 0;
	overflow: hidden;
	padding: 1px 0 0 0;
	background: url(../data/head.gif) no-repeat;
}
#hoofd a {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-indent: -99999px;
	margin: 0;
}

h1 {
	height: 38px;
	background: url(../data/bgsubmenu_over.gif) repeat-x;
	font-size: 11px; 
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-indent: 6px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	}
	
h1 a {
	color: #fff;
	text-decoration: none;
	}
	
h3 {
	margin: 0;
	padding: 0;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #9d3000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

a.red:link {
	color: #9d3000;
	text-decoration: none;
}
a.red:visited {
	color: #9d3000;
	text-decoration: none;
}
a.red:hover {
	color: #000;
	text-decoration: none;
}
a.red:active {
	color: #9d3000;
	text-decoration: none;
}

a.wit:link {
	color: #FFF;
	text-decoration: none;
}
a.wit:visited {
	color: #FFF;
	text-decoration: none;
}
a.wit:hover {
	color: #000;
	text-decoration: none;
}
a.wit:active {
	color: #FFF;
	text-decoration: none;
}
	
#content p, #navigatie p {
	margin: 0;
	padding: 0;
}

#content p {
	padding-bottom: 5px;
}
	
#navigatie p {
	margin-left: 5px;
}

/* HET MENU STAAT HIER */

#hoofdmenu, .submenu {
	width: 925px;
	height: 38px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../data/bgmenu.gif) repeat-x;
	border: 1px solid #fff;
	border-top: 0;

}
#hoofdmenu li, .submenu li {
	display: block;
	float: left;
	width: auto;
	height: 38px;

}
#hoofdmenu li a, .submenu li a {
	display: block;
	width: auto;
	padding: 0 10px;
	margin: 0;
	height: 38px;
	font-size: 12px;
	color: #f6a704;
	text-decoration: none;
	line-height: 39px;
	vertical-align: middle;
}
#hoofdmenu li a:hover {
	background: url(../data/bgmenu_over.gif) repeat-x;
}
* html #hoofdmenu li a, * html .submenu li a { width: 1px; }

.submenu {
	display: none;
	border-bottom: 0;
	background: url(../data/bgsubmenu.gif) repeat-x;
}
#sub_leeg {
	display: block;
}
.submenu li {
	height: 25px;
}
.submenu li a {
	height: 25px;
	color: #fff;
	text-decoration: none;
	white-space: pre;
	line-height: 25px;
	font-size: 10px;
}
.submenu li a:hover {
	background: url(../data/bgsubmenu_over.gif) repeat-x;
	text-decoration:  none;
}

/* DAT WAS HET MENU */

#navigatie {
	width: 250px;
	float: left;
	margin-left: 1px;
	line-height: 17px;
	}
	
#content {
	width: 670px;
	float: left;
	margin-left: 5px;
	}
	
#footer {
	clear: both;
	}
