html,body 
{
	/*background-image:url(A-Images/AA-Structure-STR/905-STR-Background__-P-G02.jpg);*/
     height: 100%; /* HEEL BELANGRIJK! */
	 margin: 0;
     padding: 0;
	 
	 overflow:hidden;
}
#container
{
	position: absolute;
	
	top:0px;
	bottom:0px;
	
	left: 50%;
	margin-left:-475px;
	width:950px;

	height:100%; /* IE6: treaded as min-height*/
}

#tabs
{
	position: absolute;
	
	height:20px;
	width:925px;
	
	padding-left:25px;
	
	top:80px;
	left:0px;
	
	z-index:1;
}

div.tab
{
	position:relative;
	
	float:left;
	
	height:15px;
	
	padding-left: 20px;
	padding-right: 20px;
	
	padding-top:1px;
	
	border:1px solid #5d8295;
	
	margin-right:5px;
	
	text-align:center;
	
	cursor: pointer;
}

div.chosentab
{
	font-weight:bold;
	background-color: #D5DFE1;
}

#banner
{
	position: absolute;
	
	height:100px;
	width:950px;
	
	top:5px;
	left:0px;
	
	background-image:url(/A-Images/AA-Structure-STR/905-STR-Background__-P-A01.jpg);
}

#menu
{
	position: absolute;
	
	height:expression(document.body.clientHeight - 205 +"px");
	width:195px;
	
	overflow:auto;
	
	top:105px;
	left:750px;
	bottom:100px;	
	
	padding-left:5px;
	
	background:#c9d4d8;
}

#contenttitle
{
	position: absolute;
	
	overflow: hidden;
	
	height: 30px;
	width: 745px;
	
	top:110px;
	left:0px;
}

#content
{
	position: absolute;
	
	height:expression(document.body.clientHeight - 180 +"px");
	width:535px;
	
	padding-left:0px;
	padding-top:0px;
	
	top:145px;
	left:210px;
	bottom:35px;
	
	overflow-y:scroll;
	overflow-x: hidden;
	
	[if gte IE 6] background:red; [endif]
}

#left
{
	position: absolute;
	
	height:expression(document.body.clientHeight - 180 +"px");
	width:200px;
	
	top:145px;
	left:0px;
	bottom:35px;	
	
	overflow-y:hidden;
	overflow-x: hidden;
	
	background:#FFFFFF;
}

#leftbottom
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#bar
{
	top:expression(document.body.clientHeight - 30 +"px");
	
	position: absolute;
	left: 0px;
	
	height:25px;
	width: 745px;
	
	bottom: 5px;
	text-align:center;
	
	background:#C9D4D8;
}

#googleadds
{	
	top:expression(document.body.clientHeight - 95 +"px");

	position:absolute;
	width:200px;
	height:90px;

	left: 750px;
	
	bottom:5px;
}

div.float-right
{
	position:relative;
	float:right;
	
	margin:12px;
}