div#layouttoolbar {
    z-index: 9999;
    position: relative;
    right: 0;
    top: 0;
    height: 100px;
    font-size: 7pt;
    float: right;
    margin-right: 15px;
}

div#layoutappname {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 34pt;
    color: rgb(255, 255, 255);
}

div#sessiontimer {
    text-align: left;
    color: rgb(255, 255, 255);
}

.toolbaricon {
    float: right;
    display: block;
    height: 70px;
    width: auto;
    margin-top: 15px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
}

.toolbaricontext {
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

div#editcontainer {
    position: relative;
    top: auto;
    left: 20px;
    bottom: 0;
    right: 20px;
    height: auto;
    overflow: hidden;
    padding: 0 5px;
    display: none;
}

body.in-iframe div#editcontainer {
    left: 0;
    right: 0;
}

#iframeversion {
    display: none;
}

    #iframeversion > div {
        font-size: 8pt;
    }

body.in-iframe #iframeversion {
    display: block;
    right: 20px;
    bottom: 0;
    position: absolute;
}

div.idToPlaceContentInsideTempContent {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-right: 10px;
}

    div.idToPlaceContentInsideTempContent.rtight {
        padding-right: 0;
    }

        div.idToPlaceContentInsideTempContent.rtight > div.dataFileWrapperTableBodyColumn {
            padding-right: 10px;
        }

#dataFileThirdColumn div.idToPlaceContentInsideTempContent {
    overflow: hidden;
}

    #dataFileThirdColumn div.idToPlaceContentInsideTempContent.rtight > div.dataFileWrapperTableBodyColumn {
        padding-right: 0;
    }

/*Standardeinstellungen*/
div#dataFileFirstColumn, div#dataFileSecondColumn, div#dataFileThirdColumn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    overflow: hidden;
}

div#dataFileFirstColumn {
    left: 0;
    min-width: 250px;
    max-width: 250px;
    border-right: 1px solid grey;
    padding-right: 10px;
}

div#dataFileSecondColumn {
    left: 270px;
    min-width: 250px;
    max-width: 250px;
    border-right: 1px solid grey;
    padding-right: 10px;
}

div#dataFileThirdColumn {
    left: 540px;
}
    /*Wenn zusammengeklappt*/
    div#dataFileFirstColumn.folded,
    div#dataFileSecondColumn.folded,
    div#dataFileThirdColumn.folded {
        min-width: 0 !important;
        width: auto !important;
        right: auto !important;
    }

div#dataFileFirstColumn.folded {
    max-width: 40px !important; /*IE needed*/
}

div#dataFileSecondColumn.folded {
    left: 60px !important;
}

div#dataFileThirdColumn.folded {
    left: 330px !important;
}
/*Wenn zusammengeklappt und Projekt ausgewählt wurde*/
div#dataFileSecondColumn.foldedAndSelected {
    display: none !important;
}

div#dataFileThirdColumn.foldedAndSelected {
    left: 270px !important;
}
/*Wenn das Projekt sich noch im Angebot befindet*/
div#dataFileFirstColumn.woFirst {
    display: none;
}

div#dataFileSecondColumn.woFirst {
    left: 0;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    border-right: 1px solid grey;
    padding-right: 10px;
}

div#dataFileThirdColumn.woFirst {
    left: 270px;
}

div#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 100%;
    padding-top: 5px;
    padding-left: 20px;
    border-top: 1px solid gray;
    font-size: 9pt;
    display: block;
    z-index: 66666;
    background-color: rgb(255, 255, 255);
}

div#version {
    margin-right: 40px;
    float: right;
}

.scrollable {
    overflow: auto;
}

.layoutFooterDepartment {
    color: rgb(227, 194, 76);
    font-size: 10pt;
    white-space: nowrap;
}

.layoutFooterPrinciple {
    color: rgb(51, 51, 51);
    font-size: 10pt;
    white-space: nowrap;
}
