body, html, #navigation, #inhalt {
        margin: 0;
        padding: 0;


}


body {
        font-size: 12pt;
        font-family: georgia, "times new roman", serif;
        background: #ffffff !important;
        color: #000000;
        text-align: left;





}

body, #inhalt {

        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;

}




#kopf {

        color: #ffffff;
        padding: 10px;
        text-align: center;
}

#navigation {

        display: none;

}
        a:link {
                background: transparent;
                color: #520;
                font-weight: bold;
                text-decoration: underline;

}

a[href]:after {
        content:" <"attr(href)">";
        background-color: inherit;
        color: #369;
        font-style: italic;

}


p, li {

        font-size: 100%;

}



li {
        line-height: 1.5em;

}


h1 {
        font-size: 14pt;
        text-align: center;
}


h2 {
        font-size: 13pt;

}

h3 {
    		margin: 0 25px;
        font-size: 12pt;
        font-style: italic;
}



