table {
    font-size: 4mm;
    color:#360166;
    vertical-align:top;
}

h1 {
    font-size:4.0mm;
    font-weight:bold;
    color:#360166;
    background-color:#78f58c;
    margin-right:2mm;
    text-indent:3mm;
    border-style: none;
}

.Head1 {
    font-size:4.0mm;
    font-weight:bold;
    color:#360166;
    background-color:#78f58c;
    margin-right:2mm;
    text-indent:3mm;
    border-left:  10px solid #038E00;
}

.Head2 {
    font-size:4.0mm;
    font-weight:bold;   
    color:rgb(255,205,51); /* Sonnengelb */
    background-color:#E2E2E2;
}

.Head3 {
    font-size:4.0mm;
    font-weight:bold; 
    color:#360166;
    background-color:#78f58c;
    margin-right:2mm;
    text-indent:3mm;
}

.Head4 {
    font-size:4.0mm;
    font-weight:bold;   
    color:rgb(102,102,102); /* dunkelgrau */
    background-color:#E2E2E2;
}

.Head5 {
    font-size:4.0mm;
    font-weight:bold;
    border-style: none;
    background-color:#E2E2E2;
}

.mlink a:link {
    font-size: 4mm;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    white-space:nowrap;
  }

.mlink a:visited {
    font-size: 4mm;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    white-space:nowrap;
  }

.mlink a:focus {
    font-size: 4mm;
    font-weight:bold;
    color:#FF0000;
    text-decoration:none;
    white-space:nowrap;
  }

.mlink a:hover {
    font-size: 4mm;
    font-weight:bold;
    color:#FE7C01;
    text-decoration:none;
    white-space:nowrap;
  }

.mlink a:active {
    font-size: 4mm;
    font-weight:bold;
    color:#00FF00;
    text-decoration:none;
    white-space:nowrap;
  }

.mlink {
    color:#FFFFFF;
  }

.contlink a:link {
    font-size: 4mm;
    color:#360166;
    text-decoration:none;
    background-color:#ffd179;
    white-space:nowrap;
  }

.contlink a:visited {
    font-size: 4mm;
    color:#360166;
    text-decoration:none;
    background-color:#ffd179;
    white-space:nowrap;
  }

.contlink a:focus {
    font-size: 4mm;
    color:#FF0000;
    text-decoration:none;
    background-color:#EEEEEE;
    white-space:nowrap;
  }

.contlink a:hover {
    font-size: 4mm;
    color:#534427;
    text-decoration:none;
    background-color:#EEEEEE;
    white-space:nowrap;
  }

.contlink a:active {
    font-size: 4mm;
    color:#FF0000;
    text-decoration:none;
    background-color:#00FF00;
    white-space:nowrap;
  }

* {
    font-family:verdana,arial,sans-serif;
    font-size: 4mm;
    color:#360166;
  }
 
