<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Stylesheetdatei 11.11.2003 Stiftung Mondo */

/* Schriftart und Hintergrundfarbe fuer alle Dokumente, wenn nicht im  Dokument anders definiert*/
body   { font-family: verdana, arial, helvetica,sans-serif; background-color: white;}

/* Hyperlinks unterstrichen */
A:link   { color: #003366; text-decoration: yes }
A:visited   { color: #003366; text-decoration: yes }
A:active { color: #003366; text-decoration: none }

/* Scrolling */
body, text {
  scrollbar-base-color:#FFFFFF;
  scrollbar-3dlight-color:#003366;
  scrollbar-arrow-color:#003366;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#003366;
  scrollbar-track-color:#FFFFFF; }

/* Gemeinsame Formatelemente für alle Überschriften*/
H1, H2, H3, H4 { Font-Family : Arial, helvetica, sans-serif; Color : darkblue }
/* Spezielle Formatelemente für jede Überschriftebene */
H1 { Font-Size : 16pt; Text-Align : Center;}
H2 { Font-Size : 14pt; Text-Align : Left; Font-style : italic }
H3 { Text-Align : Left; Font-Size : 13pt ; Font-Style : Italic }
H4 { Font-Size : 12pt }

/* Standard Absatzformat */
p { font-size:8pt; line-height:11pt; font-family:Arial,Helvetica, Sans-Serif; letter-spacing:0.2mm; word-spacing:0.5mm; }
/* Listenelemente, Tabellenzellen */
UL, DL, OL { font-family: Arial, Helvetica, Sans-Serif;}
li { font-size: 8pt; line-height:11pt; font-family:Trebuchet MS, Arial, Helvetica, sans-serif;}
dd { font-size: 8pt; font-family:Trebuchet MS, Arial,Helvetica, sans-serif;}
td  { font-size: 8pt; font-family: verdana, Arial, Helvetica, sans-serif;}
th  { font-size: 8pt; font-weight:bold; font-family: verdana, Arial, Helvetica, sans-serif;}
caption { font-size: 8pt; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}

/* Unterklassen von Absatzformaten */
p.normal 
p.gross  
p.klein  

/* Allgemeingültige Formatklassen, nicht nur auf &lt;p&gt; anwendbar */
.MenuMain { Font-Family : Arial, helvetica, sans-serif ; Font-Size : 8pt; Font-weight: bold; Font-color: red; }
.MenuSub { Font-Family : Trebuchet MS, Arial, helvetica, sans-serif ; Font-Size : 8pt; Font-weight: bold; }
.center  {Text-Align : Center }
.SansSerif { Font-Family : Arial, helvetica, sans-serif }
.SansSerifRot { Font-Family : Arial, helvetica, sans-serif;  Color : red}
.SansSerifKursiv { Font-Family : Arial, helvetica, sans-serif ; Font-style : italic}
.FixedFont  { Font-Family : Courier; Font-Size : 8pt;}
.rot { Color : red }
.green { Color : green }
.kursiv {Font-style:italic}
.Einzug1 { Margin-Left: 1cm; Margin-Right: 1cm}
.Einzug2 { Margin-Left: 2cm; Margin-Right: 2cm }
.BlockEinzug1 { Margin-Left: 1cm; Margin-Right: 1cm; text-align:justify; Font-Family :Arial, helvetica, sans-serif ; Font-Size : 8pt} 
.BlockEinzug2 { Margin-Left: 2cm; Margin-Right: 2cm; text-align:justify; Font-Family : Arial, helvetica, sans-serif ; Font-Size : 8pt}

/* schwarze Umrandung fuer Text */
.box { border: solid; border-width: thin; padding: 0.5 cm;}	

/* Rote Umrandung */
.redbox  { border: solid; border-width: 1pt; border-color: red; padding: 3pt; }

/* Blaue Umrandung */
.bluebox  { border: solid; border-width: 1pt; border-color: blue; padding: 3pt; }

/* Rote senkrechte Linie, links vom Text */
.linker-rand { border-left: solid; border-right: none; border-top: none; border-bottom: none; border-left-width: thin; border-color: red; padding: 0.5em;}	



/* Farbnamen */
black #000000 gray #808080 
maroon #800000 red #FF0000 
green #008000 lime #00FF00 
olive #808000 yellow #FFFF00 
navy #000080 blue #0000FF 
purple #800080 fuchsia #FF00FF 
teal #008080 aqua #00FFFF 
silver #C0C0C0 white #FFFFFF 

/* Ende */
</pre></body></html>