/* Formatierungen fuer das Bewerbungsformular                          */

/* Aenderungen                                                         */
/* klu 11.2004                                                         */
/*     Formate aufgenommen um die PopUps kenntlich zu machen (z.B. 1px dashed #CCCCCC) */
/*     zusaetzlich um den Parameter  cursor: help  ergaenzt                            */

body {
         font-family: Arial,sans-serif,Helvetica;
         font-style: normal;
         background-color: #f9f9f9;
         /* margin-left: 10 */
}

div.head {
             background-color: #e1e1e1;
             margin-top: 0;
             margin-bottom: 10;
             border-bottom: 2px solid  darkBlue
}
             /* width: 100% */

table.formular {
               background-color: #f6f6f6;
               margin-top: 0;
               margin-bottom: 1;
               margin-left: 1;
               margin-right: 1
}

table.head {
               text-align: center;
               margin-left: 0;
               margin-right: 0;
               margin-top: 0;
               margin-bottom: 12
}

tr.head{
           font-size: larger;
           color: darkBlue;
           margin-bottom: 5
}

select.head {
                /* font-family: monospace; */
                font-style: normal;
                /* font-weight: bold; */
                /* font-size: larger; */
}

.ueberschrift {
                  font-style: normal;
                  font-weight: bold;
                  font-size: larger;
                  background-color: white;
                  text-align: left
}

.pflichteintrag {
                    font-family: monospace;
                    font-weight: bold;
                    font-size: normal;
                    color: blue
}

.feldbeschreibung {
                      font-style: normal;
                      font-weight: normal;
                      font-size: smaller
}

.feldbeschreibung_hilfe {
                      border-bottom: 1px dashed #CCCCCC;
                      font-style: normal;
                      font-weight: normal;
                      font-size: smaller;
                      cursor: help
}
.allg_hilfe {
            border-bottom: 1px dashed #CCCCCC;
            cursor: help
}

.okmark {
        font-weight: normal;
        font-family: monospace;
        color: green;
        cursor: help
}
.errormark {
        border-bottom: 1px dashed #BD0000;
        font-weight: bold;
        font-family: monospace;
        color: #BD0000;
        cursor: help
}


.errortxt {
              font-style: normal;
              font-weight: bold;
              color: #BD0000;
              margin-bottom: 2
}

dt {
       font-weight: bold
}

.submit_button {
                   font-weight: bold;
                   background-color: #f1f1f1
}

