/* andere css-dateien importieren */
@import "screen.css";
@import "04.css";
@import "04-ie.css";
@import "04-ie5.css";

/* generell fuer druckansicht */
body { background:#fff; }
#container { width:600px !important; height:auto; background:#fff; border:0 !important; }
#mainPart { width:600px !important; margin:0; float:none; clear:none; border:0 !important; }

/* ausgeblendete elemente */
#intro,
#navContainer,
#search,
#printPage,
#newsContainer { display:none; }

/* kopf und fuss fuer druckansicht */
#printHead { display:block; width:600px; margin-bottom:10px; }
#printHead h5 { width:49%; float:left; background:#ffffff; margin-bottom:10px; }
#printFoot { display:block; margin-bottom:10px !important; padding-bottom:10px; border-bottom:1px solid #ccc; }

/* content */
#contBlock1 { width:600px; height:auto; margin:0; padding:0; }
#contBlock1 h1 { width:600px; }
#outro, #pageFooter p { width:600px !important; margin:0; padding:0; }