/*  MiBe Logo Symbol-Farben:          */
/*  Wert     :   Dezimal       Hex    Websave  */
/*  Name     :  R   G   B    #RRGGBB  #RRGGBB  */
/*  -----------------------------------------  */
/*  weiss    : 255 255 255   #FFFFFF  #FFFFFF  */
/*  grau     : 151 151 151   #979797  #999999  */
/*  gelb     : 248 255 115   #F8FF73  #FFFF66  */
/*  blau     :  25 127 255   #197FFF  #0066FF  */
/*  hellblau : 157 255 248   #9DFFF8  #99FFFF  */

/*  auch ganz angenehm blau, mittelhell       66CCFF  */
/*  netter Body-hintergrund, websave: CCFFFF, vorher F0F8FF  */
/* BACKGROUND-COLOR: #9DFFF8 /* 2do #9DFFF8 hellblau, vorher  #B0C4DE */

/*  neuere Aenderungen in kleinschrift*/

/*  Schickes blasses Hintergrundgelb beim Test im Menue: lightyellow	#FFFFE0 */
/* Farbnamen lime, silver */
  
/* normale Links in dieser Reihenfolge: link, visited, hover, active, focus */

/* .BODY  -  die Style-Angaben gelten für alle Tags (a, p, h1, td, ...) */
/* TD     -  die Style-Angaben gelten für alle TD tags */
/* ENDE normale Links */
/* ENDE normale Links */

/* Die Menue-Spalte */
.MENU-3D {
  background-color: white;                        /* white = HintergrundFarbe gesamte Menu-Spalte, ausser links von den Knoepfen sandybrown zum Test*/
/*  text-align:right; das ging nicht so, ploetzlich war die ganze box linksbuendig... 2do ..., baustelle */
/*  height: 40pt;                                 /* Knopf Hoehe minimal, altes Menu, groesser wenn Inhalt hoeher */
/*  color: blue; */
/*  TEXT-DECORATION: none; */
/*  font-size: 18pt;  */
/*  text-align: right; */
}
a.MENU-3D:link       { color:white;   background-color:transparent; text-decoration:none;         font-size: 16pt; text-align: right; } /* wheat, lightgoldenrodyellow; hellgruen, oder limegreen, grau #114477 etc fuer Link im Knopf */
a.MENU-3D:visited { color:#f0f0f0; background-color:transparent; text-decoration:none;         font-size: 16pt; text-align: right; } /* Link im alten Knopf schon geklickt */
a.MENU-3D:hover     { color:white;   background-color:transparent; text-decoration:none;         font-size: 16pt; text-align: right; font-weight: normal; } /* Link im Knopf bei Mouseover */
a.MENU-3D:active   { color:lime;    background-color:transparent; text-decoration:underline;    font-size: 16pt; text-align: right; font-weight: bold; }
a.MENU-3D:focus     { color:white;     background-color:transparent; text-decoration:underline; font-size: 16pt; text-align: right; font-weight: bold; }   /* waehrend man drauf klickt, testweise rot,line-through */

.MENU {
  font-size: 16pt;
  height: 40pt;                                 /* Knopf Hoehe minimal, altes Menu, groesser wenn Inhalt hoeher */
  background-color: white;                      /*hotpink; nach CSS 2.1 kein colorname*/ /*lightgoldenrodyellow;*/  /* white = Knopf HintergrundFarbe altes Menu*/
/*  color: blue; */
/*  TEXT-DECORATION: none; */
}
a.MENU:link {    color: gray; background-color: yellow; TEXT-DECORATION: none; font-size: 16pt; } /* lightgoldenrodyellow; nach CSS2.1 nicht ok, wheat hellgruen, oder limegreen, grau #114477 etc fuer Link im Knopf */
a.MENU:visited { color: green; background-color: transparent;  text-decoration:underline;; font-size: 16pt; } /* Link im alten Knopf schon geklickt */
a.MENU:hover {   color: orange; background-color: yellow; TEXT-DECORATION: none; FONT-WEIGHT: bold; font-size: 16pt; } /* Link im alten Knopf bei Mouseover */
 
.CURRMENU { color: white; background-color: #197fff;  text-decoration: none; font-weight: bold; height: 30pt; font-size: 16pt; text-align: right; } /* Knopf angezeigte Seite - passiviert , bgcolor geht*/

.SMALLEST { color: #FF69B4; font-size: 8pt; LINE-HEIGHT: 10pt; font-family: Tahoma, Arial, Helvetica; } /* hotpink  #FF69B4 */

.MAIL { background-color: transparent; color: black; font-size: 8pt; LINE-HEIGHT: 10pt; font-family: Tahoma, Arial, Helvetica; }
a.MAIL:link        { color: blue; TEXT-DECORATION: none; font-size: 8pt; } /* hotpink  #FF69B4 */
a.MAIL:visited  { color: maroon;  TEXT-DECORATION: none; font-size: 8pt; }
a.MAIL:hover      { color: red;     TEXT-DECORATION: none; font-size: 8pt; }


.BODY {
  background-color: #CCFFFF;                     /* Body Hintergrund, noch helleres blau als #99FFFF */
  margin: 0pt; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0pt; margin-right: 0pt;
  cursor: default;
  color: #000000;
  font-family: Tahoma, Arial, Helvetica;
  font-weight: normal;
  font-size: 14pt;                               /* Body Schriftgroesse */
/*  LINE-HEIGHT: 30pt;                             /* Body Zeilenabstand */
  }
  /* color: TextFarbe für alle Dokumente im html Body, koennen alle 3 Brauser */
  /* blau für gesamten SeitenHintergrund, #0066FF == blau websafe, faellt aber auf */
  /* kleinster Rand aussen rum */

h1:hover   { background-color:silver; }
h1:active { background-color:green; }
h1:focus   { background-color:red; }

/* normale Links, aber genau in dieser Reihenfolge */
/* a:link       { color: white;   text-decoration: none; font-size: 18pt; text-align: right; } /* rosige Schrift fuer Links im Knopf */
/* a:visited { color: #eeeeee; text-decoration: none; font-size: 18pt; text-align: right; } /* fehlte der ?*/
/* a:hover     { color: #f8f8f8; text-decoration: none; font-weight: bold; font-size: 18pt; text-align: right; } /* hellgraue #696969 Schrift fuer Maus auf Links im Knopf */
/* a:active   { color: lime;    text-decoration: underline; font-weight: bold;  font-size: 18pt; }/*  */
/* a:focus     { color: red;     text-decoration: line-through; font-weight: bold; font-size: 18pt; }   /* waehrend man drauf klickt */
/* ENDE normale Links */

/* normale Links, aber genau in dieser Reihenfolge, bzw. nur link und visited vor hover und active */
p.TITLE :link       { color: yellow;    text-decoration: none; font-size: 18pt; text-align: right; } /* rosige Schrift fuer Links im Knopf */
p.TITLE :visited { color: #eeeeee;  text-decoration: none; font-size: 18pt; text-align: right; } /* fehlte der ?*/
p.TITLE :hover     { color: red; text-decoration: none; font-weight: bold; font-size: 18pt; text-align: left; } /* hellgraue #696969 Schrift fuer Maus auf Links im Knopf */
p.TITLE :active   { color: #484822;    text-decoration: underline; font-weight: bold;  font-size: 18pt; }
p.TITLE :focus     { color: lime;     text-decoration: line-through; font-weight: bold; font-size: 18pt; }   /* waehrend man drauf klickt */
/* ENDE normale Links */

/* Fuer die Leistungsangebot-Titel und Hilfstexte */
.Leistung { color:black;   background-color:transparent; text-decoration:none; font-size: 10pt; text-align:left; } /* Infos zum Leistungsangebot */

a.Leistung:link        { color:blue;    background-color:transparent; text-decoration:none;         font-size: 14pt; text-align: center; } /* wheat, lightgoldenrodyellow; hellgruen, oder limegreen, grau #114477 etc fuer Link im Knopf */
a.Leistung:visited { color:#0000c0; background-color:transparent; text-decoration:none;         font-size: 14pt; text-align: center; } /* Link im alten Knopf schon geklickt */
a.Leistung:hover     { color:#ffbb88; background-color:transparent; text-decoration:none;         font-size: 14pt; text-align: center; font-weight: normal; } /* Link im Knopf bei Mouseover */
a.Leistung:active   { color:black;   background-color:transparent; text-decoration:underline;    font-size: 14pt; text-align: center; font-weight: normal; }
a.Leistung:focus     { color:black;   background-color:transparent; text-decoration:underline; font-size: 14pt; text-align: center; font-weight: normal; }   /* waehrend man drauf klickt, testweise rot,line-through */




