body
{
    overflow-x: hidden;    
}

#shader
{
    display: none; 
}

#alert-layer
{
    position: fixed;
    top: 0px;
    left: 0px;
    max-height: 60px;
    width: 100%;
    z-index: 100;
    background: #000;
}

#main-layer
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    height: 100%;
    width: 100%;
}

#in-page-layer
{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    height: 100%;
    width: 100%;
}

#no-script,
#demand-browser,
#alert-layer-content
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;           
}  

.hidden
{
    display: none;
}

.table-display
{
    display: table;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.table-display li
{
    display: table-row;
}

.table-display li span
{
    display: table-cell;
}

.full-width
{
    width: 100%;
}

.center
{
    text-align: center;    
}

a
{
    outline: 0;
    text-decoration: none;
}

a img
{
    border: 0px;
}

.fade-in-slow,
.on-event-fade-in
{
    display: none;
}

.nowrap
{
    white-space: nowrap;
}

.table-display li span.nowrap
{
    display: inline;
}

.xdebug-error,
.xdebug-var-dump
{
    position: relative;
    display: block;
    z-index: 300;
}

/*
 * ----------------------------------------------------------------
 */
 
#home
{
    height: 100%;
    width: 100%;
}

#home .table-display
{
    width: 100%;
}

#home .table-display li span
{
    text-align: center;
    vertical-align: middle;
}

#home #logo
{
    max-width: 900px;
}

#home #imprint
{
    margin: 40px auto auto auto;   
}

#home #imprint .table-display
{
    width: auto;
    margin: auto auto auto 110px;
}

#home #imprint .table-display span.nowrap
{
    display: block;
    padding: 0px 0px 0px 10px;
    text-align: left;
}

.imprint-email
{
    position: relative;
    top: 2px;
}

#home #enter-site
{
    position: relative;
    top: 20px;      
}