body {
	background-color: #FDFDFD;
}

#vertcenter {
	background: transparent url(/images/layout/vertcenter_landgoed.png) repeat-x;
}

#container {
	background: transparent url(/images/layout/container_landgoed.png) no-repeat;
}


#menuMain {
	background: #D1CDB8 url(/images/layout/menu_main_landgoed.png) repeat-y;
}
#menuSub {
	background: #DEDCCD url(/images/layout/menu_sub_landgoed.png) repeat-y;
}

#menuMain a {
	color: #5D5D55;
	text-decoration: none;
}
#menuSub a {
	color: #6E6D69;
	text-decoration: none;
}

#menuSub a:hover,
#menuMain a:hover {
	color: #6B0802;
}
#menuSub a.itemOn,
#menuMain a.itemOn {
	color: #6B0802;
	font-weight: bold;
}
#menuSub a.itemOn:hover,
#menuMain a.itemOn:hover {
	color: #6B0802;
}

#body h1#pageTitle {
	color: #660904;
}

a {
	color: #7B2422;
}
a:hover {
	text-decoration: underline;
}

#address {
	color: #660902;
}

