html, body {
    height: 100%;
    margin-bottom: 1px;
}

body {
    margin: 0;
    padding: 100px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #0074BC;
}

a img {
    border-style: none;
}

#logo {
    border-bottom: 1px solid #0074BC;
    padding-bottom: 15px;
    text-align: center;
}

#site {
    position: absolute;
    top: 228px;
    left: 100px;
    width: 328px;
}

#flag {
    position: absolute;
    right: 100px;
    top: 250px;
}

#flag ul {
    border-top: 1px solid #0074BC;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#flag li {
    border-bottom: 1px solid #0074BC;
    margin: 0;
    padding: 6px;
    list-style-type: none;
}

#impressum {
    width: 100px;
    float: right;
    padding: 40px 0 0 0;
}

#impressum a {
    font-weight: 900;
    text-decoration: none;
    border-bottom: 1px dotted blue;
}

h3 {
    font-size: 14px;
}

.small * {
    font-size: 80%;
}

.small {
    margin: 40px 0;
}