HTML {
	overflow: -moz-scrollbars-vertical; /* force scrollbar in firefox */
	overflow-y: scroll !important; /* force scrollbar in safari */
	width: 100%;
	height: 100%;
}
FORM {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
BODY {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-image: url(background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
* {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	color: #777777;
}
H1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0px 60px 0px;
	text-transform: uppercase;
	clear: both;
}
H2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 0px 0px 9px 0px;
	clear: both;
}
H3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 9px 0px;
	clear: both;
}
P {
	margin: 0px 0px 15px 0px;
	clear: both;
}
DIV.center {
	position: relative;
	width: 957px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
A IMG {
	display: block;
	border: none;
	cursor: pointer;
}
DIV.logo {
	position: absolute;
	top: 15px;
	left: 20px;
}
DIV.menu {
	position: absolute;
	top: 129px;
	left: 20px;
	width: 188px;
	height: 300px;
	background-image: url(menu.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	vertical-align: top;
}
DIV.menuitem {
	width: 100%;
	height: 28px;
	background-image: url(menuitem.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 14px;
	vertical-align: middle;
}
DIV.menuitem A {
	line-height: 28px;
}
A:link, A:active, A:visited {
	text-decoration: underline;
	line-height: inherit;
}
DIV.menuitem A {
	text-decoration: none;
}
A:hover {
	color: #c60a0b;
	display: inline;
}
DIV.active A {
	font-weight: bold;
	color: #c60a0b;
}
DIV.content {
	position: absolute;
	top: 145px;
	left: 220px;
	width: 500px;
	text-align: justify;
	word-spacing: -0.5pt;
	vertical-align: top;
	padding-bottom: 16px;
}
DIV.hr {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	clear: both;
	margin-bottom: 15px;
}
UL {
	margin: 0px 0px 16px 16px;
	padding: 0px 0px 0px 0px;
}
#vacature1, #vacature2, #vacature3, #vacature4, #vacature5 {
	display: none;
}
@media print
{
	BODY { background-image: none; }
	DIV.menu { display: none; }
	DIV.logo { top: 0px; left: 0px; }
	DIV.content { top: 50px; left: 0px; width: 100%; }
	H1 { margin-bottom: 20px; }
}