/****************************************
© 2010 Danny Bouwers, real media
Lay-out: real media
Bestand: index.css
****************************************/

* {
	margin: 0;
	border: 0;
	padding: 0;
	}
	
html, body {
background-color: #fff;
}

body, table {
	font: 10pt Arial,Helvetica,sans-serif;
	}

h1 {
	margin: 0 0 0.2em 0;
	color: #9e9e9e;
	font-size: 1.4em;
	text-align: center;
	}

h1.uniekewebshops {
	margin-top: -20px;
}
 
p, a {
	color: #6b6b6b;
	margin: 0 0 1em 0;
	line-height: 1.5em;
	text-decoration: none;
	}
	
#header {
	width: 293px;
	margin: 39px auto;
	}

#section {
	display: none;
	background: url("img/border_top.jpg") repeat-x;
	}
	
#section  div {
	width: 800px;
	margin: 0 auto;
	}
	
#section div div {
	float: left;
	width: 172px;
	padding: 0 26px 0 0;
	}
	
#section div div a > img {
	margin: 0 0 20px 0;
	}
	
#footer {
	clear: both;
	background: url("img/border_bottom.jpg") repeat-x;
	height: 160px; 
	padding: 30px;
	}

#footer p {
	color: white;
	text-align: center;
	}

