/* SAP */
div.SAP{
  background-color: #fdb813;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
div.SAP>div>h3{
  font-size:1.2em;
  margin: 10px 0 0;
}
div.SAP .subtitle{
  width: 560px;
  font-size:1.2em;
}
div.SAP .subtitle a{
  color:#231f20;
}
div.SAP>div>h3>a{
  color:#231f20;
}
div.SAP .image{
  float: right;
  margin: 0;
  overflow: hidden;
  height: 90px;
  width: auto;

}
div.SAP .allmater{
  font-size: 1.2em;
  color: #006bb3;
}
/* End SAP */