body {
	background:				url('../images/layout/top/background.jpg') 0px 50px repeat-x;
	padding:				0px;
	margin:					0px;
}

/* Deze logo container is ervoor bedoeld om in het geval van een co-branded
   website aan de rechterkant ons eigen logo te kunnen weergegeven, en aan
   de linkerkant het logo van de andere partij. */

#logo_container {
	margin:					0px auto;
	width:					760px;
	height: 				50px;
}

#logo_left {
	float:					left;
}

#logo_right {
	float:					right;
}

#navigation {
	margin-top:				65px;
	background:				#ACC653;
	border-top:				1px solid #000000;
	border-bottom:			1px solid #000000;
	height:					16px;
}

#navigation ul {
	width:					760px;
	margin:					0px auto;
	padding:				0px;
	text-align:				center;
}

#navigation li {
	display:				inline;
	margin-left:			10px;
	margin-right:			10px;
}

#navigation img {
	border:					0;
}