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

@import url('color.css');


.module_txt_imgleft-gigu
{
    position: relative;
    left: 0px;
    right: 0px;
    width: 100%;
    height: auto;
}

.module_txt_imgleft-gigu-N
{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 40px;
    max-width: 40px;
    height: auto;
    z-index: 12;
}
.module_txt_imgleft-gigu-Nr
{
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 42px;
    max-width: 42px;
    height: 100%;
}
.module_txt_imgleft-gigu-Nt
{
    display: block;
    position: relative;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);  
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: white;
    font-size: 30px;
    font-weight: normal;
    top: 50%;
    writing-mode: lr-tb;
    white-space: nowrap;
    
    /* IE9 */
-ms-transform: rotate(-90deg);
-ms-transform-origin: 50% 50%;

/* IE10 and other modern browsers that do not need vendor prefixes */
transform: rotate(-90deg);
transform-origin: 50% 50%;

/* IE8 */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

/* IE7 or less */
*zoom: 1;
*writing-mode: tb-rl;
*filter: flipv fliph;
}

.module_txt_imgleft-gigu-C
{
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0.95;
    z-index: 10;
}
.module_txt_imgleft-gigu-Cs
{
    position: relative;
    padding-left: 40px;
}






/*/ ## sizes ## /*/

.module_txt_imgleft-gigu-C, .module_txt_imgleft-gigu
{
    min-height: 200px;
}



.module_txt_imgleft-gigu-tbl
{
    width: 100%;
    position: relative;
    border: none;    
}

.module_txt_imgleft-gigu-td1
{
    width: 40%;
    min-width: 300px;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 700px;
}
.module_txt_imgleft-gigu-td2
{
    width: 60%;
    padding: 10px;
    padding-right: 20px;
    min-height: 700px;
}





