/* LAYER Start */
#masterLayer {
    display:none;
}
div.divLayer {
    /** Kommt aus JS-Welt **/
    position:absolute;
    top:0;
    left:0px;
    height:100%;
    width:100%;
    display:none;
    z-index:100;
}

/** Div-Layer-Base **/
div.divLayerInner {
    border:0;
    height:100%;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
}
iframe.divLayerIFrame {

   filter:chroma(color=#ffffff);
    border:0;
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    top:0;
}

/* hier schatten*/
div.divLayerContent {
    background-color:white;
    margin-left:auto;
    margin-right:auto;
    height:auto!important;
    position:relative;
}
div.divLayerContent div.bC {
}
div.divLayerContent div.bC div.defaultTextColumn {
    margin-top:0;
    padding-top:0;
}
div.divLayerContent div.button {
    position:absolute;
    right:6px;
    top:0px;
    background:url(/img/unicredit/bg/layer_close.png) no-repeat;
    width:29px;
    z-index:300;
    overflow:hidden;
}
* html div.divLayerContent div.button {
    background:url(/img/unicredit/bg/layer_close.gif) no-repeat;
}

div.divLayerContent div.button a {
    font-size:1px;
    text-indent:-100px;
    line-height:33px;
    display:block;
    z-index:-1;
}


/* Layergr&ouml;&szlig;eeinstellung*/
#smallLayer div.divLayerContent {
    width:586px;
    position:relative;
    top:-60px;
    left:-100px;
}
#smallLayer div.bubble {
    width:586px;
}
#largeLayer div.divLayerContent {
    width:720px;
    position:relative;
    top:-60px;
    left:-100px;
}
#largeLayer div.bubble {
    width:720px;
}

#scheduleLayer div.divLayerContent {
    width:655px;
    position:relative;
    top:-60px;
    left:-100px;
}
#scheduleLayer div.bubble {
    width:655px;
}

#confirmLayer div.divLayerContent {
    width:390px;
    position:relative;
    top:64px;
    left:-250px;
}
#confirmLayer div.bubble {
    width:390px;
}

#tafLayer div.divLayerContent {
    width:399px;
    position:relative;
    top:-63px;
    left:-250px;
}
#tafLayer div.bubble {
    width:399px;
}
#tafLayer div.bC {
    height:333px;
}

#miniLayer div.divLayerContent {
    width:587px;
    position:relative;
    top:-60px;
    left:-100px;
}
#miniLayer div.bubble {
    width:587px;
}


