/*                                                                                                      */
/* #################################################################################################### */
/* # Datei css/print.css.php 1.0  (bluepageCMS V2.5.10.)                                                */
/* #################################################################################################### */
/* # Copyright © 2010 ISS-Oberlausitz (www.iss-ol.de)                                                   */
/* # Stand:  08.07.2010                                                                                 */
/* # Author: B.Beck                                                                          */
/* # Email:  info@iss-ol.de                                                                             */
/* #################################################################################################### */
/*                                                                                                      */

@import url("./layout.css.php");
@import url("./basis.css.php");

#bluepage,
#bluepage_body,
#bluepage_content,
#bluepage_top_space {
   position:relative;
   width:808px;
   top:0;
   padding:0;
   margin:0;
   background:#ffffff;
   background-image:none;
   overflow:visible;
      text-align:left;
}

.bluepage_headspace{
   display:block;
   height:150px;
}

.bluepage_tab {
   left:0;
}
.bluepage_td2{
   margin-top:0;  
   display:block;
   width:808px;
   position:relative; 
   overflow:visible;
   left:0px;
}

#bluepage_content{
   display:block;
   left:0;
    width:808px;
   overflow:visible;
   margin:0;padding:0;
}

.bluepage_print{
   position:absolute;
   left:0;
   top:0px;
   display:block;
   width:806px;
   height:150px;
   z-index:1000;
}

/*IE trick um absturz der Druckvorschau zu verhinden */
.imgbox{ position:relative;height:100%;width:100%;}
.img_a{  position:absolute; display:block; top:0; left:0; height:100%;width:100%;}


#bluepage_bg,
.bluepage_td1,
#bluepage_top_space,
#bluepage_head_top,
#bluepage_head,
.bluepage_head_space,
#bluepage_nav,
#bluepage_headnav,
.bluepage_bnrL,
.bluepage_bnrR,
#bluepage_bottom_td1,
.bluepage_rpic_space,
#bluepage_bottom_sitenav,
#bluepage_bottom,
#bluepage_rpic,
.bluepage_rpic_content,
.bluepage_content_bottom_space,
#bluepage_bottom_moz_space {
   display:none;
}


.templ_background,
.templ_background_white  {
   background-color:#ffffff;
}