html,body {
	color:#555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
	line-height:1.4em;
	background:#a91e24 url(../img/bg_fooater.jpg) center bottom repeat-x;
}
p {
	padding:0;
	margin:10px 0;
}
a {
	color:#737373;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
}
a:focus {
	-moz-outline: none;
}
a.lees_verder {
	color: #009ee0;
	float: right;
}

h1 {
	font-size:30px;
	margin:0 0 0 0;
	padding:0;
	color:#ef4035;
	font-family: 'Oswald', serif;
	line-height:1em;
}
h2 {
	font-size:24px;
	margin:0 0 10px 0;
	padding:0;
	color:#ef4035;
	font-family: 'Oswald', serif;
	line-height:1em;
}
h3 {
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
	color:#ef4035;
	font-family: 'Oswald', serif;
	line-height:1em;
}
h4 {
	font-size:12px;
	margin:0 0 0 0;
	padding:0;
	color:#ef4035;
	font-family: 'Oswald', serif;
	line-height:1em;
}

form {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
ul {
	margin:0;
	padding: 10px 0 0 25px;
}
	ul li {
		list-style-image: url('../img/bol.png');
	}
	
a.add_product_button {
	display: block;
	background-image:url('../img/add_order.png');
	height: 28px;
	width: 308px;
	margin: 5px 0;
}
	a.add_product_button:hover {
		background-image:url('../img/add_order_hover.png');
	}
a#verzend {
	background-image: url('../img/verzenden.png');
	display: block;
	width: 135px;
	height: 26px;
}
a#verzend:hover {
	background-image: url('../img/verzenden_hover.png');
}
