#T_SECTION_HEADER{
  width: 100%;
  /*background: #B5B545;*/
  /*background: #002751; Donker blauw */
  background: #004798; /* Donker blauw */
  /* background: #0053A0;  Fel blauw */
  /* background: #7BA2D3;  Licht blauw */
  height: 92px;
}

/*  HEADER  */

#sectionHeaderLeft {
}

#sectionHeaderCenter {
  width: 768px;
}

#sectionHeaderRight {
}

/*  SUBHEADER  */

td.sectionSubHeader1 {
  height: 26px;
  /* background: #e5e5e5; */
  background: #f8981d; /* Light orange */
  border-top: 1px solid #fff;
}

td.sectionSubHeader2 {
  width: 177px; // Without padding of 5 this is 182
  height: 26px;
  /* background: #e5e5e5; */
  background: #f8981d; /* Light orange */
  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;
}

/*  BREADCRUMB  */

#breadCrumb1 {
  /* background: #a0a0a0; Gray */
  background: #EE7900; /* Orange */
  background: #F8C99C; /* Light orange */
  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: #e5e5e5; Gray */
  background: #F8C99C; /* Light orange */
  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; /* Gray */
  /* color: #EE7900; Orange */
  line-height: 18px;
  /*text-transform: lowercase;*/
  text-decoration: none;
}

#T_SECTION_MENU a.active {
  /* color: #C00; Red */
  color: #EE7900; /* Orange */
  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;
}

p.firstParagraph{
	margin-top: 11px;
}


