div.footer {
	background-color: green;
}

div.buttons {
	padding-top: 25px;	
	background-color: white;
	text-align:left;

}

div.buttons #thuiswinkel {
	padding-left: 20px;
	padding-bottom: 8px;
}

div.footer p {
	float: left;
	margin-top: 5px;
	padding-bottom: 25px;
	color: #545456;
}
ul.bottom_menu {
	float: right;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #ffffff;
}
ul.bottom_menu li {
	float: left;
	margin-top: 5px;
	background-color: #e0e0e0;
}
ul.bottom_menu li a {
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
	font-family: tahoma, verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
}

ul.bottom_left_menu {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #ffffff;
}
ul.bottom_left_menu li {
	float: left;
	margin-top: 5px;
	background-color: #e0e0e0;
}
ul.bottom_left_menu li.last {
    background-color: #ffffff;
}
ul.bottom_left_menu li a {
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
	font-family: tahoma, verdana;
	font-size: 10px;
	text-decoration: none;
	background-color: #ffffff;
}
ul.bottom_left_menu li span {
	margin-right: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
	font-family: tahoma, verdana;
	font-size: 10px;
	text-decoration: none;
	background-color: #ffffff;
}



