body{
    /* scrollbar */
    overflow: visible;
    /* Höhe und Breite */
    max-width: 1004px;
    min-width: 1004px;
    height: 100%;    
    /* Seitenabstand und Innenabstand */ 
    margin: 0 auto 0 auto;
    padding: 0;   
    /* Rahmen und Hintergrundfarbe */
    border: none;
    background-color: #008000;
    /* Schriftlayout */
    color: #FFFFFF;
    font-size: 1em;
    font-weight: lighter;
    font-family: Comic, sans-serif;
}

img {
    border: none;
    text-decoration: none;
}

/* Begrenzung der Seite */
div#plattform {
    position: absolute;
    width: 100%;  /*  1004px */
    min-width: 620px;    
    max-width: 1004px;
    height: 100%;    
    min-height: 640px;
    margin: 0;
    padding: 0;
    background-color: #008000;
}

/* Kopfelement */
div#kopf {
    position: absolute;
    min-width: 590px;
    max-width: 1004px;
    line-height: 2.6em;    
    min-height: 2.6em;
    max-height: 2.6em;
    margin: 10px 0 0 10px;
    padding: 0;
    right: 12px;
    left: 0px;
    background-color: #000000;
    border: 5px outset #FF0000;
}

div#kopf p {
    margin: 0em;
    padding: 0 5px 0 5px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3em;
}

/* Mitte */
div#mitte {
    overflow: auto;
    position: absolute;
    min-width: 590px;
    max-width: 1004px;
    height: auto;
    margin: 0 0 0 10px;
    padding: 0;
    top: 72px;
    right: 12px;
    bottom: 56px;    
    left: 0px;
    background-color: #000000;
    border: 5px outset #FF0000;
}

div#mitte p {
    max-width: 100%;
    margin: 10px;
    padding: 0;
    font-size: 0.9em;
    font-weight: normal;
    text-align: justify;
}

/* Fusselement */
div#fuss {
    position: absolute;
    min-width: 590px;
    max-width: 1004px;
    line-height: 1.6em;    
    min-height: 1.6em;
    max-height: 1.6em;
    margin: 0 0 0 10px;
    padding: 0;
    right: 12px;
    bottom: 10px;    
    left: 0px;
    background-color: #000000;
    border: 5px outset #FF0000;
}

div#fuss p {
    margin: 0em;
    padding: 0 0.5em 0 0.5em;
    font-size: 0.8em;
    font-weight: bold;    
    text-align: center;
    letter-spacing: 0.35em;
}

p#Link1, p#Link2, p#Link3, p#Link4, p#Link5, p#Link6, p#Link7, p#Link8 {
    visibility: hidden;
    cursor: pointer;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
    text-decoration: none;
}

a:link {
    border: none;
    color: #008000;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    border: none;
    color: #C0C0C0;
    font-weight: normal;
}

a:active {
    border: none;
    color: #008000;
    font-weight: normal;
}

a:visited {
    border: none;
    color: #008000;
    font-weight: normal;
}

/* Zähler Versuche  
body {
    counter-reset: kommentare;
}
div {
    position: relative;
}
h1::after {
    content:counter(kommentare);
    counter-increment:kommentare;
    position:absolute;
    top:0;
    right:0;
} */

