body {
	font-family: tahoma, arial, helvetica;
	font-size: 13px;
	color: #161616;
	background: url('../img/bg.png');
	padding: 0px;
	margin: 0px;
	position: top-center;
	margin-left: auto;
	margin-right: auto;
	}
	
table, td {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	border: 0px;
	color: #161616;
	padding: 4px;
	position: relative;
	margin-top: -50px;
	margin: 5px;
	line-height: 1.4em;
}
a {	color: #ec5900;}
a:hover {	color: #ec5900; text-decoration: none}
	
#mainbody {
	width: 850px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: url('../img/header.png');
	width: 800px;
	height: 238px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
#bg-content { 
	width: 850px; 
	background: url('../img/bgcontent.png');
	background-repeat: repeat-y;
	position: top-center;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content { 
	width: 760px; 
	padding: 20px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	
}

#navigatie {
	width: 800px; 
	height: 35px; 
	color: #161616;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url('../img/navigatie-bg1.png'); 
	
}


#navigatie  a{
	color: #161616;
	text-decoration: none;
/* 	position: relative; left: 10px ; */

}

#navigatie-element 		{ 	
	display: block; 
	float: left; 
	padding:  10px; 
	height: 15px; 
	background: url('../img/navigatie-bg1.png'); 
	color: #fff;
	display: block;
}

#navigatie-element:hover 		{ 	
	background: url('../img/navigatie-bg2.png');
	}
#navigatie-element  a 	{ 	
	display: block;  
	color: #fff;
}

#navigatie-element  a:hover	{ 
	color: #fff;
	display: fff;  
	background: url('navigatie-bg2.png');
	}
#navigatie-element-rechts	 { 
	display: block; 
	float: right;
	padding:  10px; 
	height: 15px; 
	background: url('../img/navigatie-bg1.png'); 
	color: #fff;
}

#navigatie-element-rechts	 a { 
	color: #fff;
	}
#navigatie-element-rechts:hover 		{ 	
	background: url('../img/navigatie-bg2.png');
	color: #fff;
	}
	
#titel {
	font-size: 18px;
	font-style: bold;
	color: #000; 
	Margin: 20px;
	}
		
#sub-titel {
	font-size: 14px;
	font-style: bold;
	padding-bottom: 4px;
	color: #edb703;
	}
	
#artikel {
	line-height: 1.4em;
	top: -30px;
}

#footer {
	background: url('../img/footer1.png');
	font-size: 6px;
	width: 850px;
	height: 60px;
	position: relative;
	background-repeat: no-repeat; 
	top: -16px;
	margin-left: auto;
	margin-right: auto;
	
}
#copyright {
	line-height: 1.4em;
	font-family: tahoma, arial, helvetica;
	font-size: 10px;
	color: #fff;
	margin-top: -30px;
	text-align: center;
}