
/* ===== Allgemeine Defitionen ===== */
html {
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    height: 100%;
    text-align: center;
    font: 12px arial, sans-serif;
    background-color: #000000;
    line-height: 1.5em;
    color: #ffffff;
}
img {
    border: none;
}
div {
    text-align: center;
}
.clear {
    clear: both;
}
#header {
    margin-top: 200px;
}
#header b {
    color: #16a3c6;
    font: 18px arial, sans-serif;
}
a, a:hover, a:active {
    color: #16a3c6;
    font: 18px arial, sans-serif;
    text-decoration: underline;
}



