
/* ----------------------------------------------------------------------------------- */
/* Formatierung Content-Bereich */
/* Schriften und Formatierungen sind in global.css definiert
/* ----------------------------------------------------------------------------------- */

div#ContentContainer {
    min-height:600px;
    width:750px;
    margin-top: 8px;
    margin-right:0px;
    margin-bottom: 10px;
    margin-left: 260px;
    border:1px solid #00ff00;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
}

* html div#Content {
    min-height:600px;
}

div#PageSet {
    float: none;
    width: 1024px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #ffe4ff;
}

/* ----------------------------------------------------------------------------------- */
/* Bereiche im Ausdruck optional ausblenden */
/* ----------------------------------------------------------------------------------- */
div#noPrint {
    height: 1em;  /* 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;
    padding: 15px;
    margin-bottom:25px;
    /* clear:both; */
}