/* MENU */
#menu {
	top:		200px;
	width:		100%;
}
#menu ul {
	margin:		0 0 0 0;
	padding:	2px 0;
	background-color:	#CDB34C;
}
#menu li{
	display:	inline;
	margin:		0;
	padding:	0 10px;
}
#menu a{
	color:	#333;
	text-decoration: none;	
}
#menu a:hover{
	color:	#000;
	text-decoration: underline;
	background-color:	#CDB34C;	
}


/*  HOUSE PART ON HOME */
#last_house .huis_home, #week_house .huis_home {
	position:		relative;
	padding:		5px;
	margin:			5px 10px;
	border:			solid #000 1px;
	height:			200px;
	width:			150px;
	float:			left;
	overflow:		hidden;
	background-color:	#fff;
}
#last_house, #sponsorlink, #week_house {
	width:			100%;
	border-top:		solid #000 1px;
	height:			250px;
}
#last_house h3, #sponsorlink h3, #week_house h3  {
	background-color:	#CDB34C;
	margin-bottom:		5px;
	color:				#333;
	font-size: 			0.9em;
	padding:			2px 5px;
}
#last_house {
	width:			558px;
}
#week_house {
	background-color: #EED15F;
	width:			200px;
	float:			right;
	border-left:	solid #000 1px;
}
#week_house .huis_home {
	margin:			5px 20px;
	border:			solid #fff 1px;
	background-color: #CDB34C;
}
#week_house h3 {
	color:			#000;
	background-color:	#fff;
}
#sponsorlink {
	text-align:		center;
	width:			760px;
	height:			125px;
}
#sponsorlink a {
	padding:		7px;
	margin:			15px;
}
/* END HOUSE PART */


#content {
	width:		100%;
	margin:		20px 0;
	padding:	10px 0;
	min-height: 400px;
}
#text {
	width:			300px;
	margin-left:	0px;
	min-height: 	250px;
}
#departmentmap, .imgmap {
	position:	absolute;
	top:		230px;
	right:		5px;
}

