
/* StyleSheet HB Uitgevers*/
body
    {
      margin: 0;
    }

    h1, h2
    {
      font-family: Tahoma;
      font-weight: bold;
      color: #00CCCC;
    }
    h2
    {
      font-size: 14px;
    }
    h1
    {
      font-size: 18px;
    }    
    body, a, p, select, input, textarea 
    {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 11px;
      color: #545454;
    }
    
    img
    {
      border: 0;
    }

    a 
    {
      font-weight: bold;
      text-decoration: none;
    }

    a:hover 
    {
      font-weight: bold;
      text-decoration: none;
      color: #00CCCC;
    }

    #pagelayout
    {
      margin: 0;
      width:  810px;
      height: 100%;
      padding: 8px 8px 8px 8px;
    }

    #triggerblock
    {
      float: right;
      display: inline;
      width: 200px;
      vertical-align: text-top;   
    }
    #triggerblock span
    {
      float: right;
      width: 60px;
      text-align: right:    
    }
    #content
    {
      width: 585px;
      height: 100%; 
      vertical-align: top;
    }
    #contentauthor
    {
      width: 580px;
      height: 100%; 
      vertical-align: top;
    }
    #result
    {
      width: 580px;
      vertical-align: top;
      padding:8px 8px 8px 8px;
    }
    #result_line, #result_title, #result_isbn
    {
      float: left;
      display: inline;
      position: relative;
      vertical-align: top;
      padding:3px 3px 3px 3px;

    }
    #result_title
    {
      width: 360px;
    }
    #result_isbn
    {
      width: 180px;
    }
    
    #result span
    {
      width: 580px;
      line-height: 24px; 
      vertical-align: top;
      background-color: #00CCCC;
    }
    
    #contentbtw
    {
      float: left;
      width: 580px;
      height: 10px;
      text-align: center;
    }
    
    #contenttop
    {
      float: left;
      width: 580px;
      height: 10px;
      background-color: #00CCCC;
    }
    
    #textimgcenter, #textimgleft, #textimgright, #textfull
    {
      width: 100%;
    }
    
    #textimgleft
    {
      float: left;
      text-align: left;
    }
    #textimgcenter
    {
      float: right;
      text-align: center;
    }    
    
    #textimgright
    {
      float: right;
      text-align: right;
    }    
    
    #imghalfleft, #imghalfright
    {
      float: left;
      display: inline;
      width: 220px;
      vertical-align: text-top;     
    }
   
    #texthalf
    {
      float: left;
      display: inline;
      width: 360px;
      vertical-align: text-top;    
    }
    
    #imghalfleft
    {
      text-align: left; 
    }
    
    #imghalfleft span
    {
      text-align: left;
      float: left;
      width: 200px;
      display: block;
      line-height: 15px;
      vertical-align: text-bottom;
    }
    
    #imghalfright
    {
      text-align: right; 
      padding: 0px 0px 0px 0px;
    }
    
    #spacer 
    {
      width: 585px;
      height: 10px;
      float: left;
    }
