* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: #ffffff url(/images/bottom_bg.jpg) repeat;
}

#backGroundContainer {
	text-align: center;
	position: relative;
	height: 849px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(/images/repeat_bg.jpg) repeat-x;
}

#pageContainer {
	position: relative;
	text-align: left;
	width: 857px;
	height: 849px;
	background: #ffffff url(/images/wit_schaduw.jpg) no-repeat bottom;
	margin: 0px auto;
}

#logoContainer {
	position: relative;
	left: 10px;
	width: 245px;
	height: 129px;
	background: url(/images/logo.jpg) no-repeat;
}

#contentContainer {
	position: relative;
	left: 20px;
	margin-top: 25px;
	width: 815px;
	height: 541px;
	background: url(/images/inner_bg.jpg) no-repeat;
	padding: 7px;
}

#navigatieContainer {
	
}

#subNavigatieContainer {
	background: url(/images/subnav.jpg) no-repeat;
	position: relative; 
	width: 663px; 
	height: 24px; 
	padding-top: 2px; 
	float: left;
}

#subMenuNavigatieContainer {
	background: url(/images/submenunav.jpg) no-repeat;
	position: relative; 
	width: 663px; height: 20px; 
	padding-top: 1px; 
	padding-left: 12px;
	float: left;
}

#subMenuNavigatieContainer a {
	font-size: 10px;
	text-decoration: none;
	color: #0d5350;
}

.buttonContainer {
	position: absolute;
	cursor: pointer;
	z-index: 300;
}

.subButtonContainer {
	position: relative;
	cursor: pointer;
}

.contactButtonContainer {
	cursor: pointer;
}

.buttonTextContainer {
	position: absolute; 
	top: 0; 
	left: 0; 
	font-size: 10px; 
	color: #0d5350; 
	padding: 2px 0 0 8px;
}

#leftContainer {
	position: relative;
	float: left;
	width: 660px;
}

#verticalDotsContainer {
	position: absolute;
	right: 137px;
	width: 2px;
	height: 527px;
	border-left: 2px dotted #ffffff;
}

#logMeInContainer {
	position: absolute;
	right: 7px;
	padding: 1px;
	text-align: center;
	width: 123px;
	height: 19px;
	background: #006563;
	margin-bottom: 4px;
}

#rightContainer {
	position: absolute;
	right: 7px;
	padding: 10px;
	width: 123px;
	top: 30px;
	height: 505px;
	background: #0a460d;
}

#rightContainer h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #aeca2d;
	float: left;
	font-weight: bold;
}

#rightContainer h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.wistUDat {
	border-top: 2px dotted #ffffff;
	padding-top: 15px;
	font-size: 11px;
	margin-bottom: 15px;
}

#textContainer {
	padding: 30px 30px 0px 30px;
}

#subTextContainer {
	position: relative;
	padding: 30px 30px 0px 30px;
	width: 378px;
	height: 482px;
	background: url(/images/text_bg.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/images/text_bg.png');
	overflow: hidden;
}

#subText {
	padding: 30px 30px 0px 30px;
	position: absolute;
	width: 378px;
	height: 472px;
	left: 0px;
	top: 54px;
	z-index: 9999;
	display: block;
	overflow: hidden;
}

#subImageContainer {
	top: 55px;
	left: 363px;
	position: absolute;
	width: 300px;
	height: 470px;
}

#copyDiscContainer {
	position: absolute;
	color: #0a460d;
	font-size: 7pt;
	bottom: 127px;
	right: 23px;
}

#copyDiscContainer a {
	color: #0a460d;
	text-decoration: none;
}

#copyDiscContainer a:hover {
	color: #0a460d;
	text-decoration: underline;
}

.clear {
	clear: both;
}
