/*General Style*/

  /*Body*/
  body.BIB_body
  {
    background-image:url('../graphics/background.gif');
    font-family:'Trebuchet MS';
    font-size:14px;
    width:1000px;
    margin:auto;
  }
  /*Pages*/
  div.BIB_page_container
  {
    display:none;
    background-color:#E0F0FF;
    margin-top:10px;
    padding:10px;
    overflow:hidden;
  }
  div.BIB_pages_titel
  {
    width:100%;
    height:30px;
    background-color:#000000;
    color:#E0F0FF;
    font-size:26px;
    text-align:center;
  }
  div.BIB_page_contents_full
  {
    text-align:justify;
  }
  div.BIB_page_contents_half_left
  {
    text-align:justify;
    width:49%;
    float:left;
  }
  div.BIB_page_contents_half_right
  {
    text-align:justify;
    width:49%;
    float:right;
  }

/*Header Style*/

  /*Header Title*/
  div.BIB_header
  {
    background-color:#05CBF5;
    display:block;
  }
  div.BIB_header_title
  {
    background-image:url('graphics/header/BIB_1.jpg');
  }
  table.BIB_header_title
  {
    width:100%;
    height:200px;
  }
  tr.BIB_header_title
  {
    width:100%;
    height:50%
  }
  td.BIB_header_title
  {
    text-align:left;
    vertical-align:top;
    font-size:36px;
    font-weight:bold;
    color:#000000;
  }
  td.BIB_header_subtitle
  {
    text-align:right;
    vertical-align:bottom;
    font-size:16px;
    font-weight:bold;
    color:#000000;
  }

  /*Header Menu*/
  div.BIB_header_menu
  {
    width:50%;
    height:15px;
    background-color:#000000;
    color:#E0F0FF;
    font-size:12px;
    float:left;
  }
  a.BIB_header_link
  {
    color:#E0F0FF;
    text-decoration:none;
  }
  a.BIB_header_link:link
  {
    color:#E0F0FF;
  }
  a.BIB_header_link:visited
  {
    color:#E0F0FF;
  }
  a.BIB_header_link:hover
  {
    color:#FFFFFF;
    font-weight:bold;
  }

  /*Header Languages*/
  div.BIB_header_languages
  {
    width:50%;
    height:15px;
    background-color:#000000;
    color:#FFFFFF;
    float:right;
    text-align:right;
  }
  img.BIB_header_languages
  {
    border-width:0px;
  }
  
/*Footer*/
div.BIB_footer
{
  display:block;
  background-color:#000000;
  color:#E0F0FF;
  font-size:12px;
  clear:both;
}