div{
	/* border: 1px dotted red; */
}

body {
	
	background-color: #ffffff;
}

.page_wrapper {
	min-height: 100%;
	height: auto !important;
	min-width: 100%;
	width: auto !important;
	margin: 0 0 -225px; /* the bottom margin is the negative value of the footer's height */
	
	background: url('../images/page_background.png') repeat-x bottom left;
}
.page_footer, .push {
	min-height: 225px; /* .push must be the same height as .footer */
	position: relative;
}



.head_image{
	/* position: absolute; */
	/* top: 50px;
	left:50%; */
	padding-top: 50px;
	padding-bottom: 40px;
	width: 100%;
	/* margin-left: -200px; */
	/* background: url('../images/onderhoud.png') no-repeat bottom center; */
	text-align: center;
}

.content{
	/* position: relative; */
	/* top: 300px;
	width: 650px;
	left: 50%;
	margin-left: -325px; */
	text-align: center;
}

.content: h1{
	font-size: 14pt;
	font-family: calibri, verdana, arial;
	font-weight: bold;
}

.footer{
	position: absolute;
	bottom: 0px;
	border-top: 3px solid #ff8833;
	background-color: #2b3758;
	min-height: 20px;
	width: 100%;
	
	padding-top: 5px;
	overflow: hidden;
	z-index: 8;
	
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
}

.footer a:link, .footer a:hover, .footer a:visited{
	color: #ffffff;
	text-decoration: underline;
}

.tklogo{
	/*background: url('../images/logo_tk.png');
	background-repeat: no-repeat;*/
	height: 120px;
	bottom: 40px;
	position: absolute; 
	left: 50%;
	width: 250px;
	margin-left: -125px;
	z-index: 9;
}

.bladzijde{
	position: absolute;
	bottom: 28px;
	background: url('../images/bladzijde.png');
	background-repeat: no-repeat;
	background-position:bottom right;
	width: 100%;
	text-align: center;
	height: 235px;
	vertical-align: bottom;
	z-index: 7;
}