#lang, #topnav, #navbar, #img, #leftbar .quicknav, #leftbar .contact img, #main #rightbar .box, #valid, #footer {
    display: none;
}

body {
    font-size: 10pt;
    background: white;
}

a, a:link, a:visited {
    font-weight: bold;
}

#body, #header, #main, #home, #main #center, #breadcrumb, #leftbar .contact, #content, #home #content, #main #leftbar, #rightbar {
    float: none;
    width: auto;
    background: transparent;
    color: black;
    padding: 0;
    border: 0;
    margin: 0 0 1.5em 0;
}

#body {
    margin: 0 5%;
}

#main, #main #leftbar, #home, #rightbar {
    margin: 0;
}

#header {
    background: #E5DCD7;
    padding-left: 2em;
    border: solid #313184;
    border-width: 3px 0;
    margin-bottom: 1.5em;
}

#leftbar .contact {
    font-size: 8pt;
    text-align: right;
    margin-bottom: 0;
}

#leftbar .contact h3, #rightbar h3 {
    color: #333;
    background: transparent;
}

#leftbar .contact h3 {
    font-size: 10pt;
    text-align: right;
    border-bottom: 0;
}

#leftbar .contact p {
    margin-top: -2em;
}

#rightbar h3 {
    text-align: left;
}

#breadcrumb {
    clear: both;
    border-bottom: 2px solid #999;
}

#content {
    margin-top: 1.5em;
}

#content > p { /* buggy IEs ausschliessen */
    text-align: justify;
}

*:first-child+html #content > p { /* buggy IE7 ruecksetzen */
    text-align: left;
}

#thig {
    border-top: 2px solid #999;
    background: #F0F0F0;
    border-bottom: 1px solid #999;
    margin: 0;
}

/* Hyperlinks anhaengen (nur Gecko-Browser) */

#content a[href]:after, #rightbar .box a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 80%;
    font-weight: normal;
}