/* Anmerkungen Dieter Schmidt 23.04.2002 */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* Die (derzeit) 6 StyleSheet-Dateien dienen zur Plattform- */
/* (Windows / Macintosh) und Browser- (Microsoft Internet Explorer / */
/* Netscape Navigator/Communicator) angepassten Beschreibung der */
/* CSS-Selektoren. */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* Die Datei "win_ie.css" gilt fuer die Windows-Plattform und die Browser: */
/* Microsoft Internet Explorer ab Version 5.0 */
/* Die Datei "win_nav01.css" gilt fuer die Windows-Plattform und die Browser: */
/* Netscape Navigator/Communicator Version 4.0 bis 4.7 (inkl.) */
/* Die Datei "win_nav02.css" gilt fuer die Windows-Plattform und die Browser: */
/* Netscape Navigator/Communicator ab Version 4.7.1 */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* Die Datei "mac_ie.css" gilt fuer die Macintosh-Plattform und die */
/* Browser: Microsoft Internet Explorer ab Version 5.0 */
/* Die Datei "mac_nav01.css" gilt fuer die Macintosh-Plattform und die */
/* Browser: Netscape Navigator/Communicator Version 4.0 bis 4.7 (inkl.) */
/* Die Datei "mac_nav02.css" gilt fuer die Macintosh-Plattform und die */
/* Browser: Netscape Navigator/Communicator ab Version 4.7.1 */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* Fuer andere Plattformen und/oder Browser sind gegenwaertig keine */
/* dezidierten CSS-Dateien vorgesehen - aber problemlos ueber die Dateien */
/* "extern.js" und das Verzeichnis "stylesheets" nachpflegbar. */
/* Fuer diese Plattformen und Browser gilt die Datei "win_ie.css" */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
/* Die folgenden Selektoren weisen Plattform- und/oder Browser-spezifische */
/* Unterschiede auf:                                                       */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */



/* Die Formateigenschaften "margin-top" und "margin-bottom" funktionieren */
/* mit Netscape Navigator/Communicator erst ab Version 4.7.1 */
p
  {
    margin-top: 0px;
    margin-bottom: 5px;
  }



/* Die bei den Macintosh-Dateien zusaetzliche Angabe "position: relative; */
/* top: 1px;" korrigiert ein fehlerhaftes Rendering auf der */
/* Macintosh-Plattform */
.nav
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
  }

.nav-bl
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
  }



/* Die bei den Macintosh-Dateien zusaetzliche Angabe "vertical-align: */
/* middle;" korrigiert ein fehlerhaftes Rendering auf der Macintosh-Plattform */
td.navl
  {
    text-align: left;
  }



/* Windows-Dateien: "font-size: 11px" */
/* Macintosh-Dateien: "font-size: 10px" */
.fussleiste
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #9E292B;
    background-color: #D0D3D6;   /* !!! wie "fus-hg" in color.css */
    text-decoration: none;
  }



/* Windows-Datei "win_ie.css": "width: 300px" */
/* Macintosh-Datei "mac_ie.css": "width: 295px" */
.formulartextzeile-300
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    width: 300px;
  }


/* Windows-Datei "win_ie.css": "width: 150px" */
/* Macintosh-Datei "mac_ie.css": "width: 145px" */
/* wird fuer das Kontaktformular benoetigt */
.formulartextzeile-150
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    width: 150px;
  }

/* Windows-Datei "win_ie.css": "width: 250px" */
/* Macintosh-Datei "mac_ie.css": "width: 245px" */
/* wird fuer das Kontaktformular benoetigt */
.formulartextzeile-250
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    width: 250px;
  }


/* Windows-Datei "win_ie.css": "width: 390px" */
/* Macintosh-Datei "mac_ie.css": "width: 385px" */
.formulartextbereich-390
  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    width: 390px;
  }

