
body {
    background-image: url(PentelischerMarmor.jpg);
}

.headline {
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    text-indent: 0%;
}

a.headlinelink {
    text-decoration: none;
    color: black;
}

    a.headlinelink:focus {
        background-color: black;
        color: white;
    }

    a.headlinelink:hover {
        background-color: black;
        color: white;
    }

    a.headlinelink:active {
        background-color: white;
        color: black;
    }

.textblock {
    text-align: left;
    margin-left: 15%;
    margin-right: 15%;
    text-indent: 0%;
    background-color:rgba(240, 240, 240, 0.5);
}

.addressblock {
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    text-indent: 0%;
}

.navigation {
    text-align: center;
    text-indent: 0%;
}

a.navigationlink {
    text-decoration: none;
    color: black;
}

    a.navigationlink:focus {
        background-color: black;
        color: white;
    }

    a.navigationlink:hover {
        background-color: black;
        color: white;
    }

    a.navigationlink:active {
        background-color: white;
        color: black;
    }


.copyright {
    text-align: center;
    font-size: .8em;
    text-indent: 0%;
}

a.copyrightlink {
    text-decoration: none;
    color: black;
}

    a.copyrightlink:focus {
        background-color: black;
        color: white;
    }

    a.copyrightlink:hover {
        background-color: black;
        color: white;
    }

    a.copyrightlink:active {
        background-color: white;
        color: black;
    }


