body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/achtergrond.gif);
	background-repeat: repeat-x;
}

#container{
	margin: 0 auto;
	width:994px;
}
#header{
	height:174px;
	width:580px;
	float: left;
}
#logo{
	background-image:url(images/logo.jpg);
	width:188px;
	height:145px;
	float:left;
}
#languages{
	width:221px;
	height:68px;
	float:right;
}
#fotoslider{
	margin-top:0px;
	float:right;
	width:406px;
	height:600px;
}
#content{
	width:580px;
	float: left;
}
#navigation{
	margin-left:10px;
	height:360px;
	width:140px;
	float: left;
}
#text{
	width:415px;
	float: right;
}
#footer{
	margin-top:10px;
	margin-left:10px;	
	height:15px;
	width:550px;
	float: left;
}


