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