/*                                                                                                      */
/* #################################################################################################### */
/* # 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_p{
position:relative;
text-align:center;
width:100%;
}

#bluepage_print_body{
  margin:40px auto;
  text-align:left;
  width:600px;
  line-height:150%;
  color:#0d287b;
  font-family:verdana,helvetica,arial;;
  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;
  width: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;
}


