
.popupMemo_Container_fix {
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    /*height: 100% ;
    padding-bottom :54px;*/
    z-index: 89999;
}
    /* AB hier gibt es Probleme beim Safari !!!  Fixed ohne Width/Height !!! ... Blöd*/
    .popupMemo_Container_fix .popupMemo_Container_fix_bg {
        background-color: #000;
        position: absolute;
        top: 0px;
        opacity: 0.6;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .popupMemo_Container_fix .popupMemo_Container_fix_inner {
        padding: 0;
        margin: 0;
        /*left: 50%;*/
        min-width: 1000px;
        
        left:5%;
        right:5%;
        width: 90%;
        /*margin-left: -500px;*/
        height: calc(100% - 54px);
        position: absolute;
        top: 54px;
        background-color: transparent;
        overflow: hidden;
    }

    .popupMemo_Container_fix .memoItem_Container_fix_Memo {
        padding: 0;
        margin: 0;
        left: 10px;
        right: 10px;
        top: 10px;
        /*margin-top: -145px;*/
        width: 98%;
        height: calc(100% - 30px);
        position: absolute;
        background-color: #e8e8e8;
        -moz-box-shadow: 0 0 8px 3px #000;
        -webkit-box-shadow: 0 0 8px 3px #000;
        box-shadow: 0 0 8px 3px #000;
    }
/*.popupMemo_Container_fix .memoItem_Container_fix_Memolist
    {
        padding: 0;
        margin: 0;
        left: 10px;
        top: 520px;
        width: 950px;
        min-height: 590px;
        position: absolute;
        background-color: #e8e8e8;
        -moz-box-shadow: 0 0 8px 3px #000;
        -webkit-box-shadow: 0 0 8px 3px #000;
        box-shadow: 0 0 8px 3px #000;
    }*/


	.memoItem_Container_fix_notizflyer
    {
        padding: 0;
        margin: 0;
        top: 0px;
        left: 0px;
        width:700px;
		height:auto;
        min-height:220px;
        position: absolute;
		display:none;
        background-color: #e8e8e8;
        -moz-box-shadow: 0 0 8px 3px #000;
        -webkit-box-shadow: 0 0 8px 3px #000;
        box-shadow: 0 0 8px 3px #000;
    }




    
.selectedXXunselctedInMemo
{
	margin: 0;
    padding: 0;
    background-image: url(../images/icon/x_redred.png );
    background-color: transparent;
    background-size: cover;
    width: 15px;
    height: 15px;
    cursor: default;
    background-repeat: no-repeat;
	opacity:1;
}
	.selectedXXunselctedInMemo:hover
	{	
        cursor: pointer;
		opacity:0.4;
	}
.selectedXXselctedInMemo
{
	margin: 0;
    padding: 0;
    background-image: url(../images/icon/x_green.png );
    background-color: transparent;
    background-size: cover;
    width: 15px;
    height: 15px;
    cursor: default;
    background-repeat: no-repeat;
	opacity:1;
}
	.selectedXXselctedInMemo:hover
	{	
        cursor: pointer;
		opacity:0.4;
	}




/*******************************************************/
/*******************************************************/
/*******************************************************/

.header_spalte_memo {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 18px;
    background-color: #666;
    /*border-bottom: 1px solid #fff;*/
    color: #fff;
    position: relative;
}

    .header_spalte_memo p {
        padding: 0;
        font-weight: 600;
        margin: 0;
        height: 18px;
        background-color: #666;
        padding-left: 5px;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
    }

        .header_spalte_memo p:hover {
            background-color: #999;
            cursor: pointer;
        }

.grid_spalte_memo {
    padding: 0;
    margin: 0;
    margin-right:20px;
    width: 100%;
    height: 55px;
    background-color: #f0f0f0;
    color: #333;
    position: relative;
    overflow: hidden;
    /*border-bottom: 1px solid #fff;*/
    /*-moz-box-shadow: inset 0 2em 3em -2em #aaa;
        -webkit-box-shadow: inset 0 2em 3em -2em #aaa;
        box-shadow: inset 0 2em 3em -2em #aaa;*/
    /*background-image: url(../images/bg/memobg1.png);
    background-color: transparent;
    background-position: left;    
    background-size: 90% 62px;
    background-repeat: no-repeat;*/
}

.grid_spalte_memo_selected {
    /*background-color: #084389;*/
    /*background-image: url(../images/bg/memobg1_over.png);*/
    background-color: transparent;
    background-color: #084389;
    color: #fff;
}

.grid_alternativ_memo {
    background-color: transparent;
    background-color: #e0e0e0;
    color: #333;
}

.grid_spalte_memo:hover {
    /*background-color: #084389;*/
    
    /*background-image: url(../images/bg/memobg1_over.png);*/
    background-color: transparent;
    background-color: #043379;
    color: #fff;
    cursor: pointer;
}

.grid_spalte_memo p {
    padding: 0;
    margin: 0;
    min-height: 22px;
    padding-left: 5px;
    padding-top: 0px;
    font-family: 'Open Sans', sans-serif;
}



.img_edit_memo {
    margin: 0;
    padding: 0;
    background-image: url(../images/icon/edit.png );
    background-color: transparent;
    width: 18px;
    height: 18px;
    cursor: default;
    background-repeat: no-repeat;
}

    .img_edit_memo:hover {
        margin: 0;
        padding: 0;
        background-image: url(../images/icon/edit_over2.png );
        background-color: transparent;
        width: 18px;
        height: 18px;
        cursor: pointer;
        background-repeat: no-repeat;
    }

.img_del_memo {
    margin: 0;
    padding: 0;
    background-image: url(../images/icon/del.png );
    background-color: transparent;
    width: 18px;
    height: 18px;
    cursor: default;
    background-repeat: no-repeat;
}

    .img_del_memo:hover {
        margin: 0;
        padding: 0;
        background-image: url(../images/icon/del_over.png );
        background-color: transparent;
        width: 18px;
        height: 18px;
        cursor: pointer;
        background-repeat: no-repeat;
    }

    
.grid_memo_status {
    /*background-color:#ff0066;*/
    position:absolute;
    left:250px;
    top:5px;
}

.grid_memo_label_div {
    /*background-color:#ff6600;*/
    position:absolute;
    left:280px;
    top:0px;
    height:32px;
    /*max-width:36%;*/
    /*width:75%;*/
    right:100px;
    line-height: 32px; 
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}
.grid_memo_label {
    /*background-color:#ff6699;*/
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
    width:60%;
    line-height: 32px; 
    height: 32px;
}



.grid_memo_typeinfo {
    text-align:right;
    /*background-color:#ffff00;*/
    position:absolute;
    /*width: 40%;*/
    width:40%;
    line-height: 28px; 
    right: 5px;
    top: 0px;
    font-weight: 300;
    overflow: hidden;
    font-size: 14px;
    color: #1c72c4;
    color: #3691e8;
}


.grid_memo_text {
    /*background-color:#ff0000;*/
    position:absolute;
    font-size: 14px;
    width: 76%;
    left: 280px;
    top: 32px;
    font-weight: 300;
    overflow: hidden;
}
