/**
 * (c) IN·TAKT Media GmbH, http://www.intakt.net/
 * Project: Gräfliche Sammlungen Schloss Erbach
 * Purpose: Styling the print layout
 * 
 * Created: 2007-01-22
 * Changes: 
 */

body
{
  overflow: visible !important;
}

#navReader,
#distance,
#navigation,
#logo,
.buttons,
.toplink,
.buttons_print,
.buttons_pict
{
  display:none;
}

h1 {margin-top:2em}

#navBreadCrumb
{
  position:relative;
  margin-bottom:2em;
}

#content
{
  position:relative;
  height:auto;
  overflow:visible;	
}

#texts,
#texts_wide,
#subnav,
#images
{
  height:auto;
  overflow:visible;  	
}

#passe
{
  position:relative;
  height:auto;
  overflow:visible;
}




