﻿html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    overflow-y: scroll;
    position: relative;
    min-height: 100%;
}

p {
    margin: 20px 0 0 0;
    line-height: 150%;
}

a {
    text-decoration: none;
    color: inherit;
}

.clear {
    clear: both;
}

.hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /*IE6 & 7*/
    clip: rect(1px,1px,1px,1px);
}

.titelbild {
    width: 100%;
    vertical-align: bottom; /*damit weißer bereich unter dem bild verschwindet, weil img standardmäßig ein inline element ist*/
}

.BistraFont{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: inherit;
}
