/* Schrift */

body *
{
    font-family: arial, helvetica, sans-serif;
}

dt, strong
{
    font-weight: 900;
}

div.summary blockquote
{
    margin: 0 0 1em 0;
    font-family: "Courier", monospace !important;
    color: #000000 !important;
}

div.summary blockquote *
{
    font-family: "Courier", monospace !important;
    color: #000000 !important;
}

/* Layout */

body
{
    padding: 120px 0 0 0;
    margin: 0;
}

a img
{
    border: 0px;
}

div#homecontainer
{
    position: absolute;
    top: 0px;
    left: 0px;
}

div#sitecontent
{
    display: none;
}

p.pagedescription
{
    display: none;
}

div#fastnavigation
{
    display: none;
}

div#banner
{
    display: none;
}

ul#siteindex
{
    display: block;
    margin: 0;
    padding: 0;
}

ul#siteindex li
{
    display: block;
    list-style-type: none;
}

div.enumerated 
{ 
    margin-left: 36px; 
    position: relative; 
}

div.enumerated * span 
{ 
    position: absolute; 
    left: -36px; 
}

dl.enumerated {  }
dl.enumerated dt { clear:left; float:left; font-weight: 100; }
dl.enumerated dd { margin-left: 5em; }

/* Hintergründe */

/* Farben */

body *
{
    color: black !important;
}