/* body temp */

body {
padding: 0px;
margin: 0px;
}

p {
padding: 0px;
margin: 0px;
}

/* WONEN REGIOS DIV ACHTERGROND *//* WONEN REGIOS DIV ACHTERGROND */

.divwrapper { 
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	text-align: left;
	visibility: inherit;
}

/* WONEN REGIOS BUTTONS *//* WONEN REGIOS BUTTONS *//* WONEN REGIOS BUTTONS */

.wonen_bttn ul {
	padding: 0px;
	margin: 0px;
}

.wonen_bttn li {
	list-style-type: none;
	text-align: left;
}

.wonen_bttn ul li a:link, .wonen_bttn ul li a:visited {
	line-height: 26px;
	color: #485F00;
	border: 1px solid #FFF;
	background: url(../img/bttn_wonen_icon_off.jpg) left center no-repeat;
	background-color: #E7EFA9;
	text-decoration: none;
	padding: 2px 5px 2px 25px;
}

.wonen_bttn ul li a:hover {
	border: 1px solid #FFF;
	background: url(../img/bttn_wonen_icon_on.jpg) left center no-repeat;
	background-color: #485F00;
	color: #FFF;
}

.wonen_bttn ul li a#current {
	border: 1px solid #FFF;
	background: url(../img/bttn_wonen_icon_on.jpg) left center no-repeat;
	background-color: #485F00;
	color: #FFF;
}