BODY {    font-family      : Arial;
          background-color : rgb(255,255,255);
          margin           : 0pt;}

BODY.popup {    font-family      : Arial;
          background-color : rgb(153,153,153);
          margin           : 5pt;}

p,tr,ul,ol {
          font-size        : 10pt;
          color            : rgb(50,70,50);}

.klein    {font-size       : 8pt;}
.kleingrau {font-size      : 8pt;
           color           : rgb(120,140,120);}
.dick     {font-weight     : bold;}
.grau     {background-color: rgb(235,245,235);}
.hellgrau {background-color: rgb(245,250,245);}
.hellrot  {background-color: rgb(255,230,230);}
.dickgrau {background-color: rgb(235,245,235);
           font-weight     : bold;}               

.eingabefeld {background-color: rgb(245,250,245);
           font-family     : courier new;
           font-size       : 9pt;
           color           : black;}
.eingabefeldbunt {background-color: rgb(235,255,235);
           font-family     : courier new;
           font-size       : 9pt; 
           font-weight     : bold;
           color           : green;}
.eingabefelddisabled {background-color: rgb(225,235,225);
           font-family     : courier new;
           font-size       : 9pt;
           color           : grey;}
.eingabefeldfalse {background-color: rgb(255,200,200);
           font-family     : courier new;
           font-size       : 9pt;
           color           : red;}
           
.achtung   {background-color: red;
            color          : white;
            font-weight    : bold; }           

.lastupdate {
           font-family     : Arial;
           font-size       : 8pt;
           color           : #44885A;
           position        : absolute;
           top             : 18px;
           right           : 10px;}                   
           
.bunt1    {background-color: #D6F1DE; color: 000000;}
.bunt2    {background-color: #FFE6E6; color: 000000;}
.bunt3    {background-color: #DAE5F6; color: 000000;}
           
           
/* ------------------------- Links / CSS-Buttons -------------------- */
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            : Red;  }

a.cssbutton { background-color : #CFE3CF;
                margin-top       : 2px;
                margin-left      : 0px;
                margin-right     : 0px;
                margin-bottom    : 2px;
                border-left      : 2px solid rgb(245,251,255);
                border-right     : 2px solid rgb(118,124,128);
                border-bottom    : 2px solid rgb(118,124,128);
                border-top       : 2px solid rgb(245,251,255);
                color            : rgb(50,70,50);
                text-decoration  : none; }
a.cssbutton:hover {
                border-left      : 2px solid rgb(118,124,128);
                border-right     : 2px solid rgb(245,251,255);
                border-bottom    : 2px solid rgb(245,251,255);
                border-top       : 2px solid rgb(118,124,128);
                text-decoration  : none; }

a.cssbutton:visited  {
                color            : rgb(50,70,50);
                text-decoration  : none; }


H1 { font-size:14pt; font-weight:bold; color:rgb(50,70,50);}
H2 { font-size:13pt; font-weight:bold; color:rgb(50,70,50);}
H3 { font-size:11pt; color:rgb(50,70,50);}
H4 { font-size:10pt; color:rgb(50,70,50);}

H1.popup { font-size:14pt; font-weight:bold; color:rgb(255,255,255);}

H3.admin { font-size:11pt; color:rgb(200,20,0);}
