/* Grundlegendes */

* html, body {
    margin: 0px;
    padding: 0px;
    }

html, body {
    height: 100%;
    margin: 0px; /* Außenabstand */
    padding: 0px; /* Innenabstand */
    background-color: #4169e1;
    overflow-y: auto; /* remove scrollbar for IE */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    }

/* Links */

a:link { color:#0000ff; text-decoration:underline }
a:visited { color:#0000ff; text-decoration:underline }
a:hover { color:#0000ff; background:#eeeeee; text-decoration:underline }
a:active { color:#0000ff; text-decoration:underline }
a:focus { color:#0000ff; text-decoration:underline }


/* Fussleiste */

#outerContents {
    min-height: 100%;
/*  background-color: #f4a460; */
    background-color: #fc9;
    }

#innerContents {
    padding-bottom: 15px;
/*  background-color: #f0e68c; */
    background-color: #fc9;
    }

#footer {
    text-align: center;
    background-color: White;
    color: Black;
    height: 15px;
    margin-top: -15px;
    font-size: 10px;
/*  padding-top: 3px; */
/*  margin-bottom: 2px; */
    }

/* Last line */

p.modified {
    text-align: center;
    background-color: White;
    color: Black;
    font-family: Verdana,sans-serif;
    font-size: 10px;
    padding-top: 3px;
    margin-bottom: 2px;
    }
