* {
    font-family:arial,verdana,sans-serif;
    font-size: 3.5mm;
    color:#676767;
  }
  
  body {
    background-color: #ffffff;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 950px;
    min-height:1024px;
    padding: 0;
    background-image:url(../../fileadmin/images/hint.gif); background-repeat:no-repeat;
  }

  div#KOPF {
    font-size: 5.0mm;
    margin: 0; padding: 0;
    text-align: center;
    height: 162px;
    background-color: transparent;
  }

  div#Navigation {
    float: left; width: 377px; height: 10px;
    margin: 0; padding: 0;
  }

  div#Inhalt {
    margin: 0 0 1em 380px;
    padding: 0 1em;
    min-height:540px;
    background-color: #ffffff;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  div#Inhalt a:link {
    font-size: 4mm;
    color:#33CCCC;
    text-decoration:none;
    background-color:transparent;
    white-space:nowrap;
  }

  div#Inhalt a:visited {
    font-size: 4mm;
    color:#33CCFF;
    text-decoration:none;
    background-color:transparent;
    white-space:nowrap;
  }

  div#Inhalt a:focus {
    font-size: 4mm;
    color:#FF0000;
    text-decoration:none;
    background-color:transparent;
    white-space:nowrap;
  }

  div#Inhalt a:hover {
    font-size: 4mm;
    color:#CCCC00;
    text-decoration:none;
    background-color:transparent;
    white-space:nowrap;
  }

  div#Inhalt a:active {
    font-size: 4mm;
    color:#00FF00;
    text-decoration:none;
    background-color:transparent;
    white-space:nowrap;
  }

  div#Rechts {
    font-size:4mm;
    float: right; width:200px;
  }

table {
    font-size: 4mm;
    color:#360166;
    vertical-align:top;
}

h1 {
    font-size:4.0mm;
    font-weight:bold;
    color:#33cccc;
    margin-top:0px;
    margin-bottom:5px;
}

h2 {
    font-size:4.0mm;
    font-weight:bold;   
    color:#FFCC33; /* Sonnengelb */
    margin-top:0px;
    margin-bottom:5px;
}

h3  {
    font-size:4.0mm;
    font-weight:bold;   
    color:#CCCC00; /* Gruen */
    margin-top:0px;
    margin-bottom:5px;
}

h4 {
    font-size:4.0mm;
    font-weight:bold;   
    color:rgb(102,102,102); /* dunkelgrau */
    margin-top:0px;
    margin-bottom:5px;
}

h5 {
    font-size:4.0mm;
    font-weight:bold;   
    color:rgb(153,153,153); /* hellgrau */
    margin-top:0px;
    margin-bottom:5px;
}

.Head1 {
    font-size:4.0mm;
    font-weight:bold;   
    color:#33cccc; /* Tuerkis */
    margin-top:0px;
    margin-bottom:5px;
}

.Head2 {
    font-size:4.0mm;
    font-weight:bold;   
    color:#FFCC33; /* Sonnengelb */
    margin-top:0px;
    margin-bottom:5px;
}

.Head3 {
    font-size:4.0mm;
    font-weight:bold;   
    color:#CCCC00; /* Gruen */
    margin-top:0px;
    margin-bottom:5px;
}

.Head4 {
    font-size:4.0mm;
    font-weight:bold;   
    color:rgb(102,102,102); /* dunkelgrau */
    margin-top:0px;
    margin-bottom:5px;
}

.Head5 {
    font-size:4.0mm;
    font-weight:bold;   
    color:rgb(153,153,153); /* hellgrau */
    margin-top:0px;
    margin-bottom:5px;
}

.contlink a:link {
    font-size: 4mm;
    /* font-weight:bold;*/
    color:#33CCCC;
    text-decoration:none;
    background-color:#FFFFFF;
    white-space:nowrap;
  }

.contlink a:visited {
    font-size: 4mm;
    /* font-weight:bold;*/
    color:#33CCFF;
    text-decoration:none;
    background-color:#FFFFFF;
    white-space:nowrap;
  }

.contlink a:focus {
    font-size: 4mm;
    /* font-weight:bold;*/
    color:#FF0000;
    text-decoration:none;
    background-color:#FFFFFF;
    white-space:nowrap;
  }

.contlink a:hover {
    font-size: 4mm;
    /* font-weight:bold; */
    color:#CCCC00;
    text-decoration:none;
    background-color:#FFFFFF;
    white-space:nowrap;
  }

.contlink a:active {
    font-size: 4mm;
    /* font-weight:bold;*/
    color:#00FF00;
    text-decoration:none;
    background-color:#FFFFFF;
    white-space:nowrap;
  }

