
	
html {
	overflow-y: scroll;
}

#BAM_pageCenterer {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
}

#BAM_pagePositioner {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 954px;
}

#BAM_topContainer {
	width: 954px;
	height: 191px;
}

#BAM_siteHeaders {
	position: absolute;
	top: 0;
	left: 0;
	width: 954px;
	height: 100%;
	overflow: hidden;
}

#BAM_bamBar {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 954px;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
}

#BAM_portalTitle {
	z-index: 100;
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-weight: bold;
}

#BAM_logo {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -34px;
}

#BAM_crown {
	z-index: 100;
	position: absolute;
	right: 3px;
	top: 0;
}

#BAM_groupTitle {
	z-index: 100;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: 6px;
	color: white;
	font-weight: bold;
}

#BAM_userName {
	z-index: 100;
	position: absolute;
	top: 56px;
	left: 20px;
	color: white;
	font-size: 0.8em;
}

#BAM_topnav {
	z-index: 100;
	position: absolute;
	top: 50px;
	right: 10px;
	overflow: hidden;
}

#BAM_topnav ul {
	float: right;
	list-style: none;
}

#BAM_topnav ul li {
	float: left;
	margin-left: 10px;
	display: inline;
	list-style: none;
}

#BAM_topnav ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

#BAM_topnav .BAM_languageFlag {
	vertical-align: middle;
	border: 0;
}

#BAM_menu {
	position: absolute;
	top: 76px;
	left: 0;
	width: 954px;
	height: 1.75em;
	margin: 0 0 1em;
	background-color: #F9FEFA;
	z-index: 999;
}

#BAM_middleContainer {
	z-index: 100;
	position: absolute;
	top: 191px;
	left: 0;
	width: 954px;
	height: 46px;	
}

#BAM_bottomContainer {
	z-index: 100;
}

#BAM_sideBarContainer {
	z-index: 100;
	position: absolute;
	top: 237px;
	left: 0;
	width: 245px;
}

#BAM_sideBar {
	padding-right: 14px;
	padding-top: 2px;
}

#BAM_sideBar ul.portlets {
  list-style: none;
  list-style-type: none;
}

#BAM_sideBar ul.portlets li.separator {
  display: inline;
  width: 100%;
  float: left;
  clear: left;
}

/* ------------------------------- CONTENT ------------------------------- */

#BAM_contentContainer {
	z-index: 100;
	position: absolute;
	top: 237px;
	left: 245px;
	width: 709px;
}

#BAM_buttonBar {
  z-index: 100;
	position: absolute;
	top: 0;
	left: 245px;
	width: 709px;
	height: 45px;
	padding-top: 11px;
}

.BAM_separator {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	height: 17px;
	background-image: url(http://www.bam.nl/images/frameset/shadow.gif);
	background-repeat: repeat-x;
}

#BAM_content {
	padding-left: 0px;
	padding-right: 0px;
	overflow-x: auto;
	overflow-y: hidden;
}