html, body {
	height: 98%;
}

body {
	margin-bottom: 25px;
	background-color: #FFF;
}

/* -----
 Container
----- */
#container
{
	width: 1017px;
	height: 100% - 20px;
	*height: 95%;

	position: absolute;
	top: 0px; 
	left: 50%;
	bottom: 0px;
	margin-left: -500px; /* main.width / 2 */
}

/* -----
 Header
----- */
#header {
	width: 100%;
		margin: 0;
}
#header1
{
	display: block;
	width: auto;
	position: relative;
	height: 52px;
	background-color: #FFFFFF;
	background-image: url('../images/header1bgimage.jpg');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	margin: 0;
}
#header2
{
	display: block;
	width: auto;
	position: relative;
	height: 33px;
	background-color: #002B83;
	text-align: left;
	vertical-align: middle;
	padding: 0px 10px;
}
#menu2
{
	padding: 0;
	height: 45px;
	padding-left: 5px;
	background: transparent;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu2 LI
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
#menu2 A, #menu2 STRONG
{
	float: left;
	padding: 0px 4px 0px 9px;
	text-decoration: none;
	background: transparent url('../images/h2menulstdleft.jpg') no-repeat left top;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
}
#menu2 A SPAN
{
	float: left;
	display: block;
	padding: 8px 20px 13px 10px;
	background: transparent url('../images/h2menulstdright.jpg') no-repeat right top;
}
#menu2 A:hover
{
	background: transparent url('../images/h2menulhovleft.jpg') no-repeat left top;
}
#menu2 A:hover SPAN
{
	background: transparent url('../images/h2menulhovright.jpg') no-repeat right top;
}

#header3
{
	display: block;
	width: auto;
	position: relative;
	height: 0px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 1px;
}
/*#line {
	width: 100%;
	height: 2px;
	
	position: absolute;
/*	top: 150px;*/
/*	*top: 135px;

	background-color: #198696;
}*/
#block {
	width: 25px;
	height: 6px;
	*line-height: 6px;
	
	position: absolute;
	top: -2px;
	*top: -2px;

	background-color: #1a4771;
}

/* -----
 Main
----- */
#main {
	width: 100%;
	/*height: 100% - 200px;*/
	*height: 80%;
	
	bottom: 80px;

	/*overflow: auto;*/
}

/* -----
 Left
----- */
#left {
	width: 200px; /* hier geen height, want het is tekst dus dat gaat automatisch groter natuurlijk */

	float: left;
	margin-left: 50px;
}
#left_top {
	height: 5px;
	
	/*width: 200px;
	background-image: url('../images/left_top.png');*/
}
#left_content
{
	width: 200px;
	min-height: 170px;
	/*height: 170px;*/
	/*border-bottom: thin solid #e9edf0;*/
	
	/*background-color: #eaeef0;
	background-image: url('../images/left_content.png');
	background-repeat: repeat-x;*/
	
	background-color:#F2F2F2;
	border:1px solid #D8D8D8;
	
	font-size: 11pt;
}
#left_content ul {
	margin-left: -30px;
	*margin-left: 0px;
}
#left_content li {
	list-style-type: none;
}
#left_bottom {
	height: 30px;
/*	width: 200px;

	background-image: url('../images/left_bottom.png');*/
}

/* -----
 Spacer
----- */
#spacer {
	width: 2px;
	height: 180px;

	position: absolute;
	left: 280px;
	top: 150px;
	
	background-image: url('../images/spacer.png');
}

/* -----
 Right
----- */
#right {
	width: 650px; /* hier geen height, want het is tekst dus dat gaat automatisch groter natuurlijk */

	float: right;
	margin-right: 55px;
}
#right_wide {
	width: 950px;
	padding-left: 10px;
}
#right_top {
	height: 5px;
}
#right_content {
	width: 630px;
	*width: 650px;
	
	min-height: 200px;

	padding: 10px;

	background-color:#F2F2F2;
	border:1px solid #D8D8D8;
}
#right_content_wide {
	width: 975px;
	
	min-height: 200px;

	padding: 10px;

	background-color:#F2F2F2;
	border:1px solid #D8D8D8;
}

#right_bottom {
	height: 46px;
}

/* -----
 Footer
----- */
#footer {
	width: 100%;

	clear: both;
}
#footer_top {
	width: 100%;
	height: 9px;

	background-color: #1a4771;
}
#footer_bottom {
	width: 100% - 8px;
	height: 38px;

	background-image: url('../images/footer_bottom.png');
	
	padding: 2px 4px 0 4px;
	
	font-size: 0.9em;
}

