/* CSS Document */
body			{
				background-color:#;
				margin:0px;
				padding:0px;
				height:100%; /* this is the key! */ 				
				/* background-color: #d8e6f4; */  
				background-color: #ffffff;
				}

html, body {
margin:0px; 
padding:0px; 
text-align:center;   
overflow: auto;
height: 100%; /* héél belangrijk */
}


#container		{
				width: 949px;
				margin-left: auto;
				margin-right: auto;
				text-align: left;
				min-height: 100%;
				height:auto !important; /* voor moderne browsers */
				height:100%; /* voor IE */
				align:center;
				padding: inherit;
				overflow: hidden
				z-index:1;
				}
			
#bocx-interiors	{
				position: absolute;
				width: 949px;
				height: 118px;
				/* border: 1px solid #919191; */
				align:left;
				padding:0 0 0 0;
				padding: inherit;
				z-index:1;
				}

#menu	{
				position: absolute;
				width: 725px;
				height: 46px;
				margin-top:69px;
				margin-left:220px; 
				text-align: center;     
				background-image: url(/ThemeARROW/background-21.gif); 
				background-repeat: no-repeat; background-color: transparent; background-position: 0px 0px;				
				z-index:1001;
				}
		
#content	{
				position: absolute;
				width:949px;
				height:632px;
				margin-top:125px;
				margin-left:0px;
				margin-right:0px;
				background:url('../images/bocxvak.gif') no-repeat; 
				padding: 3px;
				}

#navonder	{
				position: absolute;
				width:949px;
				height:86px;
				margin-top:770px;
				margin-left:0px;
				margin-right:0px;
				padding:0 0 0 0;
}


#bocxlogo	{
				position: absolute;
				width:206px;
				height:104px;
				margin-top:8px;
				margin-left:0px;
				margin-right:0px;
				padding: 0px;
}

#language	{
				position: absolute;
				width:206px;
				height:104px;
				margin-top:8px;
				margin-left:900px;
				margin-right:0px;
				padding: 0px;
}


#myMenuID {
				position: absolute;
				width:736px;
				height:104px;
				margin-top:8px;
				margin-left:210px;
				margin-right:0px;
				border: 1px solid #919191;
				padding: 0px;
				}