
/*-----------------------------------------------------------------------------
Body
-----------------------------------------------------------------------------*/
html {
    height  : 100%;
    margin  : 0;
    padding : 0;
}
body {
    margin      : 0;
    padding     : 0;
    background  : #fff;
    text-align  : left;
}

#global_container {
    margin : 0;
    width  : 98%;
}

#container_head,
#container_menue,
#container_untermenue,
#container_logotype img,
#bildspalte,
ul#seitenoption {
    display: none;
}

#container_logotype { height: 15px; }

#inhaltsspalte {
    float: none;
    width: 100%;
}
#inhaltsspalte #inhaltsabstand {
    margin  : 0;
    padding : 0;
}

#container_seitenfuss {
    padding-left: 40px;
    background-color: #fff;
    background-position: 0px center;
}
#container_seitenfuss ul#seitenfuss li, #container_seitenfuss ul#seitenfuss li a { color: #000; }

.bg_weiss       {background: #fff;}
.bg_schwarz     {background: #000;}
.bg_grau        {background: #dedede;}
.bg_hellgrau    {background: #fafafa;}

thead td, th { background-color: #a9a9a9 !important; }

table.gitter td, table.gitter th,
table.gittervertikal td, table.gittervertikal th,
table.gitterhorizontal td, table.gitterhorizontal th {
    border-top  : 1px solid #fff !important;
    border-left : 1px solid #fff !important;
}