/* CSS Document */


body
{
	text-align:center;
	background-color: #D7D3B0;
}

.container
{
	height:600px;
	width:800px;
	text-align:left;
	background-color: #D7D3B0;
}
.footer
{
	padding-top:20px;
	color:#ffffff;
	text-align:center;
	/* margin-top:14px; */
	width:800px;
	height:90px;
	background-color:#A69537;
			
}
.content
{
	/*padding-left:0px;*/
	width:524px;
	height:406px;
	padding-left:10px;
	float:left;
	background-color:#ffffff;	
}
.content2
{
	width:524px;
	height:406px;
	float:left;
	background-color:#D7D3B0;	
}
.rechts
{
	float:right;
	width:276px;
	height:406px;
	background-image:url("images/trein.gif");	
}
.rechts_crew
{
	float:right;
	width:276px;
	height:406px;
	background-image:url("images/zijkant_crew.gif");	
}
.rechts_index
{
	float:	right;
	width:276px;
	height:406px;
	background-image:url("images/zijkant_index.gif");	
}
a img{border:0;}
