/* Link Farben */
a:active {
           font-size: 12px;
           color: #300069;
           text-decoration: none;
           font-weight: 500;
           font-family: "Arial", Verdana, Sans-Serif;
         }

a:visited {
            font-size: 12px;
            color: #280B9B; //#300069; //#3a007e;
            text-decoration: none;
            font-weight: 500;
            font-family: "Arial", Verdana, Sans-Serif;
          }
a:hover {
          font: 12px;
          text-decoration: underline;
          font-weight: 500;
          background-color: #C4E8FF; //#AFDEFF;
          color: #93003c; //#53348; //#56358D; //#93003C;
          font-family: "Arial", Verdana, Sans-Serif;
        }
a:link {
         font-size: 12px;
         color: #171EA7; //#1921B2; //#2817A1; //#0020B3; //#0023C0; #300069; //#0033ff;
         text-decoration: none;
         font-weight: 500;
         font-family: "Arial", Verdana, Sans-Serif;
       }


body {
       font-size: 12px;
       color: #000a79;
       font-weight: 200;
       font-family: "Arial", Verdana, Sans-Serif;
       text-decoration: none;
     }

.link_gb {
            text-decoration: underline;
            font-weight: bold;
         }
.link_gb a:link, a:hover, a:active, a:focus
           {
              text-decoration: underline;
           }

.head {
        font-size: 11px;
        font-weight: lighter;
        font-family: "Arial", Verdana, Sans-Serif;
        text-decoration: none;
      }

/* Tabelle mit Logo und Titel */
.table_logo {
              width: 100%;
              border: 0px;
              height: 50pt;
              font-family: "Arial", Verdana, Sans-Serif;
              text-decoration: none;
            }
.td_logo {
           width: 100%;
           height: 50pt;
           vertical-align: top;
           text-align: right;
           font-size: 18pt;
           font-weight: 400;
           text-align: right;
           font-family: "Arial", Verdana, Sans-Serif;
           text-decoration: none;
         }

/* Men */
.table {
         text-align: center;
         border-width: 2pt;
         background-color: #7397FF;
         width: 115pt;
         font-family: "Arial", Verdana, Sans-Serif;
         text-decoration: none;
       }

.nonone {
        display: none;
        hight: 0px;
  }

/* Border bei Tabelle */
.table_td {
            text-align: center;
            valign: top;
            border-width: 1pt;
            border-color: #00aaff;
            border-style: solid;
            background-color: #CFF5FF;
            color: #000000;
            height: 20pt;
            font-size: 18px;
            font-weight: 500;
            font-family: "Arial", Verdana, Sans-Serif;
            text-decoration: none;
          }

.link_menue {
              font-size: 13px;
              font-weight: lighter;
              font-family: "Arial", Verdana, Sans-Serif;
            }


.bold {
        font-size: 13px;
        font-weight: bold;
        color: red;
        font-family: "Arial", Verdana, Sans-Serif;
      }

.mitarbeiter_email {
                     text-decoration:underline;
                     font-weight: bold;
                   }
.mitarbeiter_email a:link {
                            text-decoration:underline;
                            font-weight: bold;
                   }
.andere_email a:link {
                            text-decoration:underline;
                   }

