/* -------------------------------------------------------------- */
/**
 * Druckausgabe-Stylesheet
 *
 * CSS-Stylesheet mit allen zentralen Angaben zur Gestaltung von
 * Elementen innerhalb des HeinzeBauOffice
 *
 * @version $Rev$ - $Date$
 * @author  $Author$
 * @link    $URL$
 */
/* -------------------------------------------------------------- */
body {
  text-align: left; /* IE Fix */
}

#container {
  margin: 0;
  text-align: left; /* IE Fix */
  width: 967px;
}

#headerTop,
#navigationStandardPageBottom {
	height: 0px;
  	display: none;
	visibility: hidden;
}

#contentStartPageBottom,
#contentStandardPage,
#contentWithoutNavigation {
margin: 0;
padding: 0;
overflow: visible;
background: #FFFFFF ;
display: block;
/* width: auto; */
float: left;
height: auto;
}

#contentStandardPageImageBorder,
#imageBand,
#imageBorderTop,
#contentStartPageAnimation,
#contentStandardPageImage,
#contentStandardPageFooter {
visibility: hidden;
  	display: none;
	}


#contentStartPageText,
#contentStandardPageContent,
#contentStandardPageContentEbene3,
#contentStandardPageContentEbene2a,
#contentStandardPageContentEbene2aNews{
margin: 0;
padding: 0;
overflow: visible;
color: black;
float: left;
}
