@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
p {
	padding: 5px 0;
	line-height: 1.5em;
}
h1 {
	color: #0D200E; 
	font-size:15px;
	padding-top: 12px;
	padding-bottom:0px;
	line-height: 1.5em;

	}
html, body {
	height: 100%; /* héél belangrijk */
	font: 13px Arial, Helvetica, sans-serif;
	color:#3B3B3B;
	background: #ABB5B6;
}
#container {
	width: 911px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	background-image:url(../images/mainback.jpg);
	background-repeat:repeat-y;
}
#header{
	height:227px;
	background: #ABB5B6;
}
#inhoud {
	width:513px;
  	padding: 0 20px 20px 20px;
}
#picture {
	width:358px;
	height:430px;
	background-image:url(../images/picture.jpg);
	background-repeat:no-repeat;

}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	background: #ABB5B6;
	height: 53px;
	background-image:url(../images/footer.jpg);
}


