/* ----------------------------------------------------------------------------------- */
/* Seitenlayout Standardmäßig Hochformat */
/* ----------------------------------------------------------------------------------- */

@page {
        size:landscape;
        margin-top:1.5cm;
        margin-bottom:1.5cm;
        margin-left:1.5cm;
        margin-right:1.5cm
}

/* ----------------------------------------------------------------------------------- */
/* Formatierung Kopzeile */
/* ----------------------------------------------------------------------------------- */

div#Headline {
    display:none; /* Weitere Definitionen werden direkt im Code vorgenommen c# */
}

/* ----------------------------------------------------------------------------------- */
/* Formatierung Navigationselemente */
/* ----------------------------------------------------------------------------------- */

div#Navigation {
    display:none;
}

/* ----------------------------------------------------------------------------------- */
/* Formatierung Contentbereich */
/* ----------------------------------------------------------------------------------- */

div#ContentContainer {
    min-height:600px;
    width:100%;
    margin: 0px;
    border:1px solid #e0e0e0;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
}

/* ----------------------------------------------------------------------------------- */
/* Bereiche im Ausdruck optional ausblenden */
/* ----------------------------------------------------------------------------------- */
div#noPrint {
    display:none;
}

/* 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: 10px;
    margin-bottom: 10px;
    clear:both;
}