/*** Added by : tx_pplib_cobj->PPLIB_CSS  */
/* New Banner */

.banner_container {
  position: relative;
  margin-bottom: 30px;
}

.banner_image {
  width: 1078px;
  height: 275px;
  display: block;
  position: relative;
  left: -49px;
  
  -webkit-box-shadow: 0px 2px 3px #777;
  -moz-box-shadow: 0px 2px 3px #777;
  box-shadow: 0px 2px 3px #777;
  border-top: 1px solid #ccc;

  /* roundedness */
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;

  margin-top: 10px;

  z-index: 2;

  behavior: url(../"fileadmin/main_site_template/PIE.htc");
}

.banner_container h1 {
    position: absolute;
    bottom: 18px;
    left: 0px;
    z-index: 5;
    padding: 0px;
    margin: 0px;
    text-shadow: 0 1px 5px #000000;
    border: none;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
    behavior: url(../"fileadmin/main_site_template/PIE.htc");
}

.banner_container p {
    font-family: proxima-nova,sans-serif;
    position: absolute;
    bottom: 18px;
    left: 787px;
    z-index: 5;
    padding: 0px;
    margin: 0px;
    text-shadow: 0 1px 5px #000000;
    border: none;
    color: rgba(250, 250, 250, 0.85);
    letter-spacing: 1.1px;
    font-weight: 100;
    font-size:0.8em !important;
    behavior: url(../"fileadmin/main_site_template/PIE.htc");
}

.triangle-l {
  border-color: transparent #999 transparent transparent;
  border-style: solid;
  border-width: 15px;
  height: 0px;
  width: 0px;
  position: absolute;
  left: -64px;
  top: 260px;
  z-index: -1;
}

.triangle-r {
  border-color: transparent transparent transparent #999;
  border-style: solid;
  border-width: 15px;
  height: 0px;
  width: 0px;
  position: absolute;
  right: -64px;
  top: 261px;
  z-index: -1;
}

/*** Added by : tx_pplib_cobj->PPLIB_CSS  */
#navBarLogin, #navBarLogout {
  margin-right: 0;
}

#navBarHelp {
  padding-right: 0;
}

#navBarSearch {
  margin-right: 0px;
}

/*** Added by : tx_pplib_cobj->PPLIB_CSS  */
<style type="text/css">

#content_right
{
  padding-right: 0px;
  /*margin-left: 6px;*/
}

img.right_menu
{
  padding-bottom: 4px;
  border: 0px;
}

a.rightbutton
{
  color:#333333;
 /*background-image:url(../fileadmin/website_data/images/landing_pages/redbuttonRollOver.png);*/
  background-repeat:no-repeat;
  background-color:#ffffff;
  text-decoration:none;
  display:block;
  line-height:98%;
  margin-bottom: 4px;
  font-weight:normal;
  font-size:small;
  padding:11px 4px 10px 11px;
  text-align: left !important;
}

a.rightbutton:hover
{
 /* background-image:url(../fileadmin/website_data/images/landing_pages/redbutton.png);*/
  color:#720000;
  background-color:#ffffff;
}

a.rightbutton:active
{
  background-image:url(../fileadmin/website_data/images/landing_pages/redbutton.png);
  /*background-color:#333333;*/
}

  /* ****** For right column of the WANIC/ProjectFUN site ******* */

a.bluebutton
{
  color:#FFFFFF;
  background-image:url(../fileadmin/website_data/projectfun/wanic/blueButton.png);
  background-repeat:no-repeat;
  text-decoration:none;
  display:block;
  line-height:98%;
  margin-bottom: 4px;
  font-weight:bold;
  font-size:small;
  padding:11px 4px 10px 28px;
}

a.bluebutton:hover
{
  background-image:url(../fileadmin/website_data/projectfun/wanic/blueButtonRollover.png);
  /*background-color:#666666;*/
}

a.bluebutton:active
{
  background-image:url(../fileadmin/website_data/projectfun/wanic/blueButtonRollover.png);
  /*background-color:#333333;*/
}


/* QuickLinks aka page table of contents link styling */

a.pageContents  {
  margin: 8px 4px 6px 4px;  
  display: block;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-weight:bold;
  font-size: 12px;
  text-decoration:none;
  line-height:98%;
  padding: 3px 4px 3px 8px;
 }

a.pageContents:hover {
  background-color:#ccc;
  }

a.pageContents:active {
  background-color:#ccc;
}
</style>