html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background: #279bd5 url(../img/bg.jpg) top left repeat-x;
}
#container {
	min-height:100%;
	position:relative;
	width: 600px;
	margin: 0 auto;
	background: url(../img/container.jpg) top left repeat-y;
}
#header {
	background: url(../img/header.jpg) top left no-repeat;
	height:400px;
}
#navigatie {
	position: relative;
	top: 20px;
}
#navigatie a.wzw {
	position: relative;
	left: 90px;
	float: left;
	height: 103px;
	width: 76px;
	background: url(../img/wzw_01.jpg);
}
#navigatie a.wzw:hover {
	background: url(../img/wzw_01_hover.jpg);
}
#navigatie a.part {
	position: relative;
	left: 95px;
	top: 1px;
	float: left;
	height: 103px;
	width: 76px;
	background: url(../img/part_01.jpg);
}
#navigatie a.part:hover {
	background: url(../img/part_01_hover.jpg);
}
#navigatie a.zak {
	position: relative;
	left: 135px;
	top: 1px;
	float: left;
	height: 103px;
	width: 76px;
	background: url(../img/zak_01.jpg);
}
#navigatie a.zak:hover {
	background: url(../img/zak_01_hover.jpg);
}
#navigatie a.wint {
	position: relative;
	top: 1px;
	left: 140px;
	float: left;
	height: 103px;
	width: 76px;
	background: url(../img/wint_01.jpg);
}
#navigatie a.wint:hover {
	background: url(../img/wint_01_hover.jpg);
}
#navigatie a.cont {
	position: relative;
	left: 164px;
	top: 1px;
	float: left;
	height: 103px;
	width: 76px;
	background: url(../img/cont_01.jpg);
}
#navigatie a.cont:hover {
	background: url(../img/cont_01_hover.jpg);
}
#real {
	clear: both;
	position: relative;
	top: 134px;
	left: 390px;
	color: #afae9a;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#real a {
	color: #afae9a;
	text-decoration: none;
}
#real a:hover {
	color: #2b2b26;
}
#body {
	padding-bottom: 60px;	/* Height of the footer */
	background: url(../img/content.jpg) top center repeat-y;
	margin-left: 1px;
}
#content {
	width: 420px;
	margin: 0 auto;
}
#content h1 {
	margin: 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
	color: #19623c;
}
#content h2 {
	margin: 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	color: #214090;
}
#content p {
	margin: 0 25px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2b26;
}
#footer {
	position:relative;
	bottom:0;
	width:100%;
	height:152px;			/* Height of the footer */
	background: url(../img/footer.jpg);
}
* html #footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:152px;			/* Height of the footer */
	background: url(../img/footer.jpg);
}
#menu {
	position: relative;
	top: 38px;
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #828271;
	right: 100px;
}
#menu a {
	color: #828271;
	text-decoration: none;
}
#menu a:hover {
	color: #2b2b26
}

form.stijl {
	margin: 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2b26;
}

form.stijl label {
	width: 7em;
	display: block;
	float: left;
}

