	#header {
		display:block;
		margin:0px;
		padding:10px;
		padding-top:40px;
		padding-bottom:140px;
		background: #c38db9 url('/images/bg_home.gif') repeat-x left top;
		color:white;
		overflow:hidden;		
		font: 130%/130% 'Trebuchet MS';
	}

	#menu {
		display:block;
		background: url('/images/bg_menu_home.gif') repeat-x top left;
		padding:0px;
		margin:0px;
		height:30px;
		z-index:1000;
	}
	
	#title {
		position:relative;
		top:13px;
		float:right;
		font: 26px/48px 'Trebuchet MS', Arial;
		color:#eee;
		letter-spacing:0px;
		color:white;
		margin:0px;
		padding:9px 7px 16px 0px;
	}
	#title A {
		color:#eee;
		text-decoration:none;
	}
	
	#title A:hover {
		color:#555;
	}
	
	#title2 {
		position:relative;
		margin:0px;
		padding:0px;
		float:left;
		font: bold 16px/20px  'Trebuchet MS',Arial;
		letter-spacing:2px;
		color:white;
	}
	
	#menu1 li.hoofd:hover {			
		background: url('/images/menu_bg_over_3.gif') repeat-x top left;
	}
