/* ----------------------------------------------------------------------------------- */
/* Formatierung Content-Bereich */
/* Schriften und Formatierungen sind in global.css definiert
/* ----------------------------------------------------------------------------------- */

div#ContentContainer {
    min-height:600px;
    width:680px;
    margin-top: 0px;
    margin-right:0px;
    margin-bottom: 10px;
    margin-left: 260px;
    border:1px solid #e0e0e0;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
}

div#PageSet {
    float: none;
    width: 1024px;
    padding: 0px;
    margin: 0px;
    border: 0px solid #ffffff;
}

/* ----------------------------------------------------------------------------------- */
/* Bereiche im Ausdruck optional ausblenden */
/* ----------------------------------------------------------------------------------- */
div#noPrint {
    height: 10px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}


/* Ausblenden von Hilfsnavigationselementen auf dem Bildschirm */
.Braille { 
    /* Einzelnes Element ausblenden */
    /* display: none; */
    background-color: #ffffff;
    padding: 5px;
}

div#AccessKeys {
    /* ganzen Block ausblenden */
    /* display: none; */
    background-color: #ffffff;
    font-size: 8pt;
    padding: 5px;
    margin-bottom:5px;
    /* clear:both; */
}
