html, body {
	margin: 0;
	padding: 0;
	color: #000000;
	height: 100%; /* héél belangrijk */
	text-align: center;
	font: 11px verdana, tahoma, arial, sans-serif;
}
html {
	background-attachment: fixed;
	background-color: #c9e9ea;
	background-image: url(images/bckgradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container {
	width: 936px;
	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/bckrepeat.jpg);
	background-repeat: repeat-y;
	background-position: bottom;	
}

#header
{
	height:45px;
	background: url(images/top.jpg) no-repeat center top;
}

#header2
{
	padding-left:5px;
	height:146px;
	background: url(images/jiswoheader.jpg);
	background-repeat:no-repeat;
}

#header3
{
	background: url(images/header3.jpg);
	line-height: 1.5em;
	padding-left:25px;
	height:23px;
	border-left: 1px solid #117579;
	border-right: 1px solid #117579;
	padding-bottom: 0px;
}

#header4{
	height:146px;
	background: url(images/bckgrndheader.jpg);
}

#topright{
	position: absolute;
	float: right;
	width: 241px;
	height: 214px;
	background: url(images/topright.jpg);
	left: 695px;
	top: 0px;
}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 936px;
	background: url(images/footer.jpg);
	left: 0px;
	height: 88px;
	text-align:center;
}
#content {
	width:936px;
	display:table;
	padding: 25px;
	}
h1
{
	font-size: 14px;
	color:#003333;
	font-weight:bold;
}
a, a:active, a:link, a:visited {
	color: #575757;
	text-decoration: none;
}
a:hover
{
	color: #339999;
	text-decoration: none;
}