.masterAngebotContainer
{
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100% ;
    height: 100%;
    z-index: 91000;
}
    .masterAngebotContainer .editAuftragAngebot_Container_fix_bgstamm
    {
        background-color: #000;
        position: absolute;
        top: 0;
        opacity: 0.7;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .masterAngebotContainer .masterAngebotContainer_bg
    {
        background-color: #000;
        position: absolute;
        top: 0;
        opacity: 0.5;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .masterAngebotContainer .masterAngebotContainer_inner
    {
		background-size: cover;
        padding: 0;
        margin: 0;
        width: 100%;
        height: calc(100% - 39px);
        position: absolute;
        top: 39px;
        background-color:#fff;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    
    .masterAngebotContainer .masterAngebotContainer_head
    {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 1;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 57px;
		background: url(../images/btn/sub_bg.png);
		background-size:100% 100%;
		background-color: transparent;
    }
    .masterAngebotContainer .masterAngebotContainer_headAngebot
    {
        position: fixed;
        top: 39px;
        left: 0;
        opacity: 1;
        padding: 0;
        margin: 0;
        width: calc( 100% - 18px );
        height: 56px; 
		background-color:#c0c0c0;
		background-size:100% 100%;
        border-bottom: 1px solid #666;
    }
    .masterAngebotContainer .masterAngebotContainer_footerAngebot
    {
        position: fixed;
        bottom: 0;
        left: 0;
        opacity: 1;
        padding: 0;
        margin: 0;
        width: calc( 100% - 18px );
        height: 90px; 
		background-color:#c0c0c0;
		background-size:100% 100%;
        border-top: 1px solid #666;
    }




    .masterAngebotContainer .masterAngebotContainer_leistungenUL {
        padding: 0;
        margin: 0;
        left: 0;
        width: 100%;
        background-color: transparent;
        top: 100px;
        position: absolute;
        list-style: none;
    }
    
    .masterAngebotContainer .masterAngebotContainer_fix_UL {
        padding: 0;
        margin: 0;
        left: 0;
        width: 100%;
        background-color: transparent;
        top: 100px;
        position: absolute;
        list-style: none;    
    }
    
    .masterAngebotContainer .masterAngebotContainer_bgstamm_getStammdatenUL {
        padding: 0;
        margin: 0;
        width: 100%;
        height:100%;
        background-color: transparent;
        position: relative;
        list-style: none;
    }