  /* CBACK.DE Registration Info for phpBB */
  /* Taken from VBulletin */

  body
  {
    padding: 0;
    margin: 0;
  }

  #info
  {
    overflow: visible;
    width: 100%;
    position: absolute;
    z-index:20;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    font-weight: bolder;
  	color: FF0000;
  }

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
		color: FF0000;
   /* color: InfoText; */
    {
    /* background: no-repeat .3em .3em; */
    /* background: InfoBackground url(../../images/icon_warning.gif) no-repeat fixed .3em .3em; */
    background-color: FFCC66;
    padding: .45em .3em .45em 2em;
/*    border-bottom: .16em outset; */
    text-decoration: none;
    cursor: default;
  }

  #infobar a:hover
  {
    width:34%;
    color: HighlightText;
    background: Highlight url(../../images/icon_warning_hover.gif) no-repeat .3em .3em;
  	background-color: FF0000;
  	color: FFFFFF;
  	font-size: 7.5pt;
  }

  #viewplot
  {
    width: 100%;
    height: expression(this.parentNode.offsetHeight - this.offsetTop);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1em;
  }