body {
    background-image:url(../../res/images/geg.gif);
    background-repeat:no-repeat;
    background-size:auto;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#hintergrund {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}


#ueberschrift {
    /*padding-left:4%;*/
    padding-top: 8%;
    width: 100%;
    position: absolute;
    font-family: Vijaya;
    font-size: 22px;
    z-index: 2;
}


#infos {
    font-size: 10px;
}

#inhalt {
    position: absolute;
    left: 27%;
    width: 46%;
    font-family: Vijaya;
    font-size: 16px;
    z-index: 4;
}


#scrollbar {
    position: absolute;
    width: 102%;
    height: 58%;
    top: 25%;
    left: 0;
    overflow: auto;
    z-index: 3;
}

#login {
    position: absolute;
    width: 102%;
    height: 30;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 6;
    background-image: url(bg.jpg);
}

#logininhalt {
    position: absolute;
    height: 25;
    top: 3;
    left: 10;
    overflow: auto;
    z-index: 7;
}

a:link {
    color: rgb(153, 51, 0);
    text-decoration: none
}

a:visited {
    color: rgb(153, 51, 0);
    text-decoration: none
}

a:hover {
    color: rgb(153, 51, 0);
    text-decoration: none
}

a:active {
    color: rgb(153, 51, 0);
    text-decoration: none
}

.dxgvTable_Office365 {
    background-color: #ddcc99;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 0;
    border-collapse: separate !important;
    overflow: hidden;
}

.dxgvHeader_Office365 {
    cursor: pointer;
    white-space: nowrap;
    padding: 13px 10px 11px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ddcc99;
    color: black;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-size: 1em;
}

.dxgvSearchPanel_Office365 {
    padding: 7px 0 16px;
    background-color: #ddcc99;
}

.dxgvSearchPanel_Office365 .dxeButtonEdit_Office365 td.dxic {
    padding: 13px 8px 14px 12px;
    background-color: #ddcc99;
}

.dxeButtonEditButton_Office365.dxeButtonEditClearButton_Office365, .dxeButtonEditButton_Office365.dxeButtonEditClearButton_Office365:hover {
    background: none;
    border-width: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ddcc99;
}

.dxgvSearchPanel_Office365 .dxeButtonEdit_Office365 input {
    background-color: #ddcc99;
}