/* siehe auch: */
/* stylesheets-allg.css */
/* stylesheets-admin.css */
/* stylesheets-auswertung.css */
/* stylesheets-hilfe.css */

.kopf    {background-color : #877662;}                                          /* Seitenkopf: satter tiefer Grund-Braunton */
.kopfsub {background-color : #877662;}                                          /* Seitenkopf Sub (Knopfleiste): Button-Braunton */
.kopftext {
          font-family      : Arial, Verdana;
          color            : #cdc1b2;
          margin           : 0px;
          font-size        : 28pt;
          text-shadow      : #4a3f31 1px 1px 2px;                               /* farbe, rechts, unten, unscharf */
          }
.kopfsubtext {
          font-family      : Arial;
          color            : #cdc1b2;
          margin           : 0px;
          font-size        : 14pt;
          font-weight      : bold;
          text-shadow      : #4a3f31 1px 1px 2px;                               /* farbe, rechts, unten, unscharf */
          position         : relative;
          top              : -7px;
          }

table.titel {                                                                   /* Tabelle HTML-Kopf */
          border-left      : 0px;
          border-right     : 0px;
          border-bottom    : 0px;
          border-top       : 0px;
          width            : 100%;
          vertical-align   : top;
          background-image : url(images/titel-hintergrund.jpg);}

.hr      { border-top      : 1px solid rgb(215,188,170);  /* wie fieldset */
           border-bottom   : 0px;
           border-left     : 0px;
           border-right    : 0px;} 
           
table.maske {                                                                   /* Maske */
          border-left      : 3px ridge rgb(209,190,172);
          border-right     : 3px ridge rgb(209,190,172);
          border-top       : 3px ridge rgb(209,190,172);
          border-bottom    : 3px ridge rgb(209,190,172);
          width            : 98%;
          background-color : rgb(253,248,243);}

/* ------------------------- Zeichen und Hintergründe ----------------------- */
.kleingrau {font-size      : 8pt;                                               /* für untere Copyright-Zeile */
            color          : rgb(169,150,132);}
.klein    {font-size       : 8pt;}
.dick     {font-weight     : bold;}
.braun    {background-color: rgb(209,190,172);}
.weiss    {background-color: rgb(255,255,255);}
.rot      {color           : #b8011c;}
.blau     {color           : #0000ff;}
.gruen    {color           : #499341;}                                          /* Satter Grund-Grünton */

.bunt1       {background-color: rgb(230,255,230); color: rgb(0,102,0);}         /* grün */
.buntdunkel1 {background-color: rgb(190,215,190); color: rgb(0,51,0);}
.bunt2       {background-color: rgb(255,255,230); color: rgb(102,102,0);}       /* gelb */
.buntdunkel2 {background-color: rgb(215,215,190); color: rgb(51,51,0);}
.bunt3       {background-color: rgb(255,230,230); color: rgb(102,0,0);}         /* rot */
.buntdunkel3 {background-color: rgb(215,190,190); color: rgb(51,0,0);}

.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 : #b8011c;                                          /* Meldungen */
           color            : rgb(255,255,255);
           font-weight      : bold;    
           font-style       : italic;}
.schriftachtung {color      : #b8011c;
           font-weight      : bold;}


/* ------------------------- Eingabefelder ---------------------------------- */
.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(218,224,228);
           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            : #b8011c;  }
.modulfunktion {font-size:12pt; font-weight:bold;}          
.modulfunktionkleiner {font-size:11pt; font-weight:bold;}          

