body
{
    width: 100%;
    color: #633;
    text-align: center;
    background: url("bg1.gif") #eee9e6;
    margin: 0;
    padding: 0;
}

#einleit2
{
    width: 60%;
    margin: auto;
    padding: 0;
    color: #633;
    background: transparent;
    text-align: left;
}

#inhalt
{
    margin: 70px 5px 5px 20px;
    padding: 10px;
    padding-top: 0;
    color: #633;
    background: #eee9e6;
    border: 2px solid #633;
    text-align: left;
}

#inhalt[id]
{
    margin: 60px 5px 5px 20px;
}

#navi
{
    position: absolute;
    left: 20px;
    top: 20px;
    text-align: left;
    min-width: 740px;
    padding: 7px 0;
    border: dotted #633;
    border-width: 0 0 1px 0;
}

#navi a
{
    font: bold 12px Verdana, Arial, Helvetica, san-serif;
    text-decoration: none;
    margin: 0 1px 0 0;
    padding: 3px 4px;
    color: #eee9e6;
    background: #633;
    border: 2px outset #633;
}

#navi a:link
{
    color: #eee9e6;
    background: #633;
    border: 2px outset #633;
}

#navi a:hover
{
    color: #633;
    background: #ffc;
    border: 2px inset #633;
}

#logo
{
    margin: 10px;
    border: 0px;
}

h1
{
    text-align: center;
    margin: 0 -10px 15px -10px;
    padding: 10px;
    background: white;
    border: dotted #633;
    border-width: 0 0 1px 0;
    font: bold italic 2em serif;
}

h2
{
    font: bold italic 1.5em serif;
}

p, ul
{
    font: 1em/120% sans-serif;
    color: #633;
    margin: 2em 0;
    background: transparent;
}

.gruppen
{
    float: right;
    margin-right: 20px;
}

table
{
    font: 11px Arial, Helvetica, san-serif;
    border: 2px solid #633;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

td
{
    border: 1px dotted #633;
    border-collapse: collapse;
    padding: 4px;
}

td.p1
{
    background: #fcc;
}

td.p2
{
    background: #cfc;
}

td.p3
{
    background: #ffc;
}

td.a
{
    background: #fcc;
}

td.b
{
    background: #cfc;
}

td.c
{
    background: #ffc;
}

td.d
{
    background: #cff;
}

td.e
{
    background: #ccf;
}

td.f
{
    background: #ccc;
}

td.pkt
{
    font-weight: bold;
}

tr.dunkel
{
    background: #e6ded9;
}

th
{
    color: white;
    background: #633;
    width: 16px;
    font-weight: bold;
    border: 1px dotted white;
    border-collapse: collapse;
    padding: 4px;
}

