body, html
{
	background-color:#34383e;
	font-family:arial;	
	margin-left:0px;
	

}
div#container
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
	background-color:white;
	
}

div#header
{
	width:960px;
	height:40px;
	background:url(img/header_splash.jpg);
	
}

div#header div#titel
{
	color:#fff;
	
	font-size:20px;
	padding-left:4px;
	padding-top:3px;
	float:left;

}
div#header div#hoofdnav
{
	color:#fff;
	float:right;
	font-size:20px;
	padding-left:4px;
	padding-top:3px;

}
div#header #menu
{
	color:#fff;
	width:960px;
	clear:both;
	
	padding-top:145px;
	height:23px;
	text-align:center;
	margin-left:-20px;
}

div#header #hoofdnav a
{
	color:#fff;
	font-size:20px;
	text-decoration:none;
}
div#header #menu li a:hover
{
	text-decoration:underline;
}
div#header #menu ul
{

}
div#header #menu ul li
{
	display: inline;

	list-style-type:none;
}

div#header h1
{
	display:none;
}
div#content
{
	width:960px;
	overflow:hidden;
}
div#content img
{
	border:0px;
}

div#content div#links
{
	position:relative;
	width:615px;
	float:left;
	margin-bottom:0px;
	z-index:0;

}
div#content div#links div#subarulogo
{
	margin-left:150px;
	
	width:280px;
	
	margin-bottom:10px;
	
	cursor:pointer;
}	
div#content div#rechts
{
	positon:relative;
	width:320px;
	float:left;
	margin-left:0px;
	z-index:10;
	background-color:#fff;
}	
div#content div#rechts div#mgroverlogo
{
	margin-left:50px;
	heigth:189px;
	width:237px;
	
	margin-bottom:69px;
	
	cursor:pointer;
}

div#footer
{
	width:960px;
	height:50px;
	background-image:url(img/footer.jpg);
	text-align:center;
	padding-top:35px;
}

div#footer span, div#footer span a
{
	color:#fff;
	
	
}

#imageenlarger
{
	position:absolute;
	left:100px;
	top:100px;
	background-color:grey;
	z-index:100;
	display:none;
	border:2px solid #42210B;
	background-color:#42210B;
}


#loader
{
	display:none;
	width:100px;
	height:100px;
	position:absolute;
	z-index:99;
	left:300px;
	top:300px;

}

#imagebar
{
	background-color:#42210B;
	font-family:verdana;
	text-align:right;
	
}
#imagebar a
{
	font-size:18px;
	color:#fff;
}