body
{
	margin: 0px;
	background-color: #ebebfb;	
}

#container
{
	width: 980px; 
	margin:auto; 
	margin-top: 5px;
}

/****************************************************/
/* Links											*/
/****************************************************/

#left
{
	float: left;
	width: 275px;
	margin-top: 5px;
}

#logo
{
	width: 260px;
	height: 180px;
	border: 5px solid #ffffff;
	background-image: url('../images/jlv_website.jpg');
	background-repeat: no-repeat;		
}

#mainmenu
{
	float: left;
	width: 260px;
}

#mainmenu_items
{
	float: left;
	width: 260px;
	background-color: #ffffff;
	padding-left: 10px;	
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 5px;
}

#formulier
{
	float: left;
	width: 260px;
	margin-top: 5px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#brink
{
	float: left;
	width: 260px;
	height: 100px;
	margin-top: 5px;
	border: 5px solid #ffffff;	
}


/****************************************************/
/* Rechts											*/
/****************************************************/

#right
{
	float: left;
	width: 700px;
	height: 580px;
}

#submenu
{
	float: left;
	width: 700px;
}

#banner
{
	float: left;
	width: 690px;
	height: 180px;
	margin-top: 5px;
	border: 5px solid #ffffff;
	background-repeat: no-repeat;		
}

#content
{
	float: left;
	width: 680px;
	padding: 10px;
	background-color: #ffffff;
	margin-top: 5px;
	padding-bottom: 30px;
}