#T_SECTION_HEADER{
  width: 100%;
  background: #FF9900 url(/be-nl/images/backgrounds/page_title.gif);
  height: 92px;
}

/*  HEADER  */

#sectionHeaderLeft {
}

#sectionHeaderCenter {
  width: 768px;
}

#sectionHeaderRight {
}

/*  SUBHEADER  */

td.sectionSubHeader1 {
  height: 26px;
  background: #2e3640;
  border-top: 1px solid #fff;
}

td.sectionSubHeader2 {
  width: 177px; // Without padding of 5 this is 182
  height: 26px;
  background: #2e3640;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #ccc;
  text-align: right;
  padding-right: 5px;
}

td.sectionSubHeader3 {
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #ccc;
}

td.sectionSubHeader4 {
  border-top: 1px solid #fff;
  height: 26px;
}

#pageTitle {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 582px;
  height: 65px;
color: #FFFFFF;
font-size: 24px;
padding-left: 10px;
}

/*  BREADCRUMB  */

#breadCrumb1 {
  background: #a0a0a0;
  border-left: 1px solid #fff;
  height: 26px;
  width: 583px;
}

#breadCrumb1 a {
  color: #fff;
  font-weight: none;
  font-size: 11px;
  text-decoration: underline;  
}

#breadCrumb2 {
  padding: 0 0 0 7px;
  height: 26px;
  line-height: 26px;
  border-right: 1px solid #fff;
  background: #eeeeee;
  color: #444;
  font-size: 11px;
  /*text-transform: lowercase;*/
  /*width: 476px;*/
  /*float:right;*/
}

#breadCrumb2 a {
  color: #444;
  font-size: 11px; 
}

/*  SECTION MENU  */

#T_SECTION_MENU {
  float: left;
  width: 178px; // Without padding of 5 this is 183
  vertical-align: top;
  text-align: right;
  padding-right: 5px;
}

#T_SECTION_MENU ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 9px;
}

#T_SECTION_MENU a{
  color: #666;
  line-height: 18px;
  /*text-transform: lowercase;*/
  text-decoration: none;
}

#T_SECTION_MENU a.active {
  color: #2e3640;
  line-height: 18px;
  font-weight: bold;
}

.sectionMenuTitle {
  font-size: 14px;
  font-weight: bold;
  /* text-transform: lowercase;*/
  /* line-height: 3; */
}

#T_SECTION_SUBMENU li {
  margin-top: 3px;
}

#T_SECTION_SUBMENU a {
  color: #369;
  font-size: 11px;
  line-height: 16px;
}

#T_SECTION_SUBMENU a:active {
  color: #C00;
  font-size: 11px;
  line-height: 16px;
}

