  /* CBACK.DE Registration Info for phpBB */
  /* Taken from VBulletin */

  #info
  {
    overflow: visible;
    width: 100%;
    position: fixed;
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
  }

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    /* color: InfoText; */
    color: #FFFFFF;
    background: #F1B4A0 url(http://www.xtc-supportforum.de/styles/rednblack/theme/images/icon_warning_hover.gif) no-repeat fixed 10px 3px;
    padding: 5px 30px;
    border-bottom: 1px outset;
    text-decoration: none;
    cursor: default;
  }

  #infobar a:hover
  {
    color: HighlightText;
    background: Highlight url(http://www.xtc-supportforum.de/styles/rednblack/theme/images/icon_warning_hover.gif) no-repeat fixed 10px 3px;
  }

  #viewplot
  {
    width: 100%;
    height: expression(this.parentNode.offsetHeight - this.offsetTop);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
  }