html, body {
	margin			: 0px;
	padding			: 0px;
	box-sizing		: border-box;
	-moz-box-sizing		: border-box;	
}
html {
	overflow		: hidden;
}
body {
	height			: 100%;
	width			: 100%;
}
div {
	box-sizing		: border-box;
	-moz-box-sizing		: border-box;
}
#main {
	margin			: 0px auto 0px auto;
	left			: 50%;
	top			: 50%;
	margin			: -292px 0px 0px -503px;
	border			: 0px solid black;
	vertical-align		: middle;

	position		: absolute;
	box-sizing		: content-box;
	-moz-box-sizing		: content-box;
	
	background-image	: url(../images/kliniekbg.gif);
	background-repeat	: no-repeat;
}
#mainLogo {
	width			: 866px;
	padding-left		: 116px;
	background-image	: url(../images/logo.gif);
	background-repeat	: no-repeat;
	box-sizing		: content-box;
	-moz-box-sizing		: content-box;
	margin			: 10px 30px 30px 10px;
}
#menu {
	position		: absolute;
	margin-left		: -116px;
	width			: 116px;
	bottom			: 30px;
}
#menu UL {
	background-color	: #d9d9ff;
	padding			: 10px 0px 10px 0px;
	margin			: 10px 0px 10px 0px;
	list-style-type		: none;
}
#menu UL LI {
	text-align		: center;
	margin			: 4px 0px 4px 0px;
}
#menu A {
	display			: block;
	padding			: 5px 0px 5px 0px;
	text-decoration		: none;
	color			: rgb(0,0,128);
}
#menu A:hover {
	background-color	: rgb(0,0,128);
	color			: white;
}
#copyright {
	position		: absolute;
	bottom			: -15px;
	left			: 116px;
	padding-left		: 25px;
	font-size		: 7pt;
	color			: gray;
	display			: none;
}
#contentContainer {
	padding-top		: 115px;
	padding-left		: 7px;
	height			: 100%;
	box-sizing		: border-box;
	-moz-box-sizing		: border-box;
	background-image	: url(../images/watermark.jpg);
	background-position	: right bottom;
	background-repeat	: no-repeat;
	border			: 0px solid silver;
}
#headliner {
	background-color	: rgb(0,0,128);
	position		: absolute;
	margin-top		: -74px;
	width			: 860px;
	height			: 71px;
	
}
#headliner div {
	border-top		: 3px solid white;
	margin-top		: 6px;
	text-align		: center;
	vertical-align		: middle;
	padding-top		: 20px;
	color			: white;
	font-size		: 14pt;
	
}
#contentScroller {	
	padding			: 10px 0px 10px 0px;
	box-sizing		: border-box;
	-moz-box-sizing		: border-box;
	position		: relative;
}
#content {
	overflow		: auto;
	height			: 406px;
	padding			: 0px 10px 0px 10px;
}

#contentScroller,
#menu {
	border-bottom		: 6px solid rgb(0,0,128);
	border-top		: 0px solid rgb(0,0,128);
}
#contentScroller {
	border-bottom		: 6px solid rgb(0,0,128);
	border-top		: 6px solid rgb(0,0,128);
}
form {
	margin			: 0px;
	padding			: 0px;
}
#editBtn {
	display				: block;
	height				: 18px;
	width				: 20px;
	background-image		: url(../img/edit.gif);
	border				: 1px solid black;
	position			: absolute;
	background-color		: silver;
	margin-left			: 10px;
	margin-top			: 10px;
	background-position		: 0px -1px;
	z-index				: 100;
}
#editBtn:hover {
	border				: 1px solid silver;
	border-bottom			: 1px solid gray;
	border-right			: 1px solid gray;
	background-color		: white;			
	background-position		: -1px -2px;
}
#editBtn SPAN {
	display				: none;	
}
#cancelBtn {
	display				: block;
	height				: 18px;
	width				: 20px;
	background-image		: url(../img/cancel.gif);
	background-repeat		: no-repeat;
	border				: 1px solid black;
	position			: absolute;
	background-color		: silver;
	margin-left			: 10px;
	margin-top			: 10px;
	background-position		: 2px 1px;
	z-index				: 100;
}
#cancelBtn:hover {
	border				: 1px solid silver;
	border-bottom			: 1px solid gray;
	border-right			: 1px solid gray;
	background-color		: white;			
	background-position		: 1px 0px;
}
#cancelBtn SPAN {
	display				: none;	
}