/*                                                                                                      */
/* #################################################################################################### */
/* # Datei css/print.css.php 1.0  (bluepageCMS V2.5.7.)                                                */
/* #################################################################################################### */
/* # Copyright � 2008 ISS-Oberlausitz (www.iss-ol.de)                                                   */
/* # Stand:  16.07.2008                                                                                 */
/* # Author: T.Hojenski                                                                                 */
/* # Email:  info@iss-ol.de                                                                             */
/* # URL:    http://www.mbn-gmbh.de                                                                  */
/* #################################################################################################### */
/*                                                                                                      */
@import url("./layout.css.php");
@import url("./basis.css.php");

.print {
   display:block;
}
.noprint {
   display:none;
}

.hr_line{
  width:600px;
}

#bluepage_print_body{
  width:600px;
  line-height:150%;
  font-color:#333333;
  font-family:verdana,helvetica,sans-serif;;
  font-size:12px;
  line-height:120%;
}

#bluepage_print_head{
  position:relative;
  height:120px;
}

.bluepage_print_space{
  position:relative;
  height:30px;
  width:600px;
}

.printversion {
  position:relative;
  widht:600px;
}


.print_left{
 position:absolute;
 left:0px;
 width:300px;
}

.print_right{
 position:absolute;
 text-align:right;
 right:0px;
 width:300px;
}

#bluepage_print_content{
  width:600px;
line-height:150%;
}

#bluepage_print_footer{
  width:600px;
  text-align:center;
  height:80px;
}
.copyright{
  position:relative;
  top:40px;
  width:500px;
  margin:0 auto;
  text-align:center;
  height:30px;
}

.bluepage_td1  , .bluepage_td3, #bluepage_bottom, #bluepage_head, #bluepage_nav_bg, .bluepage_body_space,
#bluepage_knav, #bluepage_content_bottom_space, #popup_background , #popup_content, .bluepage_sitenavbox_space
{
  display:none;
} 



#bluepage, #bluepage_body,.bluepage_td2, .bluepage_tab, 
.bluepage_row, #bluepage_content{
  position:relative;
  line-height:120%;
  top:0;
  bottom:0; 
  height:auto;
  padding:0;
  margin:0;
  left:0;
  width:600px;
  overflow:visible;
  }