/* DATEI: 2vers_prt.css */ /* Druckversion des Style-Sheets */ /* ======================================== */ /* Grundsaetzliche Schrift- und Farbangaben: */ /* ======================================== */ body { margin:0px; padding:0px; } body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dir,menu,div,span,td,th,caption,dd,dt,dl { color:#000000; background-color:#FFFFFF; font-family:"century schoolbook","times new roman",times,serif; } pre,tt,code { color:#000000; background-color:#FFFFFF; font-family:"courier new",courier,monospace; } /* Schriftart für Vorformatierten Text, Schreibmaschinenstil und Code */ a:link { color:#000000; background-color:#FFFFFF; text-decoration:none; } a:visited { color:#000000; background-color:#FFFFFF; text-decoration:none; } a:hover { color:#3800FF; background-color:#FFFFA0; text-decoration:underline; } a:active { color:#000000; background-color:#FFFFFF; text-decoration:none; } /* Generelle Link-Farben: unbesuchter, besuchter und angeklickter Link schwarz; */ /* mit der Maus ueberfahrener Link orange */ h1 { font-size:220%; font-weight:bold; font-style:normal; font-variant:small-caps; text-decoration:underline; } h2 { font-size:180%; font-weight:bold; font-style:normal; font-variant:normal; text-decoration:underline; } h3 { font-size:160%; font-weight:bold; font-style:italic; font-variant:normal; text-decoration:underline; } h4 { font-size:140%; font-weight:bold; font-style:normal; font-variant:normal; text-decoration:underline; } h5 { font-size:120%; font-weight:bold; font-style:italic; font-variant:normal; text-decoration:underline; } h6 { font-size:110%; font-weight:bold; font-style:normal; font-variant:normal; text-decoration:underline; } /* Ueberschriften: fett, Schriftgroessen relativ zur Standardschrift */ table.layout { border:0 none; margin:0px; padding:0px; } td.navigation { display:none; } /* Die Zelle mit dem Menue soll nicht gedruckt werden */ td.inhalt { color:#000000; background-color:#FFFFFF; padding:0px; border:0 none; text-align:left; vertical-align:top; } /* Diese Angaben gelten für die Zelle mit dem eigentlichen Inhalt */ /* In der Druckversion wird ganz am Ende des Dokuments noch ein Paragraph mit */ /* einem Link zur Normalansicht angezeigt. Dieser soll jedoch nicht gedruckt werden: */ @media screen, projection { a.normalolink:link { color:#0000FF; background-color:#FFFF68; text-decoration:underline overline; } a.normalolink:visited { color:#0000FF; background-color:#FFFF68; text-decoration:underline overline; } a.normalolink:hover { color:#D00038; background-color:#D0FFFF; text-decoration:underline overline; } a.normalolink:active { color:#0000FF; background-color:#FFFF68; text-decoration:underline overline; } } @media print { p.normalolink { display:none; } a.normalolink { display:none; } }