
/* _ PRINT _ PRINT _ */
@media print{  

/* _ https://jafferhaider.wordpress.com/2007/12/29/fix-for-the-firefoxcss-one-page-printing-bug/  _ */


@page  
{ 
    //size: auto;   /* auto is the initial value */ 
	size: A4;
    /* this affects the margin in the printer settings */ 
   // margin: 15mm 15mm 15mm 15mm;  
} 



html, body, #footer,#container, .inhaltbild, .main, .inside, 
.mod_article, div, #visitenkarte, .layout_latest, .image_container, .ce_text
, #newstext
{
	position:relative !important;
	 overflow: visible !important;
	 float: none !important;
}


#inhaltfliesstext, #inhaltheadline, .mod_newsarchive, #newstext,
.mod_newsreader h1, .back ,
#publikationen .inhaltsubtitel,
#publikationen .ce_text,
#visitenkarte,
#topburger,
.landessammlungen_titel,
#ls_footerheadline,
#ls_footernav,
 #ls_sammlungsdb, .ansprechpartner
{
	margin:0;
}

#topnavi, #ls_footernav, #visitenkarte, #ls_service1, #ls_service2, 
#footer_noelogounten, #ls_footerheadline, #toppfeil,
#topnavikategorien, #topnaviservice1, #topnaviservice2,#topnaviservice3
, .back, .more

{
	display:none;
}

.landessammlungen_titel{
	display:block !important;
	margin-bottom:20px;
}


#inhaltheadline h1, h1.ce_headline{
	font-size:2.0em;
	line-height:1em;
}

#inhaltheadline{
	width:95%;
	padding-right:0;
	border-top:30px solid white;
	border-bottom:30px solid white;
}

#inhaltfliesstext, .ce_text{
	width:100%;
	margin-right:0;
	margin-left:0;
}

#inhaltrechts{
	width:50%;
	margin-right:0;
	margin-left:0;
}

#ls_footeradresse{
	position:absolute;
	right:auto;
	top:auto;
	width:auto;
}

#publikationen .ce_text .image_container {
	margin-left:0;
}
#publikationen .ce_text .image_container img{
	margin-top:0;
}
#newstext{
	margin-right:0px;
	width:100%;
}

.mod_newsarchive  .image_container{
	margin-left:0px;
}

.mod_newsarchive h1{
	margin-top:10px !important;
	min-height:20px;
	margin-bottom:10px !important;
}

.bteil{
	height:auto;
	border-bottom:10px solid white;
}



}




