html, body {
	height: 100%;
	}
body {
	background-color: #939598;
	margin: 0;
	font-family: arial, verdana; font-size: 11px;
	}
img {
	border: 0;
	}
a	{
	color: #333;
	}
a:hover {
	color: #000000;
	}
.stretcher { 
	height: 99%; 
	width: 100%; 
	border-collapse: collapse; 
	}

h1 {
	color: #DC352F;
	font-size: 26px;
	font-family: Lucida Sans, arial, verdana;
	margin: 0; 
	padding: 0;
}	

h2 {
	font-size: 20px;
	color: #85C226;
	font-family: Lucida Sans, arial, verdana;	
}

.stretcher td { 

	}

.container {
	margin: 0 auto;
	width: 960px;
	height: 732px;
	background-color: #fff;
	border-collapse: collapse;
	border: 3px solid #fff;
	}
.header {
	width: 960px;
	height: 207px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position: left middle;
	background-color: #000000;	
	vertical-align: top;
	}
	
/* menu */	

.menu {
	background-image: url('images/side.jpg');
	background-position: left bottom;	
	background-repeat: no-repeat;
	width: 103px;
	height: 525px;
	vertical-align: top;
	background-color: #939598;
	}
.content {
	width: 857px;
	height: 525px;
	vertical-align: top;
	background-image: url('images/black.jpg');
	background-position: left;	
	background-repeat: repeat-y;	
	}
.menuknoppen {
	margin-left: 7px;
	margin-top: 30px;
}
.knop {
	background-image: url('images/knop.jpg');
	background-position: bottom left;
	width: 57px;
	height: 15px;
	margin-bottom: 5px;
}
.knop a {
	color: #fff;
	text-decoration: none;
}
.knop a:hover {
	color: #f6dc00;
}

/* content */

.content {
	padding-top: 0px;
	padding-right: 20px;
	color: #000;
}

/*  form */
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	font-family: arial, verdana;
	color: #000000;
	font-size: 11px;
	margin-bottom: 3px;
}



/* Lists */

ul {	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
	line-height: 20px;
}

li {	background-image: url('images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 21px;
	margin: 0px;
	color: #8e939f;
	margin-bottom: 40px;
}

li a.off {
	color: #000;
	text-decoration: none;
}
li a.off:hover {
	color: #D69F76;
	text-decoration: none;
}

li a.on {
	color: #fff;
	text-decoration: none;	
}

/* JJ  */
.tekst {
	padding-left: 20px;
	padding-top: 20px;
}
.pageimage {
	float: right;
	margin-right: 6px;
	margin-top: 6px;
}