BODY {
	background:		url("images/background.png");
	color:			#000000;

	font-family:	verdana, arial;
	font-size:		10pt;
	
	padding:		0px;
	margin:			0px 0px 0px 0px;
}

#container {
	position:		absolute;
	left:			50%;
	
	margin-left:	-500px;   /* -516 zou perfect zijn*/
	margin-top:		20px;

	margin-bottom:	24px;	

	width:			924px;

	

	/*background:		#FFFFFF url('images/submenufiller.png');
	background-repeat:	repeat-y;*/
}
#container2 {
	float: right;
	width: 816px;
	border:	1px #000000 solid;
}

#header {
	width: 816px;
	height: 200px;
	background: url("images/header-photo.png") top right repeat-y;
}
#header-logo {
	width: 414px;
	height: 200px;
}
#menu {
	height: 50px;
	background: url("images/menu-background.png");
	border-bottom:	2px #000000 solid;
}
#menu-header {
	position: absolute;
	z-index: 4;

	width: 380px;
	height: 50px;
	background: url("images/menu-header.png");
}
#right {
	float: left;
	width: 816px;
	background: #FFFFFF url("images/content-background.png") top left no-repeat;
}
#footer {
	float: left;
	width: 816px;
	height: 25px;
	background: url("images/menu-background.png");
	border-top:	2px #000000 solid;
	text-align: center;
}
#slogan {
	position: absolute;
	top: 460px;
	
	left: 50%;
	
	margin-left: -503px;    /* -519 zou perfect zijn */

	width: 138px;
	height: 129px;

	background: url("images/note-slogan.png") top left no-repeat;
}


#content {
	float: left;
	padding-left: 105px;
	padding-top: 55px;
	padding-right: 25px;
	padding-bottom: 25px;
}

#menu TABLE {
	position: absolute;
	z-index: 5;
	left: 260px;

	margin: 0px;
	margin-right: 25px;
	margin-top: 6px;

	float: right;
	height: 36px;
	border: 0px #FFFFFF solid;
	border-collapse: collapse;
}
#menu TD {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	height: 36px;
	border: 0px #FFFFFF solid;

}

#menu TD A {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#menu TD A:hover {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;

	border-bottom: 2px #FF3333 solid;
}

A IMG {
	border: 0px #FFFFFF solid;
}
#content IMG {
	float: right;
	border: 1px #000000 solid;
	margin: 25px;
}

STRONG, B {
	color: #FF3333;
}

#footer P {
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
}

H1 {
	margin-top: 0px;
	font-size: 24pt;
	line-height: 24pt;
	margin-bottom: 0px;
}
H2 {
	font-size: 14pt;
	color: #FF3333;
	line-height: 14pt;
	margin-bottom: 0px;
}
P {
	font-size: 10pt;
	line-height: 14pt;
}
	


