/* print.css für haspa.de, popups
-----------------------------------------*/
* html body{
overflow: visible; 
height: 1%; 
}
* html div#scrollContainer{
height:1%;
width:auto;
overflow:visible;
position:static;
    top:100px;
}
#head{
    height:1%;
    position:static;
    width:100%;
}
#head .logoBg{
   width:624px;
   float:left;
   background:none;
}
#head .logoBg #logo1{
position:static;
padding:0;
    margin:0;
    float:left;
}
#head .logoBg #logo2{
    padding:0;
    margin:18px 0 0 0;
    float:left;
    overflow:hidden;   
    width:500px;
}
#head .logoBg #logo2 img{
    width:auto;
height:auto;
    float:right;
    margin-top:0;
}
#head .inner{
    background:none;
    width:auto;
}
#scrollContainer #content{
    width:100%;
    height:1%;
}
/*galerie-popups*/
.galerie{    
    height:auto;
}
* html .galerie{
    height:600px;
}
* html #content{
    margin:100px 0 0 0;	
}
/*damit der Border nicht zu lang wird*/
h1 span.subtitle{
    border:none;
}
