/* siehe auch: */
/* stylesheets-allg.css */
/* stylesheets-admin.css */
/* stylesheets-auswertung.css */
/* stylesheets-hilfe.css */

BODY {    font-family      : Arial, Verdana;
          margin-top       : 0px;
          margin-left      : 0px;
          margin-right     : 2px;
          margin-bottom    : 0px;
          background-color : #FFFFFF;}

BODY.print {    
          font-family      : Arial,Verdana;
          margin-top       : 0px;
          margin-left      : 0px;
          margin-right     : 0px;
          margin-bottom    : 0px;
          background-color : #FFFFFF;}


.kopf    {background-color : #499341;}                          /* Seitenkopf: satter tiefer Grund-Grünton */
.kopfsub {background-color : #95CD92;}                          /* Seitenkopf Sub (Knopfleiste): Button-Grünton */
.kopftext {
          font-family      : Arial, Verdana;
          color            : #75BD6D;
          margin           : 0px;
          font-size        : 28pt;
          text-shadow      : #032A00 1px 1px 2px;               /* farbe, rechts, unten, unscharf */
          }
.kopfsubtext {
          font-family      : Arial;
          color            : #75BD6D;
          margin           : 0px;
          font-size        : 14pt;
          font-weight      : bold;
          text-shadow      : #032A00 1px 1px 2px;               /* farbe, rechts, unten, unscharf */
          position         : relative;
          top              : -7px;
          }

table.titel {
          width            : 100%;
          height           : 30pt;
          font-size        : 10pt;
          font-weight      : bold;
          color            : rgb(24,70,20);
          background-color : rgb(218,228,224); }
          
.hr      { border-top      : 1px solid #95CD92;  /* wie fieldset */
           border-bottom   : 0px;
           border-left     : 0px;
           border-right    : 0px;} 
           

/* ------------------------- Zeichen und Hintergründe -------------------- */
.klein    {font-size       : 8pt;}
.kleingrau {font-size      : 8pt;                               /* z.B. für untere Copyright-Zeile */
            color          : #8FB38F;}
.dick     {font-weight     : bold;}
.graupopup{background-color: rgb(218,228,224);}
.braun    {background-color: rgb(200,220,172);}
.weiss    {background-color: rgb(255,255,255);}

.rot      {color           : #B8011C;}
.blau     {color           : #0000FF;}
.gruen    {color           : #499341;}                          /* Satter Grund-Grünton wie Titelzeile */
.hellgruen{background-color: #95CD92;}                          /* Hellerer Grund-Grünton wie Buttons, z.B. für Kopfzeilen */

.bunt1       {background-color : #EDEEFE; color: #4863A5;}    /* blau */
.buntdunkel1 {background-color : #BFC3FB; color: #343A93;}
.bunt2       {background-color : #EAFDEF; color: #589B67;}    /* grün */
.buntdunkel2 {background-color : #B6E4C2; color: #2C7C41;}
.bunt3       {background-color : #FFEFEF; color: #945454;}    /* rot */
.buntdunkel3 {background-color : #EDC7C7; color: #7C3A3C;}
.bunt4       {background-color : #FFFFDE; color: #909000;}    /* gelb */
.buntdunkel4 {background-color : #EDEDC7; color: #7C3A3A;}

.useradmin       {background-color : #FACDD7; color: #BE0024;}
.usersuperuser   {background-color : #FFD2E6; color: #C100B9;}
.usererfasser    {background-color : #CEE8FB; color: #0066CC;}
.userauswerterd  {background-color : #E8FBCE; color: #688600;}
.userauswerteru  {background-color : #FDF3CF; color: #8C6D01;}
.userdeaktiviert {background-color : #E1E2E2; color: #747474;}


.achtung  {background-color: #DC0221; 
           color           : rgb(255,255,255);
           font-weight     : bold;    
           font-style      : italic;}
.schriftachtung {color     : #DC0221;
           font-weight     : bold;}
        
.formel   {color           : grey;
           background-color: #E1EDE1;                         /* wie hellgrau */
           font-family     : courier;
           padding-left    : 3px;
           padding-right   : 3px;}


.eingabefeld {
           background-color: rgb(255,255,255);
           font-size       : 9pt;
           font-family     : Microsoft Sans Serif;}
.eingabefeldklein {
           background-color: rgb(255,255,255);
           font-size       : 7pt;
           font-family     : Microsoft Sans Serif;}
.eingabefelddisabled {
           background-color: rgb(228,235,233);
           font-size       : 9pt;
           font-family     : Microsoft Sans Serif;}


/* ------------------------- Links -------------------- */
A:LINK    {
          text-decoration  : underline;
          color            : rgb(0,116,202); }

A:VISITED {
          text-decoration  : underline;
          color            : rgb(0,116,202); }

A:HOVER   {
          text-decoration  : underline;
          color            : #DC0221;  }
          
                                                  

                                                  