/**
  * @style            PrintPreview
  * @formedia         screen,projection
  * @version          0.1
  * @author           Hannes Himburg
  * @copyright        brain-scc GmbH <http://www.brain-scc.de>
  * @lastmodified     2008-02-29
  *
  */
  
/**
  * @section  IMPORT CSS
  * @todo     import der Layout-Styles
  */
  
  @import "layout_basic.css";
  @import "media_switcher.css";
  
  
/**
  * @section  PRINTPREVIEW STYLES
  * @todo     Standard-Styles die zur Ausgabe der Druckvorschau benötigt werden
  */
  







/**
  * @section  HIDDEN OBJECTS
  * @todo     blended die Bereiche aus die in der Druckansicht nicht mit erscheinen sollen
  */










  HTML,
  BODY{
  display:block;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family:arial;
  font-size:11px;
  width:100%;
  height:100%;
  text-align:center;
  }

/*----------------------------------------------------------------------------*/

  div{ margin:0; padding:0; }

  h1{font-size:1.6em}
  h2{font-size:1.4em}
  h3{font-size:1.3em}
  h4{font-size:1.2em}
  h5{font-size:1.1em}
  h6{font-size:1.0em}


  .hier, .hidden, .hide{ display:none; }

/*
  a,
  a:link,
  a:visited{ color:#4c5866; text-decoration:none; }

  a:hover,
  a:focus,
  a:active{ color:#4c5866; text-decoration:underline; }
*/

  a img{ border:0px; }

  .HEAD1, .HEAD2,
  .LANGUAGE, ol.TOPNAV2,
  
  #HEAD,#LEFT, #RIGHT,#BOTTOM,
  #clickpath,
  #Edit_Icons,
  .Edit_Icons,
  .ARTIKEL_BACK_LINK{
    display:none;
  }

  #CONTENT{ margin:0px; padding:0px; }

  #CONTENT_DEFAULT{ float:none; width:96%; }

  #CONTENT #CONTENT_DEFAULT { display:block; padding:20px; }

  #MIDDLE{
    clear:both;
    display:block;
    margin:0;
    font-size:1.1em;
    padding:0px 0px 0px 0px;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    border-bottom:1px solid #DDD;
    background:none;
  }

  #SITE{ background:none; width:19.9cm; }

  .ARTIKEL_DETAILS{ width:100%; }

  * HTML #LEFT,
  * HTML #MIDDLE,
  * HTML #RIGHT,
  * HTML #CONTENT{height:auto;}

  .TOPLINE{ background:none; height:22px; border-bottom:1px dotted #666; }

  .TOPLINE .TOOLS{ width:100px; float:right; }

  .printpreviewtitle{
    float:left;
    display:block;
    width:500px;
    font-size:12px;
    font-weight:bold;
    color:#AAA;
    padding:3px;
    margin:0px;
  }
  
  /*ARTIKEL-STUFF*/
  
  .article_searchmask,
  .article_alphabetical_index,
  .article_copyright,
  .article_detailview_back,
  .article_pager,
  .clearer{
    display:none;
  }

