/*
  Farben:
  #FFFFFF = weiss
  #EFEFEF = hellgrau
  #9CBCAB = job-medicus-grün ?
  #98D0C0 = job-medicus-grün ?
  #BCE0D1 = Gudrun-Hintergrund-grün
  #CBF1E7 = hintergrundgrün hell  RGB(203, 241, 231)
  #D1F6EC = hintergrundgrün heller  RGB(209, 246, 236)
  #E2FEF6 = hintergrundgrün noch heller  RGB(226, 254, 246)
  #BFE4DA = jmc1 - hell   RGB(, , )
  #80C9B6 = jmc2 - halbhell   RGB(, , )
  #00926D = jmc3 - halbdunkel   RGB(, , )
  #065845 = jmc4 - dunkel
  #98D0B8 = jmc5 - Navischrift = R 152 / G 208 / B 184
  #D1F6EC = aktuelle Hintergrundfarbe = 209/246/236
  #EA5E00 = Orange f. Überschriften und Titel
  #8BC2AD = hellste Farbe der Hauptmenügrafik
Ina

Die Farbwerte:          R  -  G  -  B

Schwarz:                 1  -  1  -  1

Grau                        109  -  110  -  112

Fond Hellgrün        152  -  212  -  191

Türkis Linie                0  -  181  -  141

Lichtkante Linie        203  -  231  -  222

Schattenkante LInie 0  - 110  -  85

div * b
  {
  color:#98D0B8;
  }

*/

/* Text */

body
  {
  font-family:Verdana,Arial,Helvetica;
  font-size:8pt;
  background-color:#D1F6EC;           /* = jm-hell   RGB(209, 246, 236)  Access: 15529681  */
  scrollbar-arrow-color:#BFE4DA;      /* = jm-hell */
  scrollbar-shadow-color:#065845;     /* = jm-dunkel */
  scrollbar-darkshadow-color:#065845; /* = jm-dunkel */
  scrollbar-base-color:#80C9B6;       /* = jm-halbhell */
  scrollbar-face-color:#065845;       /* = jm-dunkel */
  scrollbar-highlight-color:#BFE4DA;  /* = jm-hell */
  scrollbar-3dlight-color:#BFE4DA;    /* = jm-hell */
  }

h1
  {
  font-family:Verdana,Arial,Helvetica;
  font-size:13pt;
  font-weight:bold;
  }
h2
  {
  font-family:Verdana,Arial,Helvetica;
  font-size:12pt;
  font-weight:bold;
  }
h3
  {
  font-family:Verdana,Arial,Helvetica;
  font-size:11pt;
  font-weight:bold;
  }
h4
  {
  font-family:Verdana,Arial,Helvetica;
  font-size:10pt;
  font-weight:bold;
  }
h5
  {
  font-family:Verdana,Arial,Helvetica;
  font-size:9pt;
  font-weight:bold;
  }

p
  {
  font-size:8pt
  }

hr
  {
  color:black;
  height=1
  }
ul
  {
  margin-left:10px;
  }

/* Tabellen */

table
  {
  border-spacing:0px;
  }

td
  {
  font-size:8pt;
  }
th
  {
  font-size:8pt;
  font-style:bold;
  }
.navi
  {
  color:#98D0B8;
  text-align:right;
  font-weight:bold;
  height:25px;
  }
.naviactive
  {
  color:#BFE4DA;
  text-align:right;
  font-weight:bold;
  font-size:11pt;
  font-stretch:condensed;
  height:25px;
  }
.subnavi
  {
  font-size:8pt;
  height:21px;
  text-align:center;
  text-decoration:none;
  }
.subnaviactive
  {
  font-size:8pt;
  height:21px;
  text-align:right;
  font-weight:bold;
  }
.norm
  {
  text-align:right;
  font-weight:bold;
  height:20px;
  }
.fehler
  {
  color:#FF0000;
  }
.tdt   /* Orangene Titelueberschrift */
  {
  color:#EA5E00;
  font-size:13px;
  font-weight:bold;
  }

.thzz    /* Zwischenzeile f. Auflistungen unterhalb der Titelzeile */
  {
  background-color:#D1F6EC;
  height:5px;
  font-size:3px;
  }
.td1
  {background-color:#ECFFFA;}



/* Links */

.navilink
  {
  color:#BFE4DA;
  }
.subnavilink
  {
  color:#065845;
  }
a:link
  {
  }
a:hover
  {
  font-weight:bold;
  text-decoration:none;
  }


/* Formulare */

 .Auswahl
      {
      /* background-color:#DDFFFF; */
      width:350px;
      border:3px solid #065845;
      }
 .Auswahl2
      {
      /* background-color:#DDFFFF; */
      width:350px;
      border:3px ridge #98D0B8;
      }
 .submitbtn
      {
      background-color:#DDFFFF;
      width:100px;
      border:3px ridge #98D0B8;
      }

 .submitbtn2
      {
      background-color:#D1F6EC;
      width:100px;
      border:3px ridge #98D0B8;
      font-weight:bold;
      color:#EA5E00;
      font-size:10px;
      }



/* Diverse */
 .activePaging                 /* aktive Pagingseite */
      {
      font-weight:bold;
      color:#EA5E00;           /* Orange */
      }

 .geaendert
      {
      font-size:10px;
      }



/*
Tests

a:visited
  {
  color:#80C9B6;
  }
a:hover
  {
  color:#BFE4DA;
  }
a:active
  {
  font-size:11pt;
  }
a:link
  {
  text-decoration:none;
  }
a:visited
  {
  text-decoration:none;
  }
a:active
  {
  text-decoration:none;
  font-weight:bold;
  }
*/