* {
margin: 0;
padding: 0px;
}

html, body {
	height: 100%;
}

body {
	font-family: verdana, arial;
}


/*bepaal hier hoe breed de website mag zijn*/
div#container, div#footer .footercontent, div#footer  {
width: 1000px;
margin: 0 auto; 
}

div#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -41px;
	overflow-x: hidden;
}


.footercontent {
text-align: center;
}

div#footer, .push {
	height: 20px;
}

div#footer {
position: relative;
font-size: 10px;
border-top: 1px solid #d26d3e;
color: #636467;
line-height: 20px;
text-align: center;
}

div#footer a {
text-decoration: none;
color: #d26d3e;
}

div#header {
height: 125px;
}

div#header img#logo {
margin-top: 10px;
margin-left: 420px;
}



