html {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
body {
	background-color: #FFFFFF;
	overflow: auto;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#logocontainer {
	position: absolute;
	height: 175px;
	left: 10px;
	top: 10px;
	right: 0px;
	background-color: #BAD5F0;
}
#logocontainerright {
	float: right;
}

#menucontainer {
	position: absolute;
	height: 25px;
	left: 10px;
	top: 185px;
	right: 0px;
	background-image: url(images/menubackground.png);
	background-repeat: repeat-x;
}
#menucontainerright {
	float: right;
}
#menucontainermiddle {
	float: left;
}

#contentcontainerleft {
	background-color: #004388;
	position: absolute;
	width: 300px;
	left: 10px;
	top: 195px;
	right: 10px;
	bottom: 45px;
	height: expression(document.body.clientHeight - 240 + "px");	
	overflow: hidden;
}
#contentcontainerleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CEDAE7;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
}

#menucontainerleft {
	float: left;
}

#contentcontainerright {
	background-color: #CEDAE7;
	position: absolute;
	left: 310px;
	top: 210px;
	right: 10px;
	bottom: 45px;
	overflow: auto;

	height: expression(document.body.clientHeight - 265 + "px");
	width: expression(document.body.clientWidth - 320 + "px");	
	padding-top: 10px;
}
#contentcontainerright h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #C4005E;
	padding-top: 10px;
	padding-left: 10px;
}
#contentcontainerright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004387;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
}

.menuspatie {
	margin-right: 1px;
}


#bottom {
	height: 10px;
	left: 10px;
	right: 10px;
	bottom: 35px;
	position: absolute;
	background-repeat: repeat-x;
	background-image: url(images/bottommiddle.gif);
}
#bottom p {
	float: right;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004387;
	padding-top: 20px;
	font-weight: bold;
}

#bottomleft {
	width: 300px;
	left: 10px;
	height: 10px;
	float: left;
}
.spatie {
	padding-left: 20px;
}
#selectie {
	background-color: #004388;
	height: 130px;
	width: 286px;
	background-image: url(images/backgroundselectie.gif);
	margin-left: 5px;
	background-repeat: no-repeat;
}
#selectietop {
	height: 20px;
}
#selectietop p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 20px;
}
#selectiecontainer {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 5px;
}
#selectiecontainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004387;
}
#bottomright {
	float: right;
	right: 20px;
}
#logobottom {

	float: left;
	height: 35px;
	bottom: 0px;
	position: absolute;
	left: 310px;
}
#adresbottom {
	float: right;
	height: 35px;
	bottom: 0px;
	position: absolute;
	right: 30px;
}
#adresbottom p {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004387;
	font-weight: bold;
	line-height: 34px;
	margin: 0px;
	padding: 0px;
}
#logocontainerleft {

	float: left;
}
#contentcontainerleft p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
}
#selectiecontainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004387;
	padding-left: 0px;
	padding-right: 5px;
	line-height: 14px;
	padding-bottom:0px;
	padding-top:5px;
	margin:0px;
}
#contentcontainerright td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004387;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
}
#contentcontainerright a {
	color: #004388;
}
