﻿#header {
    width: 100%;
}


#pagetable {
    border: none;
    font-size: 30pt;
    color: #003056;
    font-weight: bold;
    width: 70%;
    margin: auto;
}

    #pagetable td:nth-child(2),
    #pagetable td:nth-child(1)
    {
        white-space: nowrap;
    }

    #pagetable td {
        padding-right: 50px;
        vertical-align: top;
    }

#links-box {
    background: #003056 url('menu.png') no-repeat center top;
    background-size: cover;
    margin-top: 30px;
    height: 80px;
    width: 100%;
}

#links {
    width: 70%;
    height: 80px;
    margin: auto;
    vertical-align: middle;
    padding-top: 12px;
}

    #links #pfeil img {
        height: 50%;
    }

    #links a {
        color: white;
        background-color: #003056;
        font-size: 30pt;
        text-decoration: none;
    }


#impressum_text {
    font-size: 24pt;
    color: #003056;
    width: 70%;
    margin: auto;
}


#baustelle {
    width: 100%;
}
