/* andere css-dateien importieren */
@import "screen.css";
@import "main.css";
@import "main-ie7.css";

/* generell für druckansicht */
* { overflow:visible !important; }
body { background:#fff; min-width:600px; height:auto; }
div { float:none !important; }
#fullheightcontainer { width:600px; height:auto; }
#wrapper, #wrapper2 { background:#fff; }
#outer { margin-left:0; }
#header, #footer { width:600px; }

/* ausgeblendete elemente */
#left,
#right,
#siteWords,
#intro,
#contLocation,
#printPage,
#kontakt-impressum-sitemap,
#footerFacebook,
#footerNavigation,
#footerKontakt { display:none; }

/* kopf und fuss für druckansicht */
#printHead { display:block; width:600px; margin:5px 0px !important; }
#printFoot { display:block; width:600px; margin-bottom:10px !important; }
#header, #clearheadercenter { height:1px !important; }

/* content */
#contBlock1 { width:600px; height:auto; margin:0; }
#contBlock1, #contBlock2, #contBlock3 { padding:0 !important; }
#footer { width:600px !important; overflow:hidden; }
#outro { width:600px; border-top:1px solid #bdbdbd; background:#fff; background-image:none; }
#footerCopyright { position:relative; top:0; left:0; }

