body {
	background-color: #fdcb3f;
	text-align: center;
	
	font-family: arial;
	font-size: 14px;
	/*color: #996600;*/
	color: #000;
	margin:0;
	padding:0;
}


#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	
	background-image: url('../images/contentHolderBack.jpg');
	background-repeat: repeat-y;
}

#header {
	width: 950px;
	height: 194px;
	background-image: url('../images/header3.jpg');
	margin-bottom: 0;
	padding-bottom: 0;
}

#header h1 {
	display: none;
}

#titleHolder {
	width: 950px;
	height: 37px;
	margin-top: 0;
	padding-top: 0;
	background-image: url('../images/title.jpg');
	background-repeat: no-repeat;
}

#title {
	
	margin-left: 150px;
	color: #FFF;
}

#title h2 {
	font-size: 18px;
	margin-top: 0;
}

#contentHolder {
	width: 950px;
}

#navigation {
	float: left;
	height: 164px;
	width: 105px;
	
	background-image: url('../images/navigationBack.jpg');
	background-repeat: no-repeat;
	
	

}

#navigation ul {
	margin-top: 20px;
	margin-left: -10px;
	list-style-type: none;
}

#navigation a {
	/*color: #FF9A00;*/
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline overline;
}

#content {
	float: left;
	width: 775px;
	margin-left: 50px;
}

#content a {
	text-decoration: none;
	color: #FFF;
}

#content a:hover {
	text-decoration: underline;
	color: #FFF;
}

#footerHolder {
	width: 950px;
	height: 34px;
	text-align: center;
	
	padding-top: 10px;
	
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	
	color: #FFF;
}

#footerHolder a {
	color: #FFF;
}



hr {
	height: 2px;
	color: #FF9a00;
	background-color: #FF9a00;
}

.aanbodAfbeelding {
	width: 200px;
	border: 2px solid #FF9a00;
}

ul { 
	margin-bottom: 15px;
}
ul li {
	margin-bottom: 5px;
}

.motornav {
	color: #000;
}

ul#catlist {
	margin: 0;
	padding: 0;
}

ul#catlist li {
	margin: 0;
	padding: 0;
}

ul#catlist li a{
	margin: 0;
	padding: 0;
	font-size: 8pt;
}
