/* Allgemeines */
body {
        width: 100%;
        height: 100%;
        background-color: #fff;
}
.floatKiller {
        float: none;
        clear: both;
}

/* Layout */
#wrapper {
        border: 0px solid #000;
        width: 800px;
        height: auto;
        margin: 0px auto;
        background-color: #fff;
        text-align: center;
}
#head {
        border: 0px solid #030;
        width: 100%;
        height: 75px;
        margin: 0px 5px 5px 0px;
        background-color: #fff;
        text-align: center;
}
#content {
        border: 0px solid #000;
        width: 550px;
        height: auto;
        margin: 0px 5px 5px 0px;
        padding: 5px 5px;
        border-color: #000;
        background-color: #fff;
        float: left;
        text-align: left;
}
#navi {
        border: 0px solid #04442b;
        width: 200px;
        height: auto;
        padding: 5px 5px;
        float: right;
        text-align: left;
        background-color: #fff;
}
#box {
        border: 0px solid #04442b;
        width: 200px;
        height: auto;
        margin: 5px 0px 5px 5px;
        padding: 5px 5px;
        float: right;
        text-align: left;
        background-color: #fff;
}
#footer {
        border: 0px solid #030;
        width: 100%;
        height: 25px;
        margin: 0px 5px 0px 0px;
        background-color: #fff;
        text-align: center;
}
/* HTML Tags */
h1 {
        font-family: times, serif;
        font-size: 22px;
        color: #04442b;
        margin: 4px;
}
h2 {
        font-family: times, serif;
        font-size: 16px;
        font-weight: strong;
        color: #04442b;
        margin: 4px;
}
p {
        font-family: times, serif;
        font-size: 16px;
        color: #04442b;
        margin: 4px;
}
ul {
        list-style: circle;
        font-family: times, serif;
        font-size: 16px;
        color: #04442b;
}
hr {
    width: 100%;
    border: 1px solid #04442b;
    background-color: #04442b;
}

/* Links */

a, a:link {
        text-decoration: none;
        color: #04442b;
}
a:visited {
        text-decoration: none;
        color: #04442b;
}
a:hover, a:active {
        text-decoration: none;
        color: #04442b;
}