/*/
### nav module for GlobalA by applefriends.de
### created by 1i0ny (Tim Haymann)
### copyright 1i0ny (Tim Haymann), applefriends.de
/*/

@import url('color.css');


.module_open_txt-gigu
{
    background-color: #ececec;
    display: none;
    z-index: 90;
}
.module_open_txt-gigu-bg
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    background: #000;
    background-color: rgba(22,22,22,0.95);
    z-index: 30;
}

.module_open_txt-gigu-C
{
    position: absolute;
    top: 100px;
    left: 50%;
    right: 50%;
    width: 1000px;
    margin-left: -500px;
    height: auto;
    min-height: 300px;
    text-align: left;
    opacity: 0.95;
    z-index: 31;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #d4d4d4;
}
.module_open_txt-gigu-Cs
{
    position: relative;
    padding: 20px;
    padding-left: 60px;
    min-height: 100%;
    text-align: left;
}






/*/ ## sizes ## /*/

.module_open_txt-gigu-C, .module_open_txt-gigu
{
    min-height: 150px;
}










