body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: black url('/images/bg_pattern.jpg');
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}


form, ul, dl, dt, dd, li, h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
}

#page {
	background-color: white;
	text-align: left;
	border: none;
	background-color: white;
	margin: 50px auto;
	padding: 0;
	width: 800px;
	height: 623px;
	}

#header {
	background: #b7b7b7 url('/images/bg_header_full.jpg') no-repeat bottom center;
	margin: 0 0 0 0px;
	padding: 0;
	width: 800px;
	height: 138px;
	}
	
#logo {
	position:relative;
	float:right;
	margin: -8px -40px 0 0;
	}
#logo h1 {
	margin:0;
	padding:0;
	font-size:12px;
}	

#zoek {
	position:relative;
	clear:both;
	float:left;
	margin: 26px 0 0 15px;
	height:21px;
	background-color: #b7b7b7;
	}
#zoek input
	{
	float: left;
	}
#zoekvenster {
	border: 1px solid #727272;
	background: #e3e3e3;
	color:#831c18;
	font-family: Arial;
	vertical-align: middle;
	font-size:11px;
	height:17px;
	line-height:17px;
}
	
#menutop {
	position:relative;
	float:right;
	margin: 25px 15px 0 0;
	font-size:9px;
	}		
#menutop a{
	color: #333;
	text-decoration: none;
	}		
#menutop a:hover{
	color: #831c18;
	text-decoration: none;
	}	
#menucontainer {
	background: #dcdcdc url('/images/bg_menu_full.jpg') no-repeat;
	clear: both;
	float:left;
	width: 167px;
	height: 485px;
	}

#mainmenu {
	margin: 10px 0 0 0px;
	padding: 0;
	list-style-type: none;
	}
#mainmenu li a{
	padding: 0 0 0 15px;
	display: block;
	width:152px;
	height:30px;
	line-height:30px;
	text-decoration: none;
	color: #727272;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	letter-spacing: 0.06em;
	}
#mainmenu li a:hover {
	color: #831c18;
	}
#mainmenu li a:active, #mainmenu li a:focus {
	outline:0; /* for browsers that understand */
	}	
#mainmenu .active a {
	color: #831c18;
	text-decoration: none;
	}


	
#contentcontainer {
	background: #eee url('/images/bg_main_8.jpg') no-repeat;
	float:left;
	width: 633px;
	height: 485px;
	}		
#content {
	margin: 10px 0 0 60px;
	width:550px;
	height: 450px;
	overflow:auto;
	color:#666666;
	}

#content table tr td{
	border: none;
	padding:none;
	margin:none;
	vertical-align: top;
	}	
#content ul {
	margin: 5px 0 5px 15px;
}
#content li {
	margin: 2px 0 2px 0;
}
#content sup {
	vertical-align:top;
	color:#831c18;
}
	
h2 {
	text-align: center;
	margin:0;
	padding:0;
	font-size:22px;
	color:#d0d0d0;
	letter-spacing:2px;
	}

h3 {
	margin:0;
	padding:0;
	font-size:16px;
	color:#626262;
	letter-spacing:1px;
	}
	
#footer {
	font-size:9px;
	margin: 13px 0 0 48px;
	color: #cacaca;
	}
#footer a {
	font-size:9px;
	color: #cacaca;
	text-decoration: none;
	}
#footer a:hover{
	color: #831c18;
	}	
	

a {
	color: #831c18;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
