/* 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; height:auto; background:#fff; }
#mainPart { width:600px; height:auto; float:none; clear:none; margin:5px; overflow:visible; }

/* ausgeblendete elemente */
#intro,
#navContainer,
#navHorizontal,
#contLocation,
#printPage { display:none; }

/* kopf fuer druckansicht */
#printHead { display:block; margin-bottom:10px; }
#printHead h5 { width:49%; float:left; background:#ffffff; margin-bottom:10px; }

/* content, newskasten, fuss */
#newsContainer { display:none; }
#contBlock1    { width:auto; height:auto; margin:0; }
#contBlock1 h1 { width:auto; }
#outro         { margin-top:20px; background:#eee; color:#111; }
#outro a       { color:#111; }
