﻿* {
	margin:		0px;
	padding:	0px;
	font-family:verdana;
}


.clear {
	clear: both;
	height:	1px;
}

html, body {
	margin:		0 auto;
	text-align:	center;
}

body {
	background:	#2c292d;
}

#container {
	margin:		0 auto;
	background:	url('../images/interface/containerBG.jpg') repeat-y;
	width:		918px;
}

#header {
	margin:		0 auto;
	background:	url('../images/interface/headerBG.jpg') #2c292d;
	width:		918px;
	height:		262px;
}

img.home {
	border:	0px;
	float: left;
	margin-top:	10px;
	margin-left: 20px;
	height: 50px;
	width:	350px;	
}

#navigatie {
	margin:		0 auto;
	background:	url('../images/interface/menuBG.jpg');
	width:		918px;
	height:		50px;
	text-align:	left;
}

#inhoud {
	margin:		0 auto;
	background:	url('../images/interface/contentBG.jpg') no-repeat;
	width:		918px;
	text-align:	left;
	min-height:	400px;
	color:			#ffffff;
	font-family:	verdana;
	font-size:		11px;
	font-weight: normal;

}


#footersite {
	margin:		0 auto;
	background:	url('../images/interface/footersite.jpg') #2c292d;
	width:		918px;
	height:		51px;
}

#footerbrowse {
	margin:		0 auto;
	background:	#2c292d;
	width:		918px;
	color:		#501e74;
	padding-bottom: 50px;
}



